aboutsummaryrefslogtreecommitdiff
path: root/docs/conf/inspircd.conf.example
Commit message (Expand)AuthorAgeFilesLines
* 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
* Log snotices with their description rather than just as "snomask".Gravatar Peter Powell2018-07-201-1/+0
* Initial support for listening on UNIX socket endpoints.Gravatar Peter Powell2018-07-181-0/+3
* Add a silent option to <options:restrictbannedusers>.•••This is useful when dealing with spambots that switch method when they receive ERR_CANNOTSENDTOCHAN. Gravatar Peter Powell2018-07-101-1/+2
* Improve support for MOTD escape codes.•••- 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. Gravatar Peter Powell2018-04-221-0/+12
* Always process MOTD formatting escape codes.•••The options for disabling these were added to keep compatibility with previous 2.0 releases and are not needed any more. Gravatar Peter Powell2018-04-221-8/+0
* Merge tag 'v2.0.26' into master.Gravatar Peter Powell2018-04-221-6/+40
|\
| * Improve some documentation (#1483).•••* 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-fullGravatar Matt Schatz2018-04-161-2/+32
| * Fix two minor docs issuesGravatar B00mX0r2017-12-221-4/+4
| * Use HTTPS URLs in the executable file and include examples.Gravatar Peter Powell2017-12-161-2/+2
| * Clarify the documentation of <connect:allow>.Gravatar Peter Powell2017-12-121-2/+6
* | Change some usage of "gecos" to "real name"•••Within the example configs, helpops, some server sent messages, and simple code comments: change the primary usage of "gecos" to "real name" (or "realname" where fitting). Gravatar genius30002018-04-111-1/+1
* | Separate secret and private channels on whois for non-opers (#1447)•••Separate secret and private channels on WHOIS for all users. - Move the config parsing from the core to core_whois. - Replace <security:operspywhois> with an oper privilege. - Introduce <options:splitwhois> to split WHOIS channel lists. Closes #969.Gravatar Dylan Frank2018-03-251-6/+7
* | Rename <security:hidewhois> to <security:hideserver>.•••The previous name was horrible and didn't describe what the setting actually does. Gravatar Peter Powell2017-12-221-7/+7
* | Don't allow users to set a zero channel limit.•••Closes #451. Gravatar Peter Powell2017-12-111-0/+5
* | Remove the preconfigured Charybdis and UnrealIRCd module files.•••These are extremely outdated. If we want to ship these then they should be redone from scratch. Gravatar Peter Powell2017-11-221-15/+0
* | Merge tag 'v2.0.25' into master.Gravatar Peter Powell2017-11-121-6/+1
|\|
| * Various minor documentation fixes.•••- 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. Gravatar Peter Powell2017-11-121-6/+9
* | Allow spaces in the network name now it doesn't cause problems.•••This will not cause any compatibility issues as we do not rely on this attribute internally. Gravatar Peter Powell2017-11-091-2/+1
* | Merge the latest changes from insp20 into master.Gravatar Peter Powell2017-10-121-1/+2
|\|
| * Update the link to the CIDR subnetting charts.Gravatar Peter Powell2017-08-131-1/+2
* | Raise the default listmode limit to 100 from 64.•••64 is a rather restrictive limit especially considering how fast channels can accumulate bans. In fact, #InspIRCd hit the ban limit in just over a year. Having a low limit might have made sense when memory was expensive but the average IRC server should be able to handle this fine now. Gravatar Peter Powell2017-09-141-3/+3
* | Implement support for configurable casemapping & default to ASCII.Gravatar Peter Powell2017-09-081-0/+8
* | Convert a bunch of time-related config options to getDuration.Gravatar Peter Powell2017-09-031-11/+11
* | Update a bunch of references to the old command modules.Gravatar Peter Powell2017-08-271-1/+1
* | Change the maximum nick/user size to match other implementations.Gravatar Peter Powell2017-08-131-2/+2
* | Allow filtering WebIRC connections into a connect class by gateway.Gravatar Peter Powell2017-06-221-0/+4
* | Allow <log> tags to specify how often logs should be flushed.•••Also use the behaviour behind this to fix #1290. Gravatar Peter Powell2017-02-281-0/+5
* | Merge pull request #1234 from SaberUK/master+config2•••Rework the example services aliases.Gravatar Attila Molnar2016-11-161-5/+15
|\ \
| * | Rework the example services aliases.•••- Split common stuff into a generic configuration file. - Reserve all nicknames used by services by default. - Exempt all services clients from filtering. - Add missing aliases for services pseudoclients. Gravatar Peter Powell2016-11-161-5/+15
* | | Merge pull request #1248 from SaberUK/master+listen•••Allow listeners to be able to listen on unavailable addresses.Gravatar Attila Molnar2016-11-161-0/+6
|\ \ \
| * | | Allow listeners to be able to listen on unavailable addresses.Gravatar Peter Powell2016-11-121-0/+6
| |/ /
* | | Update SSL config documentation for SSL profiles and m_ssl_mbedtls.Gravatar Peter Powell2016-11-151-9/+20
* | | Update helpop for recent LOCKSERV and <connect:port> changes.Gravatar Peter Powell2016-11-011-3/+3
|/ /
* | Merge pull request #1217 from SaberUK/master+die-restart•••Undocument <power> and set the default to the server name.Gravatar Attila Molnar2016-09-121-27/+0
|\ \
| * | Undocument <power> and set the default to the server name.Gravatar Peter Powell2016-09-121-27/+0
* | | Update documentation for password hashing.•••- Follow best current practises by using bcrypt almost everywhere in the example configuration files. - Document the existence of new hashing modules in master. Gravatar Peter Powell2016-09-121-6/+8
|/ /
* | 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