aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf/inspircd.conf.example
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'insp3' into master.Gravatar Sadie Powell2020-10-271-7/+2
|\
| * Remove a long obsolete comment from the example conf.Gravatar Sadie Powell2020-09-301-7/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-09-271-3/+2
|\|
| * Fix the example configs lying about where paths are relative to.Gravatar Sadie Powell2020-09-211-2/+1
| * Only bind on 6667 instead of 6660-6669 in the example configs.Gravatar Sadie Powell2020-09-211-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-08-251-3/+0
|\|
| * Remove the KiwiIRC.com example config file.•••Requested by @prawnsalad. These IP addresses are only a small part of a larger pool and may change without notice. Gravatar Sadie Powell2020-07-301-3/+0
* | Remove compat for the v2 <gnutls> and <openssl> tags.Gravatar Sadie Powell2020-06-161-9/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-051-2/+2
|\|
| * Fixes by misspell-fixerGravatar InspIRCd Robot2020-04-211-2/+2
| * Update user-facing text and comments of SSL to TLS.Gravatar Matt Schatz2020-04-141-10/+10
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-141-10/+10
|\ \
| * | Update user-facing text and comments of SSL to TLS.Gravatar Matt Schatz2020-04-141-10/+10
| |/
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-111-0/+3
|\|
| * Note that bind:permissions does not change on rehash.Gravatar Matt Schatz2020-04-101-0/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-091-2/+6
|\|
| * Make showing the channel modes in /LIST configurable.Gravatar Sadie Powell2020-03-301-0/+4
| * Correct a typo in the example config.Gravatar Matt Schatz2020-03-281-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-03-181-1/+1
|\|
| * Use "yes" instead of "true" in the example configs.Gravatar Sadie Powell2020-02-211-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-07-161-8/+37
|\|
| * Fix a typo in inspircd.conf.example.Gravatar Peter Powell2019-06-171-1/+1
| * Add example connect classes for KiwiIRC.com and IRCCloud.Gravatar Peter Powell2019-06-171-1/+7
| * Document <connect:deny> better.Gravatar Peter Powell2019-06-171-3/+6
| * Add support for including directories containing .conf files.Gravatar Peter Powell2019-06-101-0/+1
| * Various improvements to UNIX socket support.•••- Allow replacing dead UNIX sockets on startup. - Allow setting the permissions of the UNIX socket. - Expand the UNIX socket path relative to the data directory. Gravatar Peter Powell2019-05-301-5/+24
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-05-151-19/+39
|\|
| * Comment out all of the includes in the inspircd example configs.•••This allows users to use the example config without any special configuration. Gravatar Peter Powell2019-05-151-3/+3
| * Allow disabling a STS policy for users in specific connect classes.•••Fixes #1634. Gravatar Peter Powell2019-05-111-0/+8
| * Document the anticaps exemption.Gravatar Robby2019-05-061-0/+2
| * Raise the connection timeout in the example configs to 20s.•••This should give more time for clients on slow connections that want to do a lot of things (request caps, do SASL auth, etc) on connect. Reported by @ensra. Gravatar Peter Powell2019-05-051-2/+2
| * Clarify the require* connect block options and document the sslinfo module op...Gravatar Robby2019-05-031-8/+18
| * Merge branch 'insp20' into insp3.Gravatar Peter Powell2019-05-021-2/+2
| |\
| * | Textual improvements and fixes such as typos, casing, etc. (#1612)Gravatar Robby2019-04-281-4/+4
* | | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-03-301-19/+19
|\| |
| * | Add missing '>' to an example connect tag.Gravatar Robby2019-03-071-1/+1
| * | Various text improvements: consistency, syntax, help and doc updates/fixes.Gravatar Robby2019-02-181-18/+18
* | | Prevent operators from unloading core modules.Gravatar Sadie Powell2019-02-071-4/+0
* | | Remove support for the deprecated rfc1459 casemapping,•••Closes #1017. Gravatar Sadie Powell2019-01-251-8/+0
* | | Remove all 2.0 config compatibility code.Gravatar Sadie Powell2019-01-251-15/+0
|/ /
* | Move the <disabled> tag out of the core to a new module.Gravatar Peter Powell2019-01-241-19/+0
* | Implement support for the extended tag space for client tags.Gravatar Peter Powell2019-01-241-3/+3
* | Improve X-line text consistency.•••- 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> Gravatar Matt Schatz2019-01-091-7/+7
* | Fix docs referring to channel mode e using the wrong name.Gravatar Peter Powell2018-12-191-1/+1
* | Add the <maxlist> tag and switch ListModeBase to always use it.•••The old method of doing this was: 1. Extremely inconsistently used. Some list modes used <banlist> and some used their own config tag. 2. Not documented in the slightest. There was a small reference to <maxbans> for the ban mode but nothing else. 3. In some cases conflicting with other config tags. The chanfilter module defined a <chanfilter> tag for general config whilst also using it for the max list settings. The new <maxlist> tag avoids these issues entirely. Gravatar Peter Powell2018-12-191-7/+16
* | Add an option for changing the allowed server clock drift.Gravatar Peter Powell2018-12-041-0/+4
* | Add missing special character for reversing color.Gravatar Robby2018-11-201-0/+1
* | Remove deprecated config checker and make <die> actually useful.•••- Remove the deprecated config tag checker. This checker is neither exhaustive nor is it particularly accurate. Instead the new docs site will contain a page detailing the breaking changes between releases. - Remove the insulting <die> tags in inspircd.conf.example and add some descriptive ones in files that it is critical for the user to edit correctly. - Show the message from the <die> tag so the user actually knows what they did wrong. Gravatar Peter Powell2018-10-271-17/+0
* | Remove the ripemd160 module.•••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. Gravatar Peter Powell2018-09-061-3/+3
* | Replace most usages of "GECOS" with "real" or "real name".Gravatar Peter Powell2018-07-301-2/+2