summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-15Merge branch '2.0' into 2.1.Sadie Powell
2024-11-15Clarify how to import databases from flatfile to SQL.Sadie Powell
Closes #456.
2024-11-15Make the account id map also use a checker.Sadie Powell
2024-11-14Add default values to the MySQL tables and use when a column is null.Sadie Powell
2024-11-13Fix an inverted condition.Sadie Powell
2024-11-13Use the remaining wait time in the registration delay message.Sadie Powell
Closes #452.
2024-11-13Use durations instead of seconds in waiting messages.Sadie Powell
2024-11-13Clean up Anope::Duration and switch to use plural form translation.Sadie Powell
2024-11-13Add support for plural form translation.Sadie Powell
Closes #340.
2024-11-12Process 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-11Update the Turkish translation.Sadie Powell
Co-authored-by: CaPa CuL <capacul@gmail.com>
2024-11-11Merge branch '2.0' into 2.1.Sadie Powell
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-11Merge branch '2.0' into 2.1.Sadie Powell
2024-11-11Fix serialising boolean extension items.Sadie Powell
2024-11-11Remove an unnecessary function from db_sql_live.Sadie Powell
2024-11-11Add a helper function to db_sql(_live) for getting a table name.Sadie Powell
2024-11-08More updates to the pt_PT translation.TehPeGaSuS
2024-11-08Make the grammar of the SET privilege description less weird.Sadie Powell
2024-11-08Make the en_US translation file more suitable as a template.Sadie Powell
2024-11-08Remove the integer width from chanstats and irc2sql columns.Sadie Powell
These are ignored by MySQL so specifying them is meaningless.
2024-11-08Merge branch '2.0' into 2.1.Sadie Powell
2024-11-08Migrate from Markdown to YAML issue templates.Sadie Powell
2024-11-08Avoid unnecessary string copies when calling IsFile.Sadie Powell
2024-11-07Fix some compiler warnings from not checking chdir.Sadie Powell
2024-11-07Simplify account identifier generation.Sadie Powell
2024-11-07Expand the size of some chanstats columns.Sadie Powell
Closes #444.
2024-11-01Bump for 2.1.11-git.Sadie Powell
2024-11-01Release 2.1.10.2.1.10Sadie Powell
2024-10-27Merge branch '2.0' into 2.1.Sadie Powell
2024-10-27Switch the city version of geoipupdate to a non-corrupt database.Sadie Powell
Closes #439.
2024-10-25Fix parsing mode changes from users on UnrealIRCd.Sadie Powell
2024-10-22Fix a typo in the change log.Sadie Powell
2024-10-22Replace usestrictprivmsg with something actually useful.Sadie Powell
Every IRC server we support (other than Bahamut which is probably on the chopping bock) uses UIDs so this setting does nothing. Instead, allow configuring a server-side alias for each service and use that when servicealias is enabled.
2024-10-22Fix some stuff that was missed in commit b94c3740b9.Sadie Powell
2024-10-22Update the change logs.Sadie Powell
2024-10-22Move nickserv/set/message to a new module, kill options:useprivmsg.Sadie Powell
2024-10-20Update the cron file name.TehPeGaSuS
name
2024-10-19Use the target nick as the default desc for mask access entries.Sadie Powell
2024-10-19Deduplicate the access code in cs_statusupdate.Sadie Powell
2024-10-18Replace the Facebook ns_set_misc example with a non-URL alternative.Sadie Powell
This makes it more clear you can use this for more than just an URL to an external service.
2024-10-18Merge branch '2.0' into 2.1Sadie Powell
2024-10-18Fix a change that was missing from the previous commit.Sadie Powell
2024-10-18Merge branch '2.0' into 2.1.Sadie Powell
2024-10-18Fix marking channels as persistent on InspIRCd and UnrealIRCd.Sadie Powell
2024-10-17Updated the supported versions in the README.Sadie Powell
2024-10-16Add support for name-only extbans on InspIRCd.Sadie Powell
2024-10-13Merge branch '2.0' into 2.1.Sadie Powell
2024-10-13Update the IRC server to point to Teranova.Sadie Powell
2024-10-12Zero errno before calling popen.Sadie Powell