summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-01Release 2.1.8.2.1.8Sadie Powell
2024-09-01Merge branch '2.0' into 2.1.Sadie Powell
2024-09-01Fix the documentation of mail:usemail.TehPeGaSuS
`nickserv:registration` only has as options: none, admin, mail. I assume that `mail` is the word that should replace `yes`
2024-08-30Update the changelogs.Sadie Powell
2024-08-30Fix parsing named extbans on InspIRCd.Sadie Powell
2024-08-30Use CMake's -B option instead of cding to the build directory.Sadie Powell
2024-08-29Remove pointless semicolons in the config for the webcpanel module.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-21Improve the CTCP version output.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-15Remove support for MinGW.Sadie Powell
All of our builds are fully native on Windows so there's no need for this anymore.
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-08-06Add <cstring> include to services.h to fix build on some musl systems.Wilson Birney
Co-authored-by: blackbeard420 <blackbeard@blackbeard420.me>
2024-07-28Merge branch '2.0' into 2.1.Sadie Powell
2024-07-20Add a note to LANGUAGE about rebuilding from scratch.Sadie Powell
2024-07-20Fix the type of the InspIRCd IJOIN chants when converting.Sadie Powell
2024-07-19Bump for 2.0.17-git.Sadie Powell
2024-07-19Release 2.0.16.2.0.16Sadie Powell
2024-07-19Document the previous commit.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-11Update the change log.Sadie Powell
2024-07-11Make it clear that inspircd3 also works with InspIRCd 4.Sadie Powell
2024-07-08Qualify a use of auto in db_atheme.Sadie Powell
2024-07-08Remove some obsolete echo compatibility wrappers.Sadie Powell
2024-07-04Add UNIX socket support to mysql module.ItsOnlyBinary
Ref: #419
2024-07-01Bump for 2.1.8-git.Sadie Powell
2024-07-01Release 2.1.7.2.1.7Sadie Powell
2024-06-29Update the change logs.Sadie Powell
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-23Update the Turkish translation.Sadie Powell
Co-authored-by: CaPa CuL <capacul@gmail.com>
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-23Fix the default config for channel suspensions.Sadie Powell
2024-06-23Fix the default config for channel suspensions.Sadie Powell
2024-06-22Split nickserv/{sa,}set/language out to its own module.Sadie Powell
2024-06-20Update the change log.Sadie Powell