- May 02, 2024
-
-
Dom Sekotill authored
-
Dom Sekotill authored
Otherwise there was going to be unexpected behaviour if `BytesMessage.freeze()` was called followed by `BytesMessage.release()`.
-
Dom Sekotill authored
Accidentally left testing branch name in actions, switched to triggering on release tags.
-
Dom Sekotill authored
-
Dom Sekotill authored
-
- May 01, 2024
-
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
- Apr 30, 2024
-
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
- Jul 30, 2023
-
-
Dom Sekotill authored
The produced name of package files is correct and should be left alone.
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
- Jul 29, 2023
-
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
- Jul 24, 2023
-
-
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.
-
- Jul 22, 2023
-
-
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.
-
- Jul 20, 2023
-
-
Dom Sekotill authored
-
- Jul 19, 2023
-
-
Dom Sekotill authored
This option allows users to pretend that Abort was sent when an unknown message is received.
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
Closes #2
-
Dom Sekotill authored
-
Dom Sekotill authored
No-response messages need to be configured through Negotiate messages passed between the MTA and filter.
-
Dom Sekotill authored
-
Dom Sekotill authored
This is specifically for Flakeheaven's cache, which does not (yet) include automatic .gitignore
-
Dom Sekotill authored
-
Dom Sekotill authored
-