summaryrefslogtreecommitdiff
path: root/data/modules.example.conf
AgeCommit message (Collapse)Author
2025-05-11Consistently use yes/no instead of true/false in the configs.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-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-14Add Anope::Templace and switch all template strings to use it.Sadie Powell
2025-03-13Add the rpc_message module, remove the notice RPC event.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-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-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
2024-08-29Remove pointless semicolons in the config for the webcpanel module.Sadie Powell
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.
2024-07-04Add UNIX socket support to mysql module.ItsOnlyBinary
Ref: #419
2024-03-26Allow specifying the webcpanel template directory directly.Sadie Powell
There's no need to hardcode a base path here.
2024-03-19Use paths relative to data/conf in the config file.Sadie Powell
This was done in some places already but not consistently. Closes #349.
2024-03-07Move some modules which can be built by default out of extra.Sadie Powell
2024-03-07Consistently use email instead of e-mail.Sadie Powell
2024-02-17Remove a leftover use of the m_ module prefix.Robert Scheck
2024-01-24Rename several modules to remove the m_ prefix.Sadie Powell
2024-01-09Always disable SSLv3 support, allow disabling TLSv1.[012].Sadie Powell
2024-01-09Update the default SSL filenames to use the Certbot names.Sadie Powell
2024-01-06Add missing whitespace in multi-line commentRobert Scheck
2023-12-17Add the regex_stdlib regular expression engine.Sadie Powell
Unlike other regular expression engines this is available on all systems.
2023-12-17Merge branch '2.0' into 2.1.Sadie Powell
2023-12-17Remove the m_regex_pcre module.Sadie Powell
Users should migrate to m_regex_pcre2 instead.
2023-11-24Fix missing end of commentPeGaSuS
2022-12-07Merge branch '2.0' into 2.1.Sadie Powell
2022-12-07Add a module that provides regex/pcre using PCRE2.Sadie Powell
2022-01-04Update more IRCServices references to reflect the current project.Sadie Powell
- If referring to the specific piece of software use "Anope". - If referring to services in general use "services".
2020-09-28Rename things from services to anope.Sadie Powell
2019-08-18Fixed stupid simple typos.Clem Morton
Fixed stupid simple type, changed "bot not both" to "but not both"
2019-04-05Config files: Fix some typos, bring stats.standalone.example.conf up to par ↵Robby
with example.conf, etc.
2019-01-03Allow multiple IP addresses in extforward_ip separated by spaceslinuxdaemon
2018-11-10Update most URLs to use HTTPS if available, and fix some dead ones too.Robby
2017-10-09Load sasl module by default.Bram Matthys
2017-05-17m_dnsbl: fix exempts, allow cidrs, default exempt 127.0.0.0/8Adam
2017-01-16Revert "Remove efnetrbl from example dnsbl configuration"Adam
2017-01-08Remove efnetrbl from example dnsbl configurationAdam
2016-04-13Remove support for DH-AES and DH-BLOWFISH.Peter Powell
These SASL mechanisms are considered insecure and should not be used anymore.