summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-12Switch geoipupdate.sh to use a mirror as the original data is gone.Sadie Powell
2024-10-11Let the user know about their cert being auto-added to their account.Sadie Powell
2024-10-11Merge branch '2.0' into 2.1.Sadie Powell
2024-10-11Change the mode lock before removing/adding the PERM mode.Sadie Powell
This fixes being unable to unset mlock on the first attempt.
2024-10-04Fix matching stacked extbans.Sadie Powell
2024-10-04Remove some unnecessary debug logging.Sadie Powell
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-02Remove the formatting overload of User::SetModesInternal.Sadie Powell
2024-10-02Change Channel::SetModesInternal to take a split mode change.Sadie Powell
2024-10-01Bump for 2.1.10-git.Sadie Powell
2024-10-01Release 2.1.9.2.1.9Sadie Powell
2024-10-01Update the change log.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-26Fix some messages not being marked as translatable.Sadie Powell
2024-09-26Allow sending an oper account on InspIRCd.Sadie Powell
2024-09-26Fix setting +o on opers on login.Sadie Powell
2024-09-24Bump minimum UnrealIRCd version to 6.0.Sadie Powell
2024-09-17Merge branch '2.0' into 2.1.Sadie Powell
2024-09-17Remove config option for options:warningtimeout.Sadie Powell
This hasn't done anything since the early 1.9 releases I'm not sure why it hasn't been removed already.
2024-09-04Fix the Argon2 module not having test vectors.Sadie Powell
2024-09-01Bump for 2.1.9-git.Sadie Powell
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