summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-12-01Release 2.1.11.2.1.11Sadie Powell
2024-11-29Add support for numerics associated with cs_set_misc entries.Sadie Powell
This is mainly to allow the URL entry to use RPL_CHANNELURL.
2024-11-29Update the change logs.Sadie Powell
2024-11-25Update Send and Recv to use ssize_t instead of int.Sadie Powell
2024-11-25Use the Module * overload of GetModule() in the nickserv module.Sadie Powell
2024-11-25Simplify the duration string logic in Anope::Expires.Sadie Powell
This is just duplicating Anope::Duration there's no need to reimplement a worse version of that here.
2024-11-25Fix pluralising languages which use the same plural for 0 as 1.Sadie Powell
2024-11-25Add a missing override keyword.Sadie Powell
2024-11-25Rework how guest nicks work.Sadie Powell
- Use the config setting as a string template instead of as a prefix. - Allow users of IRCds that have UIDs to use that as the guest nick. - Fall back to a UID before killing if a guest nick can not be found.
2024-11-24Take a constant pointer in GetModule.Sadie Powell
2024-11-24Fix some minor issues with the Turkish translation.Sadie Powell
2024-11-23Fix the signon time of services pseudoclients on InspIRCd.Sadie Powell
2024-11-23Don't escape messages in the pot file.Sadie Powell
This can't be applied to the po files so there's no point doing it.
2024-11-23Update the French translation.Val Lorentz
2024-11-22Convert some more strings to plural forms.Sadie Powell
2024-11-22Add a plural form overload of SendMessage.Sadie Powell
2024-11-22Skip removed columns when migrating the database schema.Sadie Powell
2024-11-22Improve language selection.Sadie Powell
- Allow selecting languages using an abbreviated language code (e.g. en for en_US.UTF-8). - Preprocess the language list on load as it never changes. This allows us to stop special casing the English language.
2024-11-19Emplace services when registering them with the core.Sadie Powell
2024-11-19Remove some code that should have been removed in the merge.Sadie Powell
2024-11-19Add a plural form overload of CommandSource::Reply.Sadie Powell
2024-11-19Make an untranslated string translatable.Sadie Powell
2024-11-19Merge branch '2.0' into 2.1.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-18Move the set option to its own module.Sadie Powell
This is the first step of rewriting nickname protection.
2024-11-18Only auto-add timers if they actually have a tick time.Sadie Powell
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-16Halt the column migration if any of the queries fail.Sadie Powell
2024-11-16Migrate old SQL schemas to the current layout.Sadie Powell
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.