summaryrefslogtreecommitdiff
path: root/docs/conf/modules.conf.example
AgeCommit message (Expand)Author
2014-04-07Merge insp20Attila Molnar
2014-04-04Major example configuration and helpop updateAttila Molnar
2014-03-07Fix m_permchannels not prepending the path when reading the config.Peter Powell
2014-02-27Give m_connectban a configurable ban messageGoogolplexed
2014-02-26Simplify /SAJOIN syntax and add permission for joining other users.Daniel Vassdal
2014-02-25m_svshold Hide server notices by defaultAttila Molnar
2014-02-23Moving CGIIRC to a new snomask (w)Googolplexed
2014-02-07m_ldapauth.cpp: Allow multiple patterns for users to bypass LDAP authThiago Crepaldi
2014-01-30Document new delayed join feature of m_conn_joinAttila Molnar
2014-01-26Add m_clearchan which removes users from a channel without sending n*(n+1)/2 ...Attila Molnar
2014-01-21Merge insp20Attila Molnar
2014-01-21Add m_starttls and remove it from m_ssl_gnutls, which allows it to work with ...Adam
2014-01-20m_svshold Add config option to hide snoticesAttila Molnar
2014-01-20m_httpd Add timeout option; remove timed out connectionsAttila Molnar
2014-01-20Update example configs/helpopAttila Molnar
2013-12-19m_showwhois Update settings on rehashAttila Molnar
2013-12-19Add m_ldap, and convert m_ldapoper and m_ldapauth to use it.Adam
2013-12-18Add m_showfile, remove cmd_rulesAttila Molnar
2013-12-18Add a Flash Policy Daemon moduleDaniel Vassdal
2013-09-11Convert cmd_modenotice into an optional moduleattilamolnar
2013-08-30Merge insp20attilamolnar
2013-08-27m_permchannels Add the ability to save listmodesattilamolnar
2013-08-27Update example configs, README.md and moreattilamolnar
2013-08-24Option to select if chanhistory is on for botsDaniel Vassdal
2013-08-12Add <path> keys for all of the compile-time paths.Peter Powell
2013-08-09Move host cycle logic into m_hostcycleattilamolnar
2013-06-16Add RE2 regex module.Peter Powell
2013-06-10Added m_repeat - Allows for blocking of similiar messagesDaniel Vassdal
2013-04-27Added RMODE command per suggestion #479Daniel Vassdal
2013-04-16m_kicknorejoin Limit time to 30m by defaultattilamolnar
2013-04-06Default to the XML config format.Peter Powell
2013-04-01Purge the deprecated chanprotect module.Peter Powell
2013-04-01Remove legacy code, mostly related to 1.2 compatibilityattilamolnar
2013-03-31Minor update to example configsattilamolnar
2013-03-29Update doc and fix the description of m_allowinviteattilamolnar
2013-03-02Reorganise configuration files:Peter Powell
2012-11-29ldapauth: Allow setting virtual hosts on identification with m_ldapauth.Robin Burchell
2012-10-29m_opermotd Add support for replacing \u \b etc. with color codesattilamolnar
2012-10-28m_operlog Add tosnomask config option, to log all oper actions to snomask 'r'attilamolnar
2012-10-19m_ldapauth Allow filtering on arbitrary LDAP attributesAdrien Bustany
2012-10-08Update modules.conf.example with m_ircv3attilamolnar
2012-10-08Allows to use user->ident string instead of user->nick for NickServ.Boleslaw Tokarski
2012-10-07Update modules.conf.example with m_topiclockattilamolnar
2012-10-04Replace hardcoded paths with configurable onesChrisTX
2012-09-22Instruct users to verify that std::regex is supported on their setup before u...attilamolnar
2012-09-22m_regex_stdlib: A regex provider for the C++11 container std::regexChrisTX
2012-09-13m_knock Add support for sending a 710 numeric when a KNOCK succeeds, add a co...attilamolnar
2012-08-13Merge pull request #251 from Shawn-Smith/insp20+extbanURobin Burchell
2012-07-26Update example configsattilamolnar
2012-07-07Added ExtBan U to match only Unregistered usersShawn Smith