aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf/inspircd.conf.example
Commit message (Expand)AuthorAgeFilesLines
* Merge insp20Gravatar Attila Molnar2016-08-171-0/+3
|\
| * Don't show snotices for kills from ulined clientsGravatar Adam2016-02-251-0/+3
* | Add WebSocket moduleGravatar Attila Molnar2016-08-081-0/+5
* | Remove <options:ircumsgprefix> entirelyGravatar Attila Molnar2015-12-061-5/+0
* | Update example configuration to say the new style module names everywhereGravatar Attila Molnar2015-05-201-15/+14
* | Merge insp20Gravatar Attila Molnar2015-04-201-9/+9
|\|
| * Make some config strings a bit more professional and use RFC reserved TLD's e...Gravatar JD Horelick2014-11-091-9/+9
* | Remove listmode hiding support from the core•••This is now handled by m_hidelist Gravatar Attila Molnar2014-09-101-5/+0
* | Merge insp20Gravatar Attila Molnar2014-07-251-9/+9
|\|
| * 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-8/+8
| * remove unneeded whitespace from the docs/examplesGravatar Tim Heckman2014-06-141-1/+1
* | Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>.•••Remove channels/high-join-limit privilege Gravatar Peter Powell2014-04-111-14/+4
* | Merge insp20Gravatar Attila Molnar2014-04-071-27/+23
|\|
| * 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-32/+28
* | Make the maximum hostname length configurable in the config.Gravatar Peter Powell2014-03-081-0/+3
* | Merge insp20Gravatar Attila Molnar2014-01-211-12/+14
|\|
| * Use standard example addresses in configs•••`2001:db8::/32` is the [standard][1] IPv6 example address range, using it also makes it clear when the user has just copy-pasted the example config and didn't actually whitelist 6BONE for some strange reason. Similarly, there are example addresses for [IPv4][2] and [DNS][3]. [1]: http://tools.ietf.org/html/rfc3849 [2]: http://tools.ietf.org/html/rfc5737 [3]: http://tools.ietf.org/html/rfc2606 Gravatar Mantas Mikulėnas2014-01-201-8/+8
| * Improve error reporting for <security:runas{user,group}>.Gravatar Peter Powell2013-09-261-4/+6
* | Add m_showfile, remove cmd_rulesGravatar Attila Molnar2013-12-181-3/+2
* | Merge insp20Gravatar attilamolnar2013-08-301-13/+9
|\|
| * 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-13/+9
* | Add <path> keys for all of the compile-time paths.•••Also, make all paths in the config relative to their associated directory. This reverts a change in 2.0 which turned out to be a terrible idea, especially for system-wide installations. Gravatar Peter Powell2013-08-121-6/+14
* | Require privs given on initial join to be in <options:defaultmodes>.Gravatar Peter Powell2013-08-101-1/+1
* | Rename <options:moronbanner> to <options:xlinemessage>.•••This name is more descriptive of what is actually is used for. Gravatar Peter Powell2013-08-101-2/+2
* | Change the default for <security:customversion> to an empty string.•••RFC 1459 says this field is for comments about the version. If the operator has no comments then we should not show any. Gravatar Peter Powell2013-08-101-2/+2
* | Rename <connect:nouserdns> to <connect:resolvehostnames>.•••This name is more descriptive and avoids a double negative which could make the name of this setting unclear to non-native speakers. Gravatar Peter Powell2013-08-101-4/+4
* | Move host cycle logic into m_hostcycleGravatar attilamolnar2013-08-091-5/+0
* | Allow for skipping clone checking before DNS is complete.Gravatar Daniel Vassdal2013-07-021-0/+9
* | Remove limitsomaxconn and remains of m_halfop/allowhalfopGravatar attilamolnar2013-06-181-6/+2
* | Added option for using TCP_DEFER_ACCEPT. Prevents the connection from being h...Gravatar Daniel Vassdal2013-06-031-0/+11
* | Merge insp20Gravatar attilamolnar2013-04-281-0/+6
|\|
| * Add config option to disable somaxconn range() checkGravatar attilamolnar2013-04-231-0/+6
* | Move <performance:nouserdns> to <connect:nouserdns>.Gravatar Peter Powell2013-04-271-5/+9
* | Add <security:allowcoreunload>.•••When enabled (the default) this setting prevents the unloading of core modules such as cmd_privmsg. Gravatar Peter Powell2013-04-131-0/+3
* | Default to the XML config format.Gravatar Peter Powell2013-04-061-5/+9
* | Change the default value of <options:cyclehosts> to no•••Issue #402 Gravatar attilamolnar2013-04-011-1/+1
* | Remove legacy code, mostly related to 1.2 compatibilityGravatar attilamolnar2013-04-011-6/+1
|/
* Update doc and fix the description of m_allowinviteGravatar attilamolnar2013-03-291-1/+0
* Reorganise configuration files:•••- 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. Gravatar Peter Powell2013-03-021-6/+6
* cmd_invite Send invite announcements to halfops and higher when <security:ann...•••Clarify what the various options mean in the doc Fixes #418 reported by @RawrDragon Gravatar attilamolnar2013-02-111-7/+7
* m_dnsbl Add usednsbl option to connect classes•••Don't touch users in classes where it's off Gravatar attilamolnar2012-11-291-0/+4
* Add a config option to enable/disable the welcome notice sent to clients afte...•••Fixes #284 reported by @hoggeh Gravatar attilamolnar2012-08-251-1/+6
* Change "allowmismatched" to "allowmismatch" in example config•••Fixes issue #279 reported by @lethality Gravatar attilamolnar2012-08-201-2/+2
* Added color codes to /rules, moved the parsing to ServerConfig and cleaned th...Gravatar Justin Crawford2012-07-061-0/+8
* Move all example configuration files to their own directory.Gravatar Peter Powell2012-06-121-0/+963