summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
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
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
This is dangerous and almost never what is actually wanted.
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
Closes: #421
2024-11-29Add 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-25Rework 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-18Move the set option to its own module.Sadie Powell
This is the first step of rewriting nickname protection.
2024-11-15Merge branch '2.0' into 2.1.Sadie Powell
2024-11-15Clarify how to import databases from flatfile to SQL.Sadie Powell
Closes #456.
2024-11-08Make the grammar of the SET privilege description less weird.Sadie Powell
2024-10-22Replace 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-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
name
2024-10-18Replace 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-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
This hasn't done anything since the early 1.9 releases I'm not sure why it hasn't been removed already.
2024-09-01Merge branch '2.0' into 2.1.Sadie Powell
2024-09-01Fix 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-29Remove pointless semicolons in the config for the webcpanel module.Sadie Powell
2024-08-29Allow server admins to require that a display nick drops last.Sadie Powell
Closes #348.
2024-08-14Automatically 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.