Skip to content
  1. May 02, 2024
  2. May 01, 2024
  3. Apr 30, 2024
  4. Jul 30, 2023
  5. Jul 29, 2023
  6. Jul 24, 2023
    • Dom Sekotill's avatar
      Change type of Macro.stage to int · 25b8b921
      Dom Sekotill authored
      In the same ways as Message.ident, using a bytes string with a length
      of one would eventually cause issues.  It also maintains the ability to
      set/compare the value to a Message.ident value.
      25b8b921
  7. Jul 22, 2023
    • Dom Sekotill's avatar
      Change type of Message.ident to int · bb8ac263
      Dom Sekotill authored
      Store the ident value as an integer instead of a byte string with
      a length of one, which would inevitably cause trouble somewhere.
      
      Also incidentally fixes an issue packing/unpacking messages in the
      unlikely event that a message is greater than 2^31 bytes due to using
      a signed integer type for the message size.
      bb8ac263
  8. Jul 20, 2023
  9. Jul 19, 2023
Loading