summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)Author
2025-05-12Merge various email modules into one module.Sadie Powell
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
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
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
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
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
2025-03-08Turn on channel persistence by default.Sadie Powell
2025-03-08Rework how nickname protection works.Sadie Powell
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
2025-02-24Add the system.listMethods RPC method.Sadie Powell
2025-02-18Rewrite the xmlrpc module using libxmlrpc-c.Sadie Powell
2025-02-14Merge branch '2.0' into 2.1.Sadie Powell
2025-02-14Document the sql_live performance limitations.Sadie Powell