summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2025-05-23Redocument sendmailpath.Sadie Powell
2025-05-12Merge various email modules into one module.Sadie Powell
In the future this will become the basis of the email contact module and will encapsulate everything relating to email but for now its mostly kept as-is.
2025-05-11Enable db_json by default.Sadie Powell
2025-05-11Consistently use yes/no instead of true/false in the configs.Sadie Powell
2025-05-11Redocument db_sql(_live) in the example configs.Sadie Powell
2025-05-10Remove an outdated comment in the memoserv example config.Sadie Powell
2025-05-10Consistently use realname instead of gecos.Sadie Powell
2025-05-10Fix some remaining uses of vHost in the configs.Sadie Powell
2025-05-10Add a note to irc2sql about using rpc_data instead.Sadie Powell
2025-05-10Remove some duplicate chanstats settings.Sadie Powell
2025-05-05Remove rpc_main.Sadie Powell
2025-05-05Optimise the maths for the jsonrpc oversize integer workaround.Sadie Powell
2025-05-05Add a workaround for JavaScript truncating integers in RPC.Sadie Powell
2025-05-05Add an example Ruby JSON-RPC client.Sadie Powell
2025-05-04Document the existence of the example JSON-RPC client.Sadie Powell
2025-05-04Also allow hashed RPC tokens in the config file.Sadie Powell
2025-05-04Add support for bearer tokens for authorising with RPC.Sadie Powell
2025-05-04Enable hidenetsplitquit by default.Sadie Powell
2025-05-03Drop support for Bahamut as it has no non-DALnet users.Sadie Powell
Closes #438.
2025-04-25Allow disabling the timestamp in os_news messages.Sadie Powell
2025-04-24Add support for hashing operator passwords in the config.Sadie Powell
Closes #327.
2025-04-19Add the anope.account and anope.listAccounts RPC events.Sadie Powell
2025-04-19Add support for local password comparison in sql_authentication.Sadie Powell
2025-04-16Reduce the maximum line length from 120 to 100.Sadie Powell
This should fit on user screens a bit better.
2025-04-15Add / to the default vhost chars.Sadie Powell
2025-04-15Allow unbanning virtual modes, add the !unmute fantasy command.Sadie Powell
2025-04-15Add support for monthly backups to db_json.Sadie Powell
2025-04-14Add Anope::Templace and switch all template strings to use it.Sadie Powell
2025-04-14Purge the seen database after 90 days.Sadie Powell
2025-04-14Switch enc_sha2 default from sha256 to sha512.Sadie Powell
2025-04-14Fix a typo in the example config.Sadie Powell
2025-04-07Make the length of confirmation codes configurable.Sadie Powell
2025-03-26Add the db_json module.Sadie Powell
2025-03-22Allow customising the length at which lines are wrapped after.Sadie Powell
Closes #485.
2025-03-14Fix {nickserv}:defaults still documenting the old nick protection.Sadie Powell
2025-03-13Add the rpc_message module, remove the notice RPC event.Sadie Powell
2025-03-13Fix deleting old db_flatfile database backups.Sadie Powell
2025-03-10Add a config option for disabling the i8 XML-RPC extension.Sadie Powell
2025-03-10Add a config option for disabling the nil XML-RPC extension.Sadie Powell
2025-03-09Sync the chanserv defaults between the code and config.Sadie Powell
2025-03-09Make 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-08Turn on channel persistence by default.Sadie Powell
2025-03-08Rework 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-04Document {ns_sasl}:agent.Sadie Powell
2025-03-03Rename sasl to ns_sasl, move to nickserv.example.conf.Sadie Powell
2025-02-25Improve the rpc_system module config.Sadie Powell
2025-02-25Add 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-24Add the system.listMethods RPC method.Sadie Powell
Still to implement: - system.getCapabilities - system.methodHelp - system.methodSignature
2025-02-18Rewrite the xmlrpc module using libxmlrpc-c.Sadie Powell
2025-02-14Merge branch '2.0' into 2.1.Sadie Powell