aboutsummaryrefslogtreecommitdiff
path: root/docs/conf/modules.conf.example
Commit message (Collapse)AuthorAgeFilesLines
* Switch permchannels and xline_db from OnBackgroundTimer to a Timer.Gravatar Peter Powell2019-06-251-3/+9
|
* fix example config for m_connfloodGravatar Ben Harris2019-06-141-1/+1
|
* Add an option to the filter module to ignore self messages.Gravatar Peter Powell2019-06-071-1/+7
|
* Replace all abstract usages of his/he/her with they/their/it.Gravatar Peter Powell2019-06-071-4/+4
|
* Make messageflood weights configurable.Gravatar Peter Powell2019-06-061-0/+6
| | | | | | | Also, default TAGMSG to being worth 0.2 NOTICE/PRIVMSG. This should prevent flood kicks from typing notifications. Closes #1649.
* Add support for the IRCv3 message id specification.Gravatar Peter Powell2019-05-151-0/+7
|
* Update the exemptchanops module section in modules.conf.example with missing ↵Gravatar Robby2019-05-061-3/+4
| | | | exemptions.
* Fix the <wsorigin> example.Gravatar Peter Powell2019-05-051-1/+1
|
* Clarify the require* connect block options and document the sslinfo module ↵Gravatar Robby2019-05-031-13/+23
| | | | operonly option.
* Merge branch 'insp20' into insp3.Gravatar Peter Powell2019-05-021-18/+18
|\
| * Update documentation links.Gravatar Peter Powell2019-04-261-24/+24
| |
* | Some more text fixes and improvements (#1618).Gravatar Robby2019-04-281-5/+8
| |
* | Fixed a missing quotation mark in the repeat module config.Gravatar Vitor Luis2019-04-281-1/+1
| |
* | Textual improvements and fixes such as typos, casing, etc. (#1612)Gravatar Robby2019-04-281-18/+20
| |
* | Replace the geoip module with geo_maxmind, geoban, and geoclass.Gravatar Peter Powell2019-04-151-24/+42
| | | | | | | | | | | | | | | | | | | | MaxMind have EOL'd the library that the geoip module uses and have replaced it with libmaxminddb. The geoip module has been split into geo_maxmind which provides geolocation data, geoban which provides location-based channel bans, and geoclass which is used to filter a user into a connect class based on location.
* | Fix various typos.Gravatar Peter Powell2019-04-041-1/+1
| |
* | Use SQUERY instead of PRIVMSG in alias/passforward config.Gravatar Peter Powell2019-04-041-5/+5
| |
* | Merge extras/m_privdeaf into m_deaf and update documentation.Gravatar Matt Schatz2019-04-031-2/+17
| | | | | | | | | | | | | | | | | | | | - Merge the 2.0 extras module m_privdeaf (usermode +D for deaf to user messages and notices) as they have a similar purpose. - Improve the channel deaf logic where a known case of bypassing still looped the channel userlist building an empty exemption list. - Improve the comments within the code. - Update the documentation with the previously undocumented configuration to deaf and the new privdeaf configuration.
* | Update most URLs to use HTTPS and fix some dead links.Gravatar Robby2019-03-141-3/+3
| |
* | Implement support for IRCv3 client-to-client tags.Gravatar Peter Powell2019-02-191-0/+6
| |
* | Minor text fixes for m_filter.Gravatar Robby2019-02-191-1/+1
| |
* | Various text improvements: consistency, syntax, help and doc updates/fixes.Gravatar Robby2019-02-181-33/+44
| |
* | Move the close and jumpserver modules to inspircd-extras.Gravatar Peter Powell2019-02-151-14/+0
| | | | | | | | | | | | - The close module is borderline useless. - The jumpserver numeric is supported by barely any clients and has various security problems.
* | Unify the helpop and helpop-full config files.Gravatar Peter Powell2019-02-091-1/+1
| |
* | ident: rename nolookupprefix to prefixunqueried.Gravatar Peter Powell2019-02-041-2/+2
| |
* | Fix the description of <setname:operonly>.Gravatar Peter Powell2019-01-281-3/+3
| |
* | Allow configuring whether SETNAME sends snotices and is oper-only.Gravatar Peter Powell2019-01-281-0/+12
| |
* | Remove trailing whitespace from various source files.Gravatar Peter Powell2019-01-241-2/+2
| |
* | Merge the censor module example config into modules.conf.example.Gravatar Peter Powell2019-01-241-6/+11
| |
* | Move the <disabled> tag out of the core to a new module.Gravatar Peter Powell2019-01-241-0/+37
| |
* | The <ident:bind> setting doesn't exist anymore, remove the reference to it ↵Gravatar Robby2019-01-111-1/+0
| | | | | | | | | | | | from the config. This setting was removed in commit 0a1fe6cf293bef91b419f57374b96a6d2aec636e.
* | Improve X-line text consistency.Gravatar Matt Schatz2019-01-091-13/+13
| | | | | | | | | | | | | | | | | | | | - Change any "-Line", ":Line", or "*line" to "-line" throughout the X-line code, comments, and documentation. - Add periods to the end of some notices. - Correct a typo in the Q-line code comments. - Update the filter module documentation (shun addition). Co-authored-by: Robby <robby@chatbelgie.be>
* | Improve consistency of the restrictchans module example config.Gravatar Peter Powell2019-01-051-4/+3
| |
* | Fix the websocket origin config example.Gravatar Peter Powell2019-01-051-1/+1
| |
* | Merge m_restrictchans and m_regonlycreate due to converging functionality ↵Gravatar linuxdaemon2019-01-041-9/+9
| | | | | | | | (#1541).
* | Clean up the callerid documentation slightly.Gravatar Peter Powell2018-12-091-5/+5
| |
* | Raise the default max number of ACCEPT entries from 16 to 30.Gravatar Peter Powell2018-12-091-2/+2
| |
* | Add support for multiple cloak configurations.Gravatar Peter Powell2018-11-191-2/+12
| | | | | | | | | | The first will be used for cloaking and the rest will be used for checking bans.
* | WebSocket: send messages as text by default.Gravatar Peter Powell2018-11-031-0/+6
| | | | | | | | | | | | This requires all messages to be UTF-8. If you are using a UTF-8 incompatible text encoding then you can disable this by setting <websocket:sendastext> to false.
* | Fix ircv3_capnotify being defined twice in modules.conf.example.Gravatar Peter Powell2018-10-261-5/+0
| |
* | Require WebSocket origins to be whitelisted in order to connect.Gravatar Peter Powell2018-10-101-0/+6
| | | | | | | | Fixes #1281.
* | Add extban 'a' to m_gecosban.Gravatar Renegade3342018-09-251-2/+3
| | | | | | | | | | | | | | | | | | This has the format a:nick!user@host+gecos. e.g. a:*!*@abusive.host+*MegaBot?v2.0* Closes #1023. Closes #1026.
* | Merge m_noctcp_user into m_noctcp.Gravatar Peter Powell2018-09-181-2/+6
| |
* | Improvements and bugfixes to the cgiirc module.Gravatar Peter Powell2018-09-171-4/+10
| | | | | | | | | | | | | | | | | | | | - Allow the ident for ident type hosts to be set in the config. - Consistently check clone counts, connect classes, and xlines for all users regardless of their cgiirc host type. - Remove some obsolete code from when gateway clients had their IP changed in OnCheckReady. - Don't allow a gateway client to match both a WebIRC and an ident host.
* | Improvements to the hostchange module.Gravatar Peter Powell2018-09-161-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Get rid of <host> and merge the prefix and suffix values into the <hostchange> value. - Remove the 'suffix' action. This has been replaced by the 'set' action. - Add the 'addaccount' action. This adds the users account to their hostname. - Use the <hostname:charmap> characters when removing invalid chars in addnick mode. - Allow multiple entries on each hostmask so that they can fall through if a certain value is not acceptable. Closes #816. Closes #1001.
* | Add a module for hiding mode changes from unprivileged users.Gravatar Peter Powell2018-09-091-0/+8
| | | | | | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com>
* | Remove the ripemd160 module.Gravatar Peter Powell2018-09-061-8/+1
| | | | | | | | | | | | | | | | | | | | The library code used by this module is licensed under a non-free license which is incompatible with the GPLv2. Combined with the fact that it has been superceded by better algorithms like bcrypt I have decided to remove it. An alternate implementation of this algorithm is provided by the m_hash_gnutls module if people *really* need to use it.
* | Replace all references to IRCv3.2 with IRCv3.Gravatar Peter Powell2018-08-131-8/+8
| | | | | | | | IRCv3 no longer does versioned releases.
* | Add support for the IRCv3 batch specification.Gravatar Peter Powell2018-08-131-0/+11
| | | | | | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com>
* | Add support for the IRCv3 server-time specification.Gravatar Peter Powell2018-08-131-0/+5
| | | | | | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com>