summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)Author
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
2025-02-13Add the new JSON-RPC module to compliment the XMLRPC one.Sadie Powell
2025-02-13Rework the RPC modules in preparation for the new JSON-RPC module.Sadie Powell
2025-02-12Disable operserv/quit by default.Sadie Powell
2025-02-12Add extra protections to avoid rebooting the wrong network.Sadie Powell
2025-02-11Make email confirmation a bit smarter.Sadie Powell
2025-01-30Fix a typo in the enc_sha2 docs.Sadie Powell
2025-01-13Allow skipping user modes in keepmodes.Sadie Powell
2025-01-13Move keepmodes to its own module.Sadie Powell
2025-01-13Enable activate_on_set by default.Sadie Powell
2025-01-13Add an option to re-cloak opers on logout.Sadie Powell
2024-11-29Add support for numerics associated with cs_set_misc entries.Sadie Powell
2024-11-25Rework how guest nicks work.Sadie Powell
2024-11-18Move the set option to its own module.Sadie Powell
2024-11-15Merge branch '2.0' into 2.1.Sadie Powell
2024-11-15Clarify how to import databases from flatfile to SQL.Sadie Powell
2024-11-08Make the grammar of the SET privilege description less weird.Sadie Powell
2024-10-22Replace usestrictprivmsg with something actually useful.Sadie Powell
2024-10-22Fix some stuff that was missed in commit b94c3740b9.Sadie Powell
2024-10-22Move nickserv/set/message to a new module, kill options:useprivmsg.Sadie Powell
2024-10-20Update the cron file name.TehPeGaSuS
2024-10-18Replace the Facebook ns_set_misc example with a non-URL alternative.Sadie Powell
2024-10-01Raise the default nickname expiry time to one year.Sadie Powell
2024-09-26Allow sending an oper account on InspIRCd.Sadie Powell
2024-09-17Merge branch '2.0' into 2.1.Sadie Powell
2024-09-17Remove config option for options:warningtimeout.Sadie Powell