summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-14Update the copyright headers for 2025.2.0Sadie Powell
2024-12-08Bump for 2.0.18-git.Sadie Powell
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
2024-11-16Process all socket events before connecting to the uplink.Sadie Powell
2024-11-15Clarify how to import databases from flatfile to SQL.Sadie Powell
2024-11-11Fix using User::Account where User::IsIdentified should be used.Sadie Powell
2024-11-11Fix serialising boolean extension items.Sadie Powell
2024-11-07Expand the size of some chanstats columns.Sadie Powell
2024-10-27Switch the city version of geoipupdate to a non-corrupt database.Sadie Powell
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
2024-09-17Remove config option for options:warningtimeout.Sadie Powell
2024-09-01Fix the documentation of mail:usemail.TehPeGaSuS
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
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
2024-05-16Explicitly specify ROW_FORMAT=DYNAMIC when creating tables.Sadie Powell
2024-05-16Don't specify a width for DT_INT columns.Sadie Powell
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
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
2024-03-12Fix expiring nick suspensions.Sadie Powell
2024-03-12Fix duplicate messages when synconset/syncongroup is set.Sadie Powell
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