aboutsummaryrefslogtreecommitdiff
path: root/docs/conf/modules.conf.example
Commit message (Expand)AuthorAgeFilesLines
* Remove broken mssql module•••Issue #1006 Gravatar Attila Molnar2016-08-231-15/+0
* Add WebSocket moduleGravatar Attila Molnar2016-08-081-0/+8
* Add SHA1 moduleGravatar Attila Molnar2016-08-081-0/+4
* Add mbedTLS SSL moduleGravatar Attila Molnar2016-06-151-0/+4
* Adds classban module providing extban 'n' for connect class ban.Gravatar Johanna A2016-03-041-0/+7
* Merge insp20Gravatar Attila Molnar2016-02-221-5/+12
|\
| * m_dccallow Add config option to control max entries on a list•••Default to 20 Gravatar Attila Molnar2016-02-121-1/+2
| * Fix a few documentation problems•••Fixes issues #1003, #1045 and #1085 Gravatar Attila Molnar2015-10-121-0/+3
| * Fix various issues with the nationalchars module.•••- Strip the directory name in the default casemapping value. - Error out if the casemapping value contains a space. - Error out if the locale file failed to load. - Fix relative file path when building on Windows. - Install nationalchars files on Windows. Gravatar Peter Powell2015-06-141-4/+7
| * Fix not being able to message ulines when m_restrictmsg is loaded.Gravatar Peter Powell2015-05-101-0/+3
* | Remove the useless testnet module.Gravatar Peter Powell2016-02-201-6/+0
* | Add m_monitor which implements the MONITOR command and notificationsGravatar Attila Molnar2016-01-061-0/+8
* | Strip all control codes except \001 in InspIRCd::StripColor()•••Fixes issue #1100 reported by @uecasm Gravatar Attila Molnar2015-12-081-2/+2
* | Add m_ircv3_invitenotify which implements the IRCv3.2 invite-notify extensionGravatar Attila Molnar2015-12-061-0/+6
* | Add m_ircv3_echomessage which implements the IRCv3.2 echo-message extensionGravatar Attila Molnar2015-12-061-0/+7
* | 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