Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-23 | Redocument sendmailpath. | Sadie Powell | |
2025-05-11 | Enable db_json by default. | Sadie Powell | |
2025-05-11 | Consistently use yes/no instead of true/false in the configs. | Sadie Powell | |
2025-05-11 | Redocument db_sql(_live) in the example configs. | Sadie Powell | |
2025-05-10 | Fix some remaining uses of vHost in the configs. | Sadie Powell | |
2025-05-10 | Add a note to irc2sql about using rpc_data instead. | Sadie Powell | |
2025-05-03 | Drop support for Bahamut as it has no non-DALnet users. | Sadie Powell | |
Closes #438. | |||
2025-04-24 | Add support for hashing operator passwords in the config. | Sadie Powell | |
Closes #327. | |||
2025-04-16 | Reduce the maximum line length from 120 to 100. | Sadie Powell | |
This should fit on user screens a bit better. | |||
2025-04-15 | Add / to the default vhost chars. | Sadie Powell | |
2025-04-15 | Add support for monthly backups to db_json. | Sadie Powell | |
2025-04-14 | Add Anope::Templace and switch all template strings to use it. | Sadie Powell | |
2025-04-14 | Switch enc_sha2 default from sha256 to sha512. | Sadie Powell | |
2025-04-14 | Fix a typo in the example config. | Sadie Powell | |
2025-04-07 | Make the length of confirmation codes configurable. | Sadie Powell | |
2025-03-26 | Add the db_json module. | Sadie Powell | |
2025-03-22 | Allow customising the length at which lines are wrapped after. | Sadie Powell | |
Closes #485. | |||
2025-03-13 | Fix deleting old db_flatfile database backups. | Sadie Powell | |
2025-03-09 | Make config variables a lot more useful. | Sadie Powell | |
- Config variables now no longer conflict with regular values. - Config variables can now be read from the environment. (e.g. ${env.USER}). - Config variables can now be used as partial values (e.g. support@${network.domain}) | |||
2025-03-08 | Rework how nickname protection works. | Sadie Powell | |
- Rename the command and module from kill to protect (this command hasn't actually killed users in a long time). - Replace QUICK/IMMED with a duration option. | |||
2025-02-14 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2025-01-30 | Fix a typo in the enc_sha2 docs. | Sadie Powell | |
2024-11-15 | Merge branch '2.0' into 2.1. | Sadie Powell | |
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-09-26 | Allow sending an oper account on InspIRCd. | Sadie Powell | |
2024-09-17 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-09-01 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-08-29 | Allow server admins to require that a display nick drops last. | Sadie Powell | |
Closes #348. | |||
2024-06-23 | Make the language around fantasy commands less weird. | Sadie Powell | |
2024-06-19 | Update the databases more regularly. | Sadie Powell | |
2024-06-12 | Remove the broken Catalan, Hungarian, and Russian translations. | Sadie Powell | |
2024-05-16 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-05-10 | Always use server-side topic and mode locks where available. | Sadie Powell | |
2024-04-14 | Fix a typo in the example configs. | Robert Scheck | |
2024-04-05 | Add an operator privilege to allow overriding drop codes. | Sadie Powell | |
Closes #392 | |||
2024-03-31 | Add a default value for sendmailpath. | Sadie Powell | |
2024-03-19 | Use paths relative to data/conf in the config file. | Sadie Powell | |
This was done in some places already but not consistently. Closes #349. | |||
2024-03-19 | Redocument deprecated encryption modules. | Sadie Powell | |
2024-03-18 | Add verify-only support for POSIX crypt() hashes from Atheme. | Sadie Powell | |
2024-03-18 | Improve sending email. | Sadie Powell | |
- Use consistent line endings as expected by the email spec. - Don't require admins to escape . at the start of lines. - Log the reason why sending email fails. | |||
2024-03-14 | Rework sending global notices. | Sadie Powell | |
Admins can now queue multiple messages and send them when they are ready. This is fully compatible with the previous global behaviour. Admins can now also send messages to individual servers. This is useful for informing users of maintenance due to downtime. | |||
2024-03-10 | Ensure that verify-only encryption modules can never encrypt passwords. | Sadie Powell | |
If another module was loaded first and then later unloaded it was possible for a deprecated module to encrypt passwords. | |||
2024-03-10 | Add support for encrypting passwords with the Argon2 algorithm. | Sadie Powell | |
Closes #369. | |||
2024-03-09 | Redocument the encryption module config. | Sadie Powell | |
2024-03-09 | Add the enc_sha2 module which hashes passwords with HMAC-SHA-2. | Sadie Powell | |
Using HMAC instead of changing the IV is a lot safer. | |||
2024-03-07 | Consistently use email instead of e-mail. | Sadie Powell | |
2024-03-07 | Use the C++11 random number generator instead of rand(). | Sadie Powell | |
This is safer, faster, and doesn't require seeding. | |||
2024-03-07 | Add the initial version of the Atheme database importer. | Sadie Powell | |
2024-02-29 | If a user runs an invalid command try to suggest a valid one. | Sadie Powell | |