Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-05 | Merge the SASL data and ext parameters. | Sadie Powell | |
There might be more than this so its better to just store it in a 1+ parameter vector. | |||
2025-02-05 | Make it easier to fail and delete SASL sessions. | Sadie Powell | |
2025-02-05 | Import more data from Atheme. | Sadie Powell | |
2025-01-30 | Fix a typo in the enc_sha2 docs. | Sadie Powell | |
2025-01-25 | Reject passwords bigger than Bcrypt can handle. | Sadie Powell | |
2025-01-17 | Qualify a use of auto. | Sadie Powell | |
2025-01-14 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2025-01-14 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2025-01-14 | Update the copyright headers for 2025.2.0 | Sadie Powell | |
2025-01-13 | Allow skipping user modes in keepmodes. | Sadie Powell | |
2025-01-13 | Move keepmodes to its own module. | Sadie Powell | |
2025-01-13 | Enable activate_on_set by default. | Sadie Powell | |
2025-01-13 | Add an option to re-cloak opers on logout. | Sadie Powell | |
Closes: #421 | |||
2025-01-10 | Fix the build error introduced in the previous commit. | Sadie Powell | |
TODO: learn to spell `git add` correctly. | |||
2025-01-10 | Warn users of the old InspIRCd protocol that support is deprecated. | Sadie Powell | |
We will drop this later in the year when that branch goes EOL. | |||
2024-12-15 | Add example code for how to validate SHA2 passwords in PHP. | Sadie Powell | |
2024-12-13 | Add Service::GetServices. | Sadie Powell | |
2024-12-13 | Switch Service::GetServiceKeys to use a range-for loop. | Sadie Powell | |
2024-12-12 | Use a more useful setting example in os_config. | Sadie Powell | |
2024-12-08 | Bump for 2.0.18-git. | Sadie Powell | |
2024-12-08 | Release 2.0.17.2.0.17 | Sadie Powell | |
2024-12-08 | Update the change log. | Sadie Powell | |
2024-12-01 | Bump for 2.1.12-git. | Sadie Powell | |
2024-12-01 | Release 2.1.11.2.1.11 | Sadie Powell | |
2024-11-29 | Add 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-29 | Update the change logs. | Sadie Powell | |
2024-11-25 | Update Send and Recv to use ssize_t instead of int. | Sadie Powell | |
2024-11-25 | Use the Module * overload of GetModule() in the nickserv module. | 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-25 | Add a missing override keyword. | Sadie Powell | |
2024-11-25 | Rework 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-24 | Take a constant pointer in GetModule. | Sadie Powell | |
2024-11-24 | Fix some minor issues with the Turkish translation. | Sadie Powell | |
2024-11-23 | Fix the signon time of services pseudoclients on InspIRCd. | Sadie Powell | |
2024-11-23 | Don'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-23 | Update the French translation. | Val Lorentz | |
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-22 | Skip removed columns when migrating the database schema. | Sadie Powell | |
2024-11-22 | Improve 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-19 | Emplace services when registering them with the core. | 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-19 | Make an untranslated string translatable. | Sadie Powell | |
2024-11-19 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-11-19 | Only 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-18 | Move the set option to its own module. | Sadie Powell | |
This is the first step of rewriting nickname protection. | |||
2024-11-18 | Only auto-add timers if they actually have a tick time. | Sadie Powell | |
2024-11-16 | 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. |