Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-11 | Change the mode lock before removing/adding the PERM mode. | Sadie Powell | |
This fixes being unable to unset mlock on the first attempt. | |||
2024-10-04 | Fix matching stacked extbans. | Sadie Powell | |
2024-10-04 | Remove some unnecessary debug logging. | Sadie Powell | |
2024-10-04 | Fix validating named extbans on UnrealIRCd. | Sadie Powell | |
2024-10-04 | Implement NEXTBANS support on UnrealIRCd. | Sadie Powell | |
Closes #431. | |||
2024-10-04 | Fix extracting the mode parameters from MODE on UnrealIRCd. | Sadie Powell | |
2024-10-04 | Fix 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-04 | Fix parsing extbans on InspIRCd v4. | Sadie Powell | |
2024-10-04 | Respect EXTBANFORMAT on InspIRCd v4. | Sadie Powell | |
2024-10-02 | Change User::SetModesInternal to take a split mode change. | Sadie Powell | |
2024-10-02 | Remove the formatting overload of User::SetModesInternal. | Sadie Powell | |
2024-10-02 | Change Channel::SetModesInternal to take a split mode change. | Sadie Powell | |
2024-10-01 | Bump for 2.1.10-git. | Sadie Powell | |
2024-10-01 | Release 2.1.9.2.1.9 | Sadie Powell | |
2024-10-01 | Update the change log. | Sadie Powell | |
2024-10-01 | Raise the default nickname expiry time to one year. | Sadie Powell | |
2024-09-26 | Respect nonicknameownership on InspIRCd v4. | Sadie Powell | |
2024-09-26 | Fix some messages not being marked as translatable. | Sadie Powell | |
2024-09-26 | Allow sending an oper account on InspIRCd. | Sadie Powell | |
2024-09-26 | Fix setting +o on opers on login. | Sadie Powell | |
2024-09-24 | Bump minimum UnrealIRCd version to 6.0. | Sadie Powell | |
2024-09-17 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-09-17 | Remove 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-04 | Fix the Argon2 module not having test vectors. | Sadie Powell | |
2024-09-01 | Bump for 2.1.9-git. | Sadie Powell | |
2024-09-01 | Release 2.1.8.2.1.8 | Sadie Powell | |
2024-09-01 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-09-01 | Fix 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-30 | Update the changelogs. | Sadie Powell | |
2024-08-30 | Fix parsing named extbans on InspIRCd. | Sadie Powell | |
2024-08-30 | Use CMake's -B option instead of cding to the build directory. | Sadie Powell | |
2024-08-29 | Remove pointless semicolons in the config for the webcpanel module. | Sadie Powell | |
2024-08-29 | Refactor ns_getemail slightly. | Sadie Powell | |
2024-08-29 | Allow server admins to require that a display nick drops last. | Sadie Powell | |
Closes #348. | |||
2024-08-24 | Fix translating mail:memo_message. | Sadie Powell | |
2024-08-22 | Use CanClearBans/SendClearBans when enforcing smartjoin. | Sadie Powell | |
2024-08-21 | Improve the CTCP version output. | Sadie Powell | |
2024-08-18 | Fix the grammar of some info messages. | Sadie Powell | |
2024-08-18 | Add account identifier to nickserv/info output. | Sadie Powell | |
2024-08-15 | Remove support for MinGW. | Sadie Powell | |
All of our builds are fully native on Windows so there's no need for this anymore. | |||
2024-08-14 | Automatically 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-14 | Remove the unused KeySet method in Serialize::Data. | Sadie Powell | |
2024-08-09 | Fix 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-06 | Add <cstring> include to services.h to fix build on some musl systems. | Wilson Birney | |
Co-authored-by: blackbeard420 <blackbeard@blackbeard420.me> | |||
2024-07-28 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-07-20 | Add a note to LANGUAGE about rebuilding from scratch. | Sadie Powell | |
2024-07-20 | Fix the type of the InspIRCd IJOIN chants when converting. | Sadie Powell | |
2024-07-19 | Bump for 2.0.17-git. | Sadie Powell | |
2024-07-19 | Release 2.0.16.2.0.16 | Sadie Powell | |
2024-07-19 | Document the previous commit. | Sadie Powell | |