Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-11 | Update the change log. | Sadie Powell | |
2024-07-11 | Make it clear that inspircd3 also works with InspIRCd 4. | Sadie Powell | |
2024-06-23 | Fix the default config for channel suspensions. | Sadie Powell | |
2024-06-04 | Log a user out fully when their nick gets suspended. | Sadie Powell | |
Closes #409. | |||
2024-05-16 | Explicitly specify ROW_FORMAT=DYNAMIC when creating tables. | Sadie Powell | |
Resolves the issues some people were having with extremely wide rows. | |||
2024-05-16 | Don't specify a width for DT_INT columns. | Sadie Powell | |
This isn't actually used by MySQL for the column width. | |||
2024-05-16 | Store boolean extension items as DT_INT. | Sadie Powell | |
2024-05-16 | Mark boolean columns as DT_INT in bs_kick. | Sadie Powell | |
2024-05-16 | Remove some unnecessary advice. | Sadie Powell | |
2024-05-11 | Ensure we are connected to MySQL before trying to escape data. | Sadie Powell | |
2024-04-29 | Skip serializing data without a type in db_flatfile. | Sadie Powell | |
2024-03-15 | Fix sending emails to nicks ending with a backslash. | Sadie Powell | |
2024-03-15 | Dependabot requires that the target-branch is a string. | Sadie Powell | |
2024-03-15 | Send dependabot pull requests to the 2.1 branch. | Sadie Powell | |
2024-03-12 | Add a workaround for users matching expired sqlines. | Sadie Powell | |
I'll fix this properly in 2.1 because I don't want to make big changes to 2.0. Closes #384. | |||
2024-03-12 | Fix expiring forbids. | Sadie Powell | |
2024-03-12 | Respect --noexpire in cs_suspend and ns_suspend. | Sadie Powell | |
2024-03-12 | Fix expiring channel suspensions. | Sadie Powell | |
Closes #386. | |||
2024-03-12 | Fix expiring nick suspensions. | Sadie Powell | |
Closes #376. | |||
2024-03-12 | Fix duplicate messages when synconset/syncongroup is set. | Sadie Powell | |
Closes #366. | |||
2024-03-12 | Fix sending SVSTOPIC when topiclock is loaded on InspIRCd. | Sadie Powell | |
2024-03-11 | Fix the TIME message on InspIRCd. | Sadie Powell | |
2024-03-11 | Fix OS SQLINE expiry with UnrealIRCd | Bram Matthys | |
2024-03-08 | Fix feature detection on InspIRCd. | Sadie Powell | |
2024-03-04 | When using ldap/sql auth prevent displays expiring before their group. | Sadie Powell | |
This prevents zombie accounts from being left around that can't be authenticated to. Closes #355. | |||
2024-02-29 | Fix a copy/paste error in webcpanel. | Sadie Powell | |
2024-02-27 | Fix matching extbans on InspIRCd and implement missing matchers. | Sadie Powell | |
2024-02-17 | Mark as 2.0.16-git. | Sadie Powell | |
2024-02-17 | Release 2.0.15.2.0.15 | Sadie Powell | |
2024-02-17 | Update the change log. | Sadie Powell | |
2024-02-17 | Update the copyright headers for 2024. | Sadie Powell | |
2024-02-17 | Prevent resetting the password of suspended accounts. | Sadie Powell | |
Closes #351. | |||
2024-02-11 | Update the Windows dependencies. | Sadie Powell | |
2024-02-11 | Add a GitHub security policy. | Sadie Powell | |
2024-02-11 | Revert "Document ns_no_expire nick default". | Sadie Powell | |
This reverts commit 9c9df2ad1fc8e8f03f4b28d21b4dcc2895d3795c. Closes #350. | |||
2024-01-31 | Update the dutch language file. | Robby | |
2024-01-31 | Remove an extraneous space in cs_xop. | Robby | |
2024-01-24 | Backport CI changes from the 2.1 branch. | Sadie Powell | |
2024-01-22 | Add a new Turkish translation contributed by CaPa CuL. | Sadie Powell | |
Co-authored-by: CaPa CuL <capacul@gmail.com> | |||
2024-01-22 | Fix typo | Victor Coss | |
2024-01-05 | fr_FR: Update fuzzy strings | Val Lorentz | |
2024-01-05 | fr_FR: Fix trailing spaces | Valentin Lorentz | |
2024-01-01 | Fix a copy/paste error in the default channel settings. | Sadie Powell | |
2023-12-19 | Tweak the issue templates slightly. | Sadie Powell | |
2023-12-17 | Misc grammar fixes. | Sadie Powell | |
2023-12-08 | messages: fix incorrect format specifier | Mingjie Shen | |
Calling a printf-like function with the wrong type of arguments causes unpredictable behavior. Signed-off-by: Mingjie Shen <shen497@purdue.edu> | |||
2023-11-24 | Fix missing end of comment | PeGaSuS | |
2023-11-16 | Fix chanserv/suspend info not being visible to regular users. | Sadie Powell | |
Closes #325. | |||
2023-11-16 | Make the SASL PLAIN implementation more robust. | Sadie Powell | |
- Reject auth attempts that try to authenticate using an alternate authorization identity. - Reject auth attempts that contain extraneous null bytes in the string as required by the SASL PLAIN RFC. - General code quality cleanup. | |||
2023-10-24 | Fix a missing override keyword. | Sadie Powell | |