summaryrefslogtreecommitdiff
path: root/data/modules.example.conf
AgeCommit message (Expand)Author
2023-11-24Fix missing end of commentPeGaSuS
2022-12-07Add a module that provides regex/pcre using PCRE2.Sadie Powell
2019-08-18Fixed stupid simple typos.Clem Morton
2019-04-05Config files: Fix some typos, bring stats.standalone.example.conf up to par w...Robby
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
2015-07-23Remove unused variables from m_ldapAdam
2015-03-12Merge pull request #113 from attilamolnar/2.0+opensslAdam
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 li...Daniel Vassdal
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
2014-02-16modules.example.conf: Update examples for bcrypt - also clearify that m_sasl_...Daniel Vassdal
2014-02-14modules.example.conf: Add info about m_sasl_dh-aes and m_sasl_dh-blowfishDaniel Vassdal
2014-02-12Disable m_sasl by defaultAdam
2014-02-12Add SASL EXTERNAL support. Thanks to ShutterQuick for fixing and testing.Adam
2014-01-04Allow m_sql_authentication to disable email changing similar to m_ldap_authen...Adam
2014-01-02Move modules out of extras that dont have external dependenciesAdam
2013-12-09Document which modules are extra and how to enable themAdam
2013-08-23Remove webpanel:ssl configuration option because its dumbAdam
2013-08-11Add DNS Notify supportAdam
2013-08-07Add m_sql_logAdam
2013-07-07Move op/deop/etc back to an actual command, its too hard to use cs_log with i...Adam
2013-07-08m_dnsbl: updated the url to DroneBL in modules.example.confDukePyrolator
2013-06-19Removed inspircd 1.1 reference from conf. Corrected a few spelling issues.KindOne
2013-05-26Get rid of the remaining references in the core to specific services. Move mo...Adam
2013-05-17Add Redis database supportAdam
2013-05-06Use I_OnUserQuit for os_session because I_OnPreUserLogoff gets called too lat...Adam
2013-05-06Update the rest of modules.example.conf, default inspircd status modes to a s...Adam
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-03-16Remove remaining disable_ns_register references in example configAdam
2013-03-13Allow m_ldap_authentication to block email changes if emails are controlled b...Adam
2013-02-02Some more typo and help text fixes, proper formatting of control codes, missi...Robby-
2013-01-31Some configuration file updates: Removed now non-existing settings. Redid som...Robby-
2013-01-08Use m_rewrite to rewrite op, deop, halfop, ... etcAdam
2012-12-29Remove clearuser references from configsAdam
2012-12-22Combine all of the set modules now that having them split apart is almost com...Adam
2012-12-15Move DNS handling to a moduleAdam
2012-11-24Add IP.Board m_sql_authentication query to modules.example.conf, from Genesis...Adam
2012-11-03Made m_xmlrpc use m_httpdAdam