Age | Commit message (Collapse) | Author |
|
|
|
|
|
The former causes a dereference which cause a database update. This
is not good for performance with db_sql_live on bigger networks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #431.
|
|
|
|
Extended bans are stored without their prefix. Therefore, we should
not try to strip their prefix before matching.
Closes #288.
Co-authored-by: k4be <k4be@pirc.pl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|