summaryrefslogtreecommitdiff
path: root/docs/conf/inspircd.conf.example
AgeCommit message (Collapse)Author
2021-03-10Rename `<bind:ssl>` to `<bind:sslprofile>`.Sadie Powell
2021-02-21Add a config option for exempting classes from connflood.Sadie Powell
2021-01-27Allow disabling connectban for specific connect classes.Sadie Powell
Ref: #1841.
2021-01-18Add a new runtime directory and move the pid file to it.Sadie Powell
The data directory is intended for persistent files whereas the pid file is ephemeral. This distinction doesn't matter by default but on system-wide installs ephemeral runtime files go in /var/run or /run instead.
2020-12-24Push users towards using SSL profiles for SSL config.Sadie Powell
2020-11-29Document that exemptions configured in <options:exemptchanops> can be negated.Robby
Change the <badnick> example in inspircd.conf.example to another nick, since ChanServ is already covered by examples/services/generic.conf.example.
2020-11-28Move the example TCP/IP listeners for servers to links.conf.example.Robby
2020-11-28Move the example TCP listener for clients so they're grouped together.Robby
Change the wording slightly on the <sslprofile> comment to be plural, as this is not specific to a particular listener.
2020-11-28Change the remaining instances of "true", "on", "false" and "off" to "yes" ↵Robby
and "no" in the example configs.
2020-09-30Remove a long obsolete comment from the example conf.Sadie Powell
2020-09-21Fix the example configs lying about where paths are relative to.Sadie Powell
2020-09-21Only bind on 6667 instead of 6660-6669 in the example configs.Sadie Powell
2020-07-30Remove the KiwiIRC.com example config file.Sadie Powell
Requested by @prawnsalad. These IP addresses are only a small part of a larger pool and may change without notice.
2020-04-21Fixes by misspell-fixerInspIRCd Robot
2020-04-14Update user-facing text and comments of SSL to TLS.Matt Schatz
2020-04-10Note that bind:permissions does not change on rehash.Matt Schatz
2020-03-30Make showing the channel modes in /LIST configurable.Sadie Powell
2020-03-28Correct a typo in the example config.Matt Schatz
2020-02-21Use "yes" instead of "true" in the example configs.Sadie Powell
2019-06-17Fix a typo in inspircd.conf.example.Peter Powell
2019-06-17Add example connect classes for KiwiIRC.com and IRCCloud.Peter Powell
2019-06-17Document <connect:deny> better.Peter Powell
2019-06-10Add support for including directories containing .conf files.Peter Powell
2019-05-30Various improvements to UNIX socket support.Peter Powell
- 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.
2019-05-15Comment out all of the includes in the inspircd example configs.Peter Powell
This allows users to use the example config without any special configuration.
2019-05-11Allow disabling a STS policy for users in specific connect classes.Peter Powell
Fixes #1634.
2019-05-06Document the anticaps exemption.Robby
2019-05-05Raise the connection timeout in the example configs to 20s.Peter Powell
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.
2019-05-03Clarify the require* connect block options and document the sslinfo module ↵Robby
operonly option.
2019-05-02Merge branch 'insp20' into insp3.Peter Powell
2019-04-28Textual improvements and fixes such as typos, casing, etc. (#1612)Robby
2019-03-07Add missing '>' to an example connect tag.Robby
2019-02-18Various text improvements: consistency, syntax, help and doc updates/fixes.Robby
2019-01-24Move the <disabled> tag out of the core to a new module.Peter Powell
2019-01-24Implement support for the extended tag space for client tags.Peter Powell
2019-01-09Improve X-line text consistency.Matt Schatz
- 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>
2018-12-19Fix docs referring to channel mode e using the wrong name.Peter Powell
2018-12-19Add the <maxlist> tag and switch ListModeBase to always use it.Peter Powell
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.
2018-12-04Add an option for changing the allowed server clock drift.Peter Powell
2018-11-20Add missing special character for reversing color.Robby
2018-10-27Remove deprecated config checker and make <die> actually useful.Peter Powell
- 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.
2018-09-06Remove the ripemd160 module.Peter Powell
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.
2018-07-30Replace most usages of "GECOS" with "real" or "real name".Peter Powell
2018-07-20Log snotices with their description rather than just as "snomask".Peter Powell
2018-07-18Initial support for listening on UNIX socket endpoints.Peter Powell
2018-07-10Add a silent option to <options:restrictbannedusers>.Peter Powell
This is useful when dealing with spambots that switch method when they receive ERR_CANNOTSENDTOCHAN.
2018-04-22Improve support for MOTD escape codes.Peter Powell
- Implement escapes for italic, monospace, and strikethrough. - Use the escape codes in the example MOTDs to demonstrate their formatting effects. - Remove support for octal escape codes. In modern computing octal is rarely used and is confusing for users who might confuse it for decimal.
2018-04-22Always process MOTD formatting escape codes.Peter Powell
The options for disabling these were added to keep compatibility with previous 2.0 releases and are not needed any more.
2018-04-22Merge tag 'v2.0.26' into master.Peter Powell
2018-04-16Improve some documentation (#1483).Matt Schatz
* Improve exemptchanops in inspircd.conf.example (<options>) and modules.conf.example; along with both helpop examples. * Add "the" to all "requires X module" in both helpop examples. * Refer to customprefix instead of chanprotect and halfop. * Add SNOMASK 'r' and 'R' (OPERLOG) to both helpop examples. * Clean up unnecessarily split SNOMASK lines in both helpop examples. * Move chmode 'g' to be in alphabetical order in both helpops examples. * Specify the needed mask formats for TLINE in helpop-full example. * Remove extra '\' in RLINE mask format in helpop-full example. Force xml format in helpop-full * Generalize "color codes" to "formatting codes" * Fix file name in include for example helpop-full