summaryrefslogtreecommitdiff
path: root/data/modules.example.conf
AgeCommit message (Collapse)Author
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.
2015-07-23Remove unused variables from m_ldapAdam
2015-03-12Merge pull request #113 from attilamolnar/2.0+opensslAdam
m_ssl_openssl: SSL context option changes
2015-03-12m_ssl_openssl: Allow disabling SSLv3 via the configAttila Molnar
2015-03-12Document that m_ldap_authentication:disable_register_reason blocks groupingAdam
2014-10-12Add exempts and optionally allow authenticated users past m_dnsblAdam
2014-05-30Fix the name of the SSL modules in comments in modules.conf.exampleAttila Molnar
2014-03-01Fix incorrect comment in modules.example.confAdam
2014-02-20enc_bcrypt.cpp: Get rid of the libxcrypt dependency by including code from ↵Daniel Vassdal
libxcrypt, and move enc_bcrypt out of extras
2014-02-18Alphabetically order modules in modules.example.conf ('r' < 's' and 'w' < 'x')Attila Molnar
2014-02-17Add m_ssl_gnutlsAttila Molnar
2014-02-17Rename m_ssl to m_ssl_openssl and update docsAttila Molnar