summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-12-08Release 2.0.17.2.0.17Sadie Powell
2024-12-08Update the change log.Sadie Powell
2024-11-19Only process sockets after loading the db when using db_sql{_live}.Sadie Powell
This avoids slow startups for the 95% of users who are using the db_flatfile database backend.
2024-11-16Process all socket events before connecting to the uplink.Sadie Powell
This ensures that the SQL import actually succeeds before we do something that might terminate the process.
2024-11-15Clarify how to import databases from flatfile to SQL.Sadie Powell
Closes #456.
2024-11-11Fix using User::Account where User::IsIdentified should be used.Sadie Powell
The former causes a dereference which cause a database update. This is not good for performance with db_sql_live on bigger networks.
2024-11-11Fix serialising boolean extension items.Sadie Powell
2024-11-07Expand the size of some chanstats columns.Sadie Powell
Closes #444.
2024-10-27Switch the city version of geoipupdate to a non-corrupt database.Sadie Powell
Closes #439.
2024-10-18Fix a change that was missing from the previous commit.Sadie Powell
2024-10-18Fix marking channels as persistent on InspIRCd and UnrealIRCd.Sadie Powell
2024-10-13Update the IRC server to point to Teranova.Sadie Powell
2024-10-12Switch geoipupdate.sh to use a mirror as the original data is gone.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-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-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-24Fix translating mail:memo_message.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-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