aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf/modules.conf.example
Commit message (Expand)AuthorAgeFilesLines
...
* | Add m_ircv3_chghost which implements the IRCv3.2 chghost extensionGravatar Attila Molnar2015-12-051-0/+11
* | Add m_ircv3_capnotify which implements the IRCv3.2 cap-notify extensionGravatar Attila Molnar2015-12-051-0/+5
* | m_blockcaps Reword error message to indicate 'greater than or equal to' logic...Gravatar David Lamont2015-07-011-2/+2
* | Merge pull request #1059 from OVERdrive-IRC/m_repeat/fix-typo•••m_repeat: fix typo (similiar->similar)Gravatar Attila Molnar2015-06-261-2/+2
|\ \
| * | m_repeat: fix typo (similiar->similar)•••Also update docs/ accordingly Gravatar James Lu2015-06-121-2/+2
* | | Update example configuration to say the new style module names everywhereGravatar Attila Molnar2015-05-201-252/+254
|/ /
* | Merge insp20Gravatar Attila Molnar2015-04-201-22/+23
|\|
| * Remove non-existant extban M: from docs•••extban M: has not existed since 2d732f4d in 2009... Gravatar Renegade3342015-03-171-2/+1
| * Make some config strings a bit more professional and use RFC reserved TLD's e...Gravatar JD Horelick2014-11-091-20/+22
* | modules/m_silence: Allow U-lined services to bypass silence masks•••Adds a config entry (silence->exemptuline) that specifies whether users on U-lined servers can bypass silence masks. Gravatar Renegade3342015-02-051-1/+4
* | Merge insp20Gravatar Attila Molnar2014-10-271-1/+4
|\|
| * m_delaymsg Add option to disallow NOTICEs tooGravatar Attila Molnar2014-10-231-0/+2
| * Update <nationalchars> tag documentationGravatar Attila Molnar2014-10-201-1/+2
* | m_hidelist Make minimum rank required to view lists configurableGravatar Attila Molnar2014-09-101-1/+8
* | Add m_hidelist that allows hiding the lists of listmodesGravatar Attila Molnar2014-09-101-0/+14
* | m_pbkdf2: Added module•••Bugfixes and minor changes are by @attilamolnar, original PR #767 Gravatar Daniel Vassdal2014-08-041-0/+14
* | m_bcrypt: Add module•••bcrypt updated to 1.3 by @attilamolnar, original PR #767 Gravatar Daniel Vassdal2014-08-041-0/+9
* | Merge insp20Gravatar Attila Molnar2014-07-251-23/+31
|\|
| * Update example configuration files, fix typos and case•••Mention m_regex_stdlib in the list of regex providers after m_filter Gravatar Attila Molnar2014-07-241-23/+31
* | Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhereGravatar Attila Molnar2014-07-191-1/+1
* | Document the config options of m_removeGravatar Attila Molnar2014-06-091-0/+6
* | Describe <ident:nolookupprefix>Gravatar Attila Molnar2014-05-281-0/+4
* | m_ident: Add an option to allow idents of users to still be prefixed with a '...•••Fixes #683. Some changes by @attilamolnar, original PR #684 Gravatar Robby-2014-05-281-1/+1
* | Redirect the reader to filters.conf.example for advanced filter configurationGravatar Attila Molnar2014-04-111-2/+3
* | m_filter Rename config key used in exemptfromfilter from "channel" to "target...Gravatar Attila Molnar2014-04-111-1/+1
* | Merge insp20Gravatar Attila Molnar2014-04-071-341/+335
|\|
| * Major example configuration and helpop update•••Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this Gravatar Attila Molnar2014-04-041-349/+338
* | Fix m_permchannels not prepending the path when reading the config.Gravatar Peter Powell2014-03-071-2/+2
* | Give m_connectban a configurable ban messageGravatar Googolplexed2014-02-271-1/+5
* | Simplify /SAJOIN syntax and add permission for joining other users.Gravatar Daniel Vassdal2014-02-261-0/+2
* | m_svshold Hide server notices by default•••Issue #742 Gravatar Attila Molnar2014-02-251-1/+2
* | Moving CGIIRC to a new snomask (w)Gravatar Googolplexed2014-02-231-0/+1
* | m_ldapauth.cpp: Allow multiple patterns for users to bypass LDAP authGravatar Thiago Crepaldi2014-02-071-4/+5
* | Document new delayed join feature of m_conn_joinGravatar Attila Molnar2014-01-301-4/+5
* | Add m_clearchan which removes users from a channel without sending n*(n+1)/2 ...Gravatar Attila Molnar2014-01-261-0/+5
* | Merge insp20Gravatar Attila Molnar2014-01-211-1/+7
|\|
| * m_svshold Add config option to hide snoticesGravatar Attila Molnar2014-01-201-0/+2
| * m_httpd Add timeout option; remove timed out connectionsGravatar Attila Molnar2014-01-201-0/+3
| * Update example configs/helpopGravatar Attila Molnar2014-01-201-1/+2
* | Add m_starttls and remove it from m_ssl_gnutls, which allows it to work with ...Gravatar Adam2014-01-211-0/+6
* | m_showwhois Update settings on rehashGravatar Attila Molnar2013-12-191-3/+1
* | Add m_ldap, and convert m_ldapoper and m_ldapauth to use it.Gravatar Adam2013-12-191-31/+26
* | Add m_showfile, remove cmd_rulesGravatar Attila Molnar2013-12-181-0/+37
* | Add a Flash Policy Daemon moduleGravatar Daniel Vassdal2013-12-181-0/+8
* | Convert cmd_modenotice into an optional moduleGravatar attilamolnar2013-09-111-0/+5
* | Merge insp20Gravatar attilamolnar2013-08-301-53/+46
|\|
| * m_permchannels Add the ability to save listmodesGravatar attilamolnar2013-08-271-1/+3
| * Update example configs, README.md and more•••- Fix typos, remove misleading information, rephrase a few sentences - Add info about hmac-<hash> hash types - Remove <performance:maxwho> (the code which used this was removed in 96e4434 - @SaberUK) - Change inspircd.github.org to inspircd.org Gravatar attilamolnar2013-08-271-54/+44
| * m_kicknorejoin Limit time to 30m by default•••In the current implementation we only expire entries when someone joins, without a limit it was possible to make us practically never remove entries and consume (a tiny amount of) memory for each entry until the mode was removed/parameter was changed The default limit of 30m is chosen to not surprise people when they upgrade. If you need to prevent rejoins for more than a minute then you should set a (timed)ban instead Config option is available to change the limit (2.0 only) Gravatar attilamolnar2013-04-161-0/+2
* | Option to select if chanhistory is on for botsGravatar Daniel Vassdal2013-08-241-1/+2