summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2024-10-04Fix validating named extbans on UnrealIRCd.Sadie Powell
2024-10-04Implement NEXTBANS support on UnrealIRCd.Sadie Powell
Closes #431.
2024-10-04Fix extracting the mode parameters from MODE on UnrealIRCd.Sadie Powell
2024-10-04Fix matching extended bans in services.Sadie Powell
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>
2024-10-04Fix parsing extbans on InspIRCd v4.Sadie Powell
2024-10-04Respect EXTBANFORMAT on InspIRCd v4.Sadie Powell
2024-10-02Change User::SetModesInternal to take a split mode change.Sadie Powell
2024-10-02Change Channel::SetModesInternal to take a split mode change.Sadie Powell
2024-10-01Raise the default nickname expiry time to one year.Sadie Powell
2024-09-26Respect nonicknameownership on InspIRCd v4.Sadie Powell
2024-09-26Allow sending an oper account on InspIRCd.Sadie Powell
2024-09-24Bump minimum UnrealIRCd version to 6.0.Sadie Powell
2024-09-04Fix the Argon2 module not having test vectors.Sadie Powell
2024-09-01Merge branch '2.0' into 2.1.Sadie Powell
2024-08-30Fix parsing named extbans on InspIRCd.Sadie Powell
2024-08-29Refactor ns_getemail slightly.Sadie Powell
2024-08-29Allow server admins to require that a display nick drops last.Sadie Powell
Closes #348.
2024-08-24Fix translating mail:memo_message.Sadie Powell
2024-08-22Use CanClearBans/SendClearBans when enforcing smartjoin.Sadie Powell
2024-08-18Fix the grammar of some info messages.Sadie Powell
2024-08-18Add account identifier to nickserv/info output.Sadie Powell
2024-08-14Automatically determine SQL column type from the field.Sadie Powell
Also add more column types to ensure we are storing data in the best format in the database.
2024-08-14Remove the unused KeySet method in Serialize::Data.Sadie Powell
2024-08-09Fix parsing SVSMODE and SVS2MODE messages on UnrealIRCd.Sadie Powell
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.
2024-07-20Fix the type of the InspIRCd IJOIN chants when converting.Sadie Powell
2024-07-19Merge branch '2.0' into 2.1.Sadie Powell
2024-07-19Send the vhost/vident before the account name on InspIRCd.Sadie Powell
This fixes IRCd-side account cloaks causing CHGHOST spam.
2024-07-14Merge branch '2.0' into 2.1.Sadie Powell
2024-07-14Fix joining channels with keys on InspIRCd v3.Sadie Powell
2024-07-14Fix the name of the key parameter in SendSVSJoin.Sadie Powell
2024-07-14Fix sending global messages to remotely linked servers.Sadie Powell
2024-07-08Qualify a use of auto in db_atheme.Sadie Powell
2024-07-04Add UNIX socket support to mysql module.ItsOnlyBinary
Ref: #419
2024-06-24Add support for sending tag messages.Sadie Powell
2024-06-24Rework how CTCP messages are sent and received.Sadie Powell
2024-06-24Remove the formatting overloads of SendNotice/SendPrivmsg.Sadie Powell
2024-06-23Make the language around fantasy commands less weird.Sadie Powell
2024-06-23Rename suspend in cs_expire to suspendexpire to match ns_expire.Sadie Powell
2024-06-23Merge branch '2.0' into 2.1.Sadie Powell
2024-06-22Split nickserv/{sa,}set/language out to its own module.Sadie Powell
2024-06-20Misc improvements to db_atheme.Sadie Powell
2024-06-20Fix importing Atheme mode locks.Sadie Powell
2024-06-19Silently ignore some Atheme metadata that we know we can't import.Sadie Powell
2024-06-19Avoid creating extra service references in db_atheme.Sadie Powell
2024-06-19Fix importing Atheme opers.Sadie Powell
2024-06-19Use auto in more places in db_atheme.Sadie Powell
2024-06-19Only import clones from Atheme if we recognise the database version.Sadie Powell
2024-06-19Fix importing Atheme session limits.Sadie Powell
2024-06-19Fix importing Atheme forbid reasons.Sadie Powell
2024-06-19Fix importing Atheme akick reasons.Sadie Powell