summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-19Release 2.0.16.2.0.16Sadie Powell
2024-07-19Document the previous commit.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-14Fix joining channels with keys on InspIRCd v3.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-06-23Fix the default config for channel suspensions.Sadie Powell
2024-06-04Log a user out fully when their nick gets suspended.Sadie Powell
Closes #409.
2024-05-16Explicitly specify ROW_FORMAT=DYNAMIC when creating tables.Sadie Powell
Resolves the issues some people were having with extremely wide rows.
2024-05-16Don't specify a width for DT_INT columns.Sadie Powell
This isn't actually used by MySQL for the column width.
2024-05-16Store boolean extension items as DT_INT.Sadie Powell
2024-05-16Mark boolean columns as DT_INT in bs_kick.Sadie Powell
2024-05-16Remove some unnecessary advice.Sadie Powell
2024-05-11Ensure we are connected to MySQL before trying to escape data.Sadie Powell
2024-04-29Skip serializing data without a type in db_flatfile.Sadie Powell
2024-03-15Fix sending emails to nicks ending with a backslash.Sadie Powell
2024-03-15Dependabot requires that the target-branch is a string.Sadie Powell
2024-03-15Send dependabot pull requests to the 2.1 branch.Sadie Powell
2024-03-12Add 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-12Fix expiring forbids.Sadie Powell
2024-03-12Respect --noexpire in cs_suspend and ns_suspend.Sadie Powell
2024-03-12Fix expiring channel suspensions.Sadie Powell
Closes #386.
2024-03-12Fix expiring nick suspensions.Sadie Powell
Closes #376.
2024-03-12Fix duplicate messages when synconset/syncongroup is set.Sadie Powell
Closes #366.
2024-03-12Fix sending SVSTOPIC when topiclock is loaded on InspIRCd.Sadie Powell
2024-03-11Fix the TIME message on InspIRCd.Sadie Powell
2024-03-11Fix OS SQLINE expiry with UnrealIRCdBram Matthys
2024-03-08Fix feature detection on InspIRCd.Sadie Powell
2024-03-04When 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-29Fix a copy/paste error in webcpanel.Sadie Powell
2024-02-27Fix matching extbans on InspIRCd and implement missing matchers.Sadie Powell
2024-02-17Mark as 2.0.16-git.Sadie Powell
2024-02-17Release 2.0.15.2.0.15Sadie Powell
2024-02-17Update the change log.Sadie Powell
2024-02-17Update the copyright headers for 2024.Sadie Powell
2024-02-17Prevent resetting the password of suspended accounts.Sadie Powell
Closes #351.
2024-02-11Update the Windows dependencies.Sadie Powell
2024-02-11Add a GitHub security policy.Sadie Powell
2024-02-11Revert "Document ns_no_expire nick default".Sadie Powell
This reverts commit 9c9df2ad1fc8e8f03f4b28d21b4dcc2895d3795c. Closes #350.
2024-01-31Update the dutch language file.Robby
2024-01-31Remove an extraneous space in cs_xop.Robby
2024-01-24Backport CI changes from the 2.1 branch.Sadie Powell
2024-01-22Add a new Turkish translation contributed by CaPa CuL.Sadie Powell
Co-authored-by: CaPa CuL <capacul@gmail.com>
2024-01-22Fix typoVictor Coss
2024-01-05fr_FR: Update fuzzy stringsVal Lorentz
2024-01-05fr_FR: Fix trailing spacesValentin Lorentz
2024-01-01Fix a copy/paste error in the default channel settings.Sadie Powell
2023-12-19Tweak the issue templates slightly.Sadie Powell
2023-12-17Misc grammar fixes.Sadie Powell
2023-12-08messages: fix incorrect format specifierMingjie Shen
Calling a printf-like function with the wrong type of arguments causes unpredictable behavior. Signed-off-by: Mingjie Shen <shen497@purdue.edu>