Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-01 | Release 2.1.11.2.1.11 | Sadie Powell | |
2024-11-25 | Update Send and Recv to use ssize_t instead of int. | Sadie Powell | |
2024-11-25 | Simplify 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-25 | Fix pluralising languages which use the same plural for 0 as 1. | Sadie Powell | |
2024-11-24 | Take a constant pointer in GetModule. | Sadie Powell | |
2024-11-22 | Convert some more strings to plural forms. | Sadie Powell | |
2024-11-22 | Add a plural form overload of SendMessage. | Sadie Powell | |
2024-11-19 | Remove some code that should have been removed in the merge. | Sadie Powell | |
2024-11-19 | Add a plural form overload of CommandSource::Reply. | Sadie Powell | |
2024-11-18 | Only auto-add timers if they actually have a tick time. | Sadie Powell | |
2024-11-15 | Make the account id map also use a checker. | Sadie Powell | |
2024-11-13 | Fix an inverted condition. | Sadie Powell | |
2024-11-13 | Clean up Anope::Duration and switch to use plural form translation. | Sadie Powell | |
2024-11-13 | Add support for plural form translation. | Sadie Powell | |
Closes #340. | |||
2024-11-12 | Process 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-11 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-11-11 | Fix 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-07 | Fix some compiler warnings from not checking chdir. | Sadie Powell | |
2024-11-07 | Simplify account identifier generation. | Sadie Powell | |
2024-11-01 | Bump for 2.1.11-git. | Sadie Powell | |
2024-11-01 | Release 2.1.10.2.1.10 | Sadie Powell | |
2024-10-27 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-10-27 | Switch the city version of geoipupdate to a non-corrupt database. | Sadie Powell | |
Closes #439. | |||
2024-10-22 | Replace 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-22 | Move nickserv/set/message to a new module, kill options:useprivmsg. | Sadie Powell | |
2024-10-13 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-10-13 | Update the IRC server to point to Teranova. | Sadie Powell | |
2024-10-12 | Zero errno before calling popen. | Sadie Powell | |
2024-10-12 | Switch geoipupdate.sh to use a mirror as the original data is gone. | Sadie Powell | |
2024-10-04 | Fix matching extended bans in services. | Sadie Powell | |
Extended bans are stored without their prefix. Therefore, we should not try to strip their prefix before matching. Closes #288. Co-authored-by: k4be <k4be@pirc.pl> | |||
2024-10-02 | Change User::SetModesInternal to take a split mode change. | Sadie Powell | |
2024-10-02 | Remove the formatting overload of User::SetModesInternal. | Sadie Powell | |
2024-10-02 | Change Channel::SetModesInternal to take a split mode change. | Sadie Powell | |
2024-10-01 | Bump for 2.1.10-git. | Sadie Powell | |
2024-10-01 | Release 2.1.9.2.1.9 | Sadie Powell | |
2024-09-26 | Fix some messages not being marked as translatable. | Sadie Powell | |
2024-09-26 | Fix setting +o on opers on login. | Sadie Powell | |
2024-09-17 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-09-17 | Remove 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-01 | Bump for 2.1.9-git. | Sadie Powell | |
2024-09-01 | Release 2.1.8.2.1.8 | Sadie Powell | |
2024-08-21 | Improve the CTCP version output. | Sadie Powell | |
2024-08-15 | Remove support for MinGW. | Sadie Powell | |
All of our builds are fully native on Windows so there's no need for this anymore. | |||
2024-08-14 | Automatically determine SQL column type from the field. | Sadie Powell | |
Also add more column types to ensure we are storing data in the best format in the database. | |||
2024-07-19 | Bump for 2.0.17-git. | Sadie Powell | |
2024-07-19 | Release 2.0.16.2.0.16 | Sadie Powell | |
2024-07-01 | Bump for 2.1.8-git. | Sadie Powell | |
2024-07-01 | Release 2.1.7.2.1.7 | Sadie Powell | |
2024-06-24 | Add support for sending tag messages. | Sadie Powell | |
2024-06-24 | Rework how CTCP messages are sent and received. | Sadie Powell | |