summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-03-02Add a helper method for getting a description of an uplink.Sadie Powell
2025-03-02Return references instead of pointers from the config system.Sadie Powell
2025-03-02Return EmptyBlock instead of NULL from GetModule.Sadie Powell
2025-02-28Bump for 2.1.13-git.Sadie Powell
2025-02-28Release 2.1.12.Sadie Powell
2025-02-20Store the source address in the identify request.Sadie Powell
2025-01-14Merge branch '2.0' into 2.1.Sadie Powell
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-01Bump for 2.1.12-git.Sadie Powell
2024-12-01Release 2.1.11.2.1.11Sadie Powell
2024-11-25Update Send and Recv to use ssize_t instead of int.Sadie Powell
2024-11-25Simplify the duration string logic in Anope::Expires.Sadie Powell
2024-11-25Fix pluralising languages which use the same plural for 0 as 1.Sadie Powell
2024-11-24Take a constant pointer in GetModule.Sadie Powell
2024-11-22Convert some more strings to plural forms.Sadie Powell
2024-11-22Add a plural form overload of SendMessage.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-19Only process sockets after loading the db when using db_sql{_live}.Sadie Powell
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
2024-11-15Make the account id map also use a checker.Sadie Powell
2024-11-13Fix an inverted condition.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
2024-11-12Process all socket events before connecting to the uplink.Sadie Powell
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
2024-11-07Fix some compiler warnings from not checking chdir.Sadie Powell
2024-11-07Simplify account identifier generation.Sadie Powell
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
2024-10-22Replace usestrictprivmsg with something actually useful.Sadie Powell
2024-10-22Move nickserv/set/message to a new module, kill options:useprivmsg.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
2024-10-12Switch geoipupdate.sh to use a mirror as the original data is gone.Sadie Powell
2024-10-04Fix matching extended bans in services.Sadie Powell
2024-10-02Change User::SetModesInternal to take a split mode change.Sadie Powell
2024-10-02Remove the formatting overload of User::SetModesInternal.Sadie Powell
2024-10-02Change Channel::SetModesInternal to take a split mode change.Sadie Powell
2024-10-01Bump for 2.1.10-git.Sadie Powell
2024-10-01Release 2.1.9.2.1.9Sadie Powell
2024-09-26Fix some messages not being marked as translatable.Sadie Powell
2024-09-26Fix setting +o on opers on login.Sadie Powell