Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
At some point UnrealIRCd made an undocumented change to the protocol
where the last parameter on a server-source message would not be a
timestamp. This behaviour is preserved for MODE.
|
|
|
|
|
|
This fixes IRCd-side account cloaks causing CHGHOST spam.
|
|
|
|
|
|
|
|
|
|
|
|
Closes #406.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Oversight from commit 04e1a4f5c8c4172ca36dd79dfd0731f4aba873a5.
|
|
|
|
|
|
|
|
InspIRCd allows us to send infinite length lines and mode changes
and will restack before sending to users.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Having these throw is terrible for ergonomics and there are loads
of places where the exception was either silently ignored or not
handled at all. Having a function which returns an optional and
another that returns a default works a lot better imo.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #373.
|
|
|
|
|
|
|
|
|