aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf/modules.conf.example
Commit message (Collapse)AuthorAgeFilesLines
* Various minor documentation fixes.Gravatar Peter Powell2017-11-121-5/+3
| | | | | | | | | | - Remind admins that not setting a DIE/RESTART password does not disable use of those commands. - Remove references to 1.2 and modules being able to create custom logging methods. This was never implemented in the 2.0 branch. - Remove references to an SASL improvement that was reverted. - Update various InspIRCd website links to use HTTPS over HTTP. - Update a link to the IRCv3 website to point to the new website.
* Merge pull request #1359 from genius3000/insp20+sasl_no_serverGravatar Peter Powell2017-11-061-0/+7
|\ | | | | 2.0: Inform the client when a SASL message cannot be sent
| * Inform the client when a SASL message cannot be sentGravatar genius30002017-11-051-0/+7
| | | | | | | | | | | | | | | | | | | | | | When SASL is properly configured with a 'target' server, we are able to inform the client when the message fails to send. Currently if a target is configured and it is offline, no response is sent. This can cause some clients to time out while waiting for a response. If a target isn't configured, behaviour will not change with this commit. The default of '*' will still send to all servers. Updated example config with 'target' variable.
* | Update wiki links to use HTTPS and point to the correct pages.Gravatar Peter Powell2017-10-151-14/+14
| | | | | | | | | | When we release 3.0 these links will break as they will point to the pages for 3.0 rather than 2.0.
* | Fix the command for enabling m_sqlite3 in modules.conf.example.Gravatar Peter Powell2017-09-141-1/+1
|/
* Add ADMIN to the list of commands that shunned users can run.Gravatar Peter Powell2017-07-241-1/+1
|
* Update the securelist exemption for IRC-Source's crawler.Gravatar Peter Powell2017-05-301-1/+1
|
* Merge pull request #1316 from SaberUK/master+sslmodesGravatar Adam2017-04-111-1/+2
|\ | | | | [2.0] Clarify that m_sslmodes depends on m_sslinfo.
| * Clarify that m_sslmodes depends on m_sslinfo.Gravatar Peter Powell2017-04-111-1/+2
| |
* | Update securelist exception list.Gravatar Peter Powell2017-04-071-5/+4
|/ | | | | | - Add an exception for IRC-Source. - Remove an exception for SearchIRC. - Remove an old exception for netsplit.
* modules.conf.example: document useusername in ldapauthGravatar Adam2017-03-201-1/+6
|
* Add a bigger warning about deprecated things being removed.Gravatar Peter Powell2016-11-161-0/+10
|
* m_dccallow Add config option to control max entries on a listGravatar Attila Molnar2016-02-121-1/+2
| | | | Default to 20
* Fix a few documentation problemsGravatar Attila Molnar2015-10-121-0/+3
| | | | Fixes issues #1003, #1045 and #1085
* Fix various issues with the nationalchars module.Gravatar Peter Powell2015-06-141-4/+7
| | | | | | | | - 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.
* Fix not being able to message ulines when m_restrictmsg is loaded.Gravatar Peter Powell2015-05-101-0/+3
|
* Remove non-existant extban M: from docsGravatar Renegade3342015-03-171-2/+1
| | | | extban M: has not existed since 2d732f4d in 2009...
* Make some config strings a bit more professional and use RFC reserved TLD's ↵Gravatar JD Horelick2014-11-091-20/+22
| | | | everywhere
* m_delaymsg Add option to disallow NOTICEs tooGravatar Attila Molnar2014-10-231-0/+2
|
* Update <nationalchars> tag documentationGravatar Attila Molnar2014-10-201-1/+2
|
* Update example configuration files, fix typos and caseGravatar Attila Molnar2014-07-241-23/+31
| | | | Mention m_regex_stdlib in the list of regex providers after m_filter
* Major example configuration and helpop updateGravatar Attila Molnar2014-04-041-349/+338
| | | | Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this
* 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
|
* m_permchannels Add the ability to save listmodesGravatar attilamolnar2013-08-271-1/+3
|
* Update example configs, README.md and moreGravatar attilamolnar2013-08-271-54/+44
| | | | | | | - 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
* m_kicknorejoin Limit time to 30m by defaultGravatar attilamolnar2013-04-161-0/+2
| | | | | | | | 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)
* Minor update to example configsGravatar attilamolnar2013-03-311-11/+10
|
* Update doc and fix the description of m_allowinviteGravatar attilamolnar2013-03-291-17/+13
|
* Reorganise configuration files:Gravatar Peter Powell2013-03-021-4/+4
| | | | | | | - Example config files now end with .conf.example. - Example text files now end with .txt.example. - Removed 'inspircd' from the name of multiple example files. - Added missing oper motd example file.
* ldapauth: Allow setting virtual hosts on identification with m_ldapauth.Gravatar Robin Burchell2012-11-291-3/+12
| | | | | <ldapauth:host>, when set, will be applied to users identifying with ldapauth. The host can also take formatters from fields set on the DN of the user.
* m_opermotd Add support for replacing \u \b etc. with color codesGravatar attilamolnar2012-10-291-3/+7
| | | | Fixes #322 reported by @MistrX
* m_operlog Add tosnomask config option, to log all oper actions to snomask 'r'Gravatar attilamolnar2012-10-281-1/+5
| | | | | If enabled, the commands can be logged to channels with m_chanlog and also other +s +r opers can see them Fixes #325 reported by @SeLEct-
* m_ldapauth Allow filtering on arbitrary LDAP attributesGravatar Adrien Bustany2012-10-191-0/+8
| | | | | This commit implements filtering on LDAP attributes, in a similar way to what Apache Httpd does with "Require ldap-attribute".
* Update modules.conf.example with m_ircv3Gravatar attilamolnar2012-10-081-0/+16
|
* Allows to use user->ident string instead of user->nick for NickServ.Gravatar Boleslaw Tokarski2012-10-081-0/+1
|
* Update modules.conf.example with m_topiclockGravatar attilamolnar2012-10-071-0/+5
|
* Replace hardcoded paths with configurable onesGravatar ChrisTX2012-10-041-0/+3
| | | | | | | | | | This patchset aims to ease the packaging of InspIRCd for a system-wide installation scenario. Changes in detail: configure: Add the options --log-path and --data-path m_ssl_gnutls, openssl: Change the hardcoded "conf/" to the existent CONFIG_PATH macro m_xline_db: Make the location of xline.db configurable. It will use --data-path as default value, but this can be changed using the configuration files.
* Instruct users to verify that std::regex is supported on their setup before ↵Gravatar attilamolnar2012-09-221-0/+3
| | | | using m_regex_stdlib
* m_regex_stdlib: A regex provider for the C++11 container std::regexGravatar ChrisTX2012-09-221-0/+11
| | | | | | For it to work you need a standards compliant implementation as for instance Visual C++ 2010 and 2012 deliver. GCC's libstdc++ does not implement this class yet.
* m_knock Add support for sending a 710 numeric when a KNOCK succeeds, add a ↵Gravatar attilamolnar2012-09-131-0/+8
| | | | | | config option to choose between behaviors Fixes #287 reported by @ElementalAlchemist
* Merge pull request #251 from Shawn-Smith/insp20+extbanUGravatar Robin Burchell2012-08-131-1/+2
|\ | | | | [2.0] Add ExtBan U to match only unregistered users
| * Added ExtBan U to match only Unregistered usersGravatar Shawn Smith2012-07-071-1/+2
| | | | | | | | Enhancement requested in Issue #247
* | Update example configsGravatar attilamolnar2012-07-261-2/+7
|/ | | | | | Document m_chanhistory settings Note that m_censor adds usermode +G as well Add geoip /STATS G to helpop
* Backported usermode +L from insp21. Stops forced redirection given by cmode +LGravatar Shawn Smith2012-07-061-1/+10
|
* Move all example configuration files to their own directory.Gravatar Peter Powell2012-06-121-0/+1809