Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-04 | Enable hidenetsplitquit by default. | Sadie Powell | |
2025-05-03 | Drop support for Bahamut as it has no non-DALnet users. | Sadie Powell | |
Closes #438. | |||
2025-04-25 | Allow disabling the timestamp in os_news messages. | Sadie Powell | |
2025-04-24 | Add support for hashing operator passwords in the config. | Sadie Powell | |
Closes #327. | |||
2025-04-19 | Add the anope.account and anope.listAccounts RPC events. | Sadie Powell | |
2025-04-19 | Add support for local password comparison in sql_authentication. | Sadie Powell | |
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 | Allow unbanning virtual modes, add the !unmute fantasy command. | 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 | Purge the seen database after 90 days. | 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-14 | Fix {nickserv}:defaults still documenting the old nick protection. | Sadie Powell | |
2025-03-13 | Add the rpc_message module, remove the notice RPC event. | Sadie Powell | |
2025-03-13 | Fix deleting old db_flatfile database backups. | Sadie Powell | |
2025-03-10 | Add a config option for disabling the i8 XML-RPC extension. | Sadie Powell | |
2025-03-10 | Add a config option for disabling the nil XML-RPC extension. | Sadie Powell | |
2025-03-09 | Sync the chanserv defaults between the code and config. | 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 | Turn on channel persistence by default. | Sadie Powell | |
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-03-04 | Document {ns_sasl}:agent. | Sadie Powell | |
2025-03-03 | Rename sasl to ns_sasl, move to nickserv.example.conf. | Sadie Powell | |
2025-02-25 | Improve the rpc_system module config. | Sadie Powell | |
2025-02-25 | Add the rpc_data module. | Sadie Powell | |
- Add rewritten and namespaced versions of the channel, oper, user events. - Add the following new events: * anope.listChannels * anope.listOpers * anope.listServers * anope.listUsers * anope.server | |||
2025-02-24 | Add the system.listMethods RPC method. | Sadie Powell | |
Still to implement: - system.getCapabilities - system.methodHelp - system.methodSignature | |||
2025-02-18 | Rewrite the xmlrpc module using libxmlrpc-c. | Sadie Powell | |
2025-02-14 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2025-02-14 | Document the sql_live performance limitations. | Sadie Powell | |
2025-02-13 | Add the new JSON-RPC module to compliment the XMLRPC one. | Sadie Powell | |
2025-02-13 | Rework the RPC modules in preparation for the new JSON-RPC module. | Sadie Powell | |
2025-02-12 | Disable operserv/quit by default. | Sadie Powell | |
This is dangerous and almost never what is actually wanted. | |||
2025-02-12 | Add extra protections to avoid rebooting the wrong network. | Sadie Powell | |
2025-02-11 | Make email confirmation a bit smarter. | Sadie Powell | |
2025-01-30 | Fix a typo in the enc_sha2 docs. | 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 | |||
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-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-18 | Move the set option to its own module. | Sadie Powell | |
This is the first step of rewriting nickname protection. | |||
2024-11-15 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-11-15 | Clarify how to import databases from flatfile to SQL. | Sadie Powell | |
Closes #456. | |||
2024-11-08 | Make the grammar of the SET privilege description less weird. | Sadie Powell | |