Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 | Fix some stuff that was missed in commit b94c3740b9. | Sadie Powell | |
2024-10-22 | Move nickserv/set/message to a new module, kill options:useprivmsg. | Sadie Powell | |
2024-10-20 | Update the cron file name. | TehPeGaSuS | |
name | |||
2024-10-18 | Replace the Facebook ns_set_misc example with a non-URL alternative. | Sadie Powell | |
This makes it more clear you can use this for more than just an URL to an external service. | |||
2024-10-01 | Raise the default nickname expiry time to one year. | 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-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 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-09-01 | Fix the documentation of mail:usemail. | TehPeGaSuS | |
`nickserv:registration` only has as options: none, admin, mail. I assume that `mail` is the word that should replace `yes` | |||
2024-08-29 | Remove pointless semicolons in the config for the webcpanel module. | Sadie Powell | |
2024-08-29 | Allow server admins to require that a display nick drops last. | Sadie Powell | |
Closes #348. | |||
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. |