summaryrefslogtreecommitdiff
path: root/data/modules.example.conf
AgeCommit message (Collapse)Author
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
2014-02-16modules.example.conf: Update examples for bcrypt - also clearify that ↵Daniel Vassdal
m_sasl_dh* requires openssl
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 ↵Adam
m_ldap_authentication
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 ↵Adam
it as rewrites. Allow cs_log to work with either command names or service names.
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 ↵Adam
more stuff out of the core to the proper modules.
2013-05-17Add Redis database supportAdam
2013-05-06Use I_OnUserQuit for os_session because I_OnPreUserLogoff gets called too ↵Adam
late, after the users server can be gone. Fix a couple other small things
2013-05-06Update the rest of modules.example.conf, default inspircd status modes to a ↵Adam
sane rank incase they are prefixless, and 50 other things
2013-05-05Rework the config file reader to be much more flexible and move many ↵Adam
configuration directives to the actual modules they are used in.
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 ↵Adam
by ldap, don't tell users they must change their email during initial user registration
2013-02-02Some more typo and help text fixes, proper formatting of control codes, ↵Robby-
missing privileges, and settings corrections.
2013-01-31Some configuration file updates: Removed now non-existing settings. Redid ↵Robby-
some existing settings to look more consistent/uniform. Added some missing commands/permissions. Merged operserv/modlist permission into operserv/modinfo. Fixed ChanServ INFO privilege to actually work for /BotServ INFO too for those users who have it, instead of only for founders. Fixed some typos aswell as removed whitespaces along the way.
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 ↵Adam
completely pointless
2012-12-15Move DNS handling to a moduleAdam
2012-11-24Add IP.Board m_sql_authentication query to modules.example.conf, from ↵Adam
Genesis2001
2012-11-03Made m_xmlrpc use m_httpdAdam
2012-11-01Fixed quite a bit of dumbness with m_ssl. Had toAdam
modify socketengines to allow polling for write & no read, but is it cleaner now. Made m_httpd able to listen using SSL.
2012-10-13And update modules.example.confAdam
2012-10-07Remove the asynchronous identifing hack and replace it with something ↵Adam
better. Fixes m_*_authentication only being able to properly work when people identify normally using nickserv/identify
2012-09-29added some example sql querieslethality
2012-09-13Updated example query to include a valid valuelethality
2012-09-12Add m_sql_authentication to allow authenticating users against an external ↵Adam
SQL database
2012-09-01Added a web panel module + a default templateAdam
2012-08-08Update pid and motd file pathsCronus
2012-05-15m_ldap_authentication: Removed the dependency on a specific binddn in favour ↵Jeremy
of searching the tree for matching criteria and using the returned DN
2012-05-09Made ssl cert and keyfiles configurableAdam
2012-02-22Added regex support for many commands, such as akill, sqline, snline,Adam
all of the */list commands, etc. Also extended the ability of akill to match a full nick!user@host and real name of users.