Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-09 | Fix a forward declaration on Clang. | Sadie Powell | |
2025-03-09 | Don't tell users that services is shutting down when its restarting. | Sadie Powell | |
2025-03-09 | Add support for oper-only quit messages. | Sadie Powell | |
This currently only works on InspIRCd but I believe that other servers also support this. | |||
2025-03-09 | Fix a compiler warning on Clang. | 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 | Fix various webcpanel bugs relating to nickname protection. | Sadie Powell | |
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-08 | Use a C++11 lambda instead of a channel sorting method. | Sadie Powell | |
2025-03-08 | Move some headers around. | Sadie Powell | |
2025-03-07 | Fix some minor issues with db_atheme error messages. | Sadie Powell | |
2025-03-07 | Import misc channel and user metadata in db_atheme. | Sadie Powell | |
2025-03-06 | Don't warn when importing an external auth account from Atheme. | Sadie Powell | |
This happens when Atheme was using LDAP to authenticate users. We will replace the temporary password at a later date if Anope is set up to use LDAP too. | |||
2025-03-06 | Import logon and oper news from Atheme. | Sadie Powell | |
2025-03-06 | Force the MySQL module to use UTC for connections. | Sadie Powell | |
This prevents conversion issues when the MySQL server is in a different timezone to the services server. | |||
2025-03-06 | Fix a REPRODUCIBLE_BUILD check after the previous commit. | Sadie Powell | |
2025-03-06 | Move REPRODUCIBLE_BUILD to sysconf. | Sadie Powell | |
2025-03-05 | Fix reading the config of some modules. | Sadie Powell | |
2025-03-05 | Fix the on start library version logging to include the module. | Sadie Powell | |
2025-03-04 | Blacklist an old UnrealIRCd contrib module that breaks Anope. | Sadie Powell | |
2025-03-04 | Document {ns_sasl}:agent. | Sadie Powell | |
2025-03-04 | Remove GetAgent and SendMechs from the SASL interface. | Sadie Powell | |
These are only used by ns_sasl. | |||
2025-03-03 | Misc cleanup of ns_sasl and sasl.h. | Sadie Powell | |
2025-03-03 | Check if users really want to use 2.1 in Config. | Sadie Powell | |
2025-03-03 | SASL::ProtocolInterface should not be exported. | Sadie Powell | |
2025-03-03 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2025-03-03 | Fix a compiler warning on newer versions of MSVC. | Sadie Powell | |
2025-03-03 | Rename sasl to ns_sasl, move to nickserv.example.conf. | Sadie Powell | |
2025-03-03 | Move SASL protocol messages to the SASL header. | Sadie Powell | |
2025-03-02 | Add a helper method for getting a description of an uplink. | Sadie Powell | |
2025-03-02 | Return references instead of pointers from the config system. | Sadie Powell | |
We used to return NULL from these methods but now we return an empty block so this can never actually be null now. | |||
2025-03-02 | Return EmptyBlock instead of NULL from GetModule. | Sadie Powell | |
2025-02-28 | Bump for 2.1.13-git. | Sadie Powell | |
2025-02-28 | Release 2.1.12. | Sadie Powell | |
2025-02-28 | Update the changelogs. | Sadie Powell | |
2025-02-26 | Add a JavaScript library for accessing the JSON-RPC API. | Sadie Powell | |
2025-02-25 | Deduplicate RPC parameter count checks. | Sadie Powell | |
2025-02-25 | Deduplicate some SASL logic. | 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-24 | Allow use of a non-map type as the root RPC element. | Sadie Powell | |
2025-02-24 | Add support for RPC arrays, simplify the RPC objects. | Sadie Powell | |
2025-02-23 | Rename RPC::Block to RPC::Map. | Sadie Powell | |
2025-02-23 | If a user is already connected on SASL fail just call BadPassword. | Sadie Powell | |
2025-02-23 | Fix detecting whether translations are disabled in ns_set_language. | Sadie Powell | |
2025-02-23 | Fix resetting the SASL password limit. | Sadie Powell | |
2025-02-23 | Update the dutch language file. | Robby | |
2025-02-23 | Update the dutch language file. | Robby | |