summaryrefslogtreecommitdiff
path: root/docs/conf
AgeCommit message (Collapse)Author
2021-06-02Send the CHARSET token if using a non-ascii casemapping.Sadie Powell
2021-06-02Fix the name of the strict-rfc1469 codepage file.Sadie Powell
2021-06-01Fix the name of the regex_stdlib regex engine.Sadie Powell
2021-03-31Add support for per-DNSBL timeouts.Sadie Powell
This should fix the issue of some DNSBLs being slower than others.
2021-03-19Add an <include> option to allow certain config files to not exist.Sadie Powell
This is useful when using modules that generate a config file such as the filter and permchannels modules.
2021-03-14Convert the ISO 8859-2 nationalchars files to codepage configs.Sadie Powell
2021-03-14Rename the latin1 codepage to iso-8859-1.Sadie Powell
2021-03-10Rename `<bind:ssl>` to `<bind:sslprofile>`.Sadie Powell
2021-03-10Rename `<link:ssl>` to `<link:sslprofile>`.Sadie Powell
2021-02-22Fix a grammar issue in the helpop config.Sadie Powell
2021-02-21Add a config option for exempting classes from connflood.Sadie Powell
2021-02-21Add a command to the cgiirc module for encoding/decoding hex idents.Sadie Powell
2021-01-27Exempt IRCCloud users from connectban and DNSBL lookups.Sadie Powell
2021-01-27Allow disabling connectban for specific connect classes.Sadie Powell
Ref: #1841.
2021-01-18Added <module name="codepage"> to modules.conf.example.R-V6
2021-01-18Implemented configurable kick message for the repeat module (#1835).iwalkalone
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.
2021-01-13Add a shun option to only apply when users are fully connected.Sadie Powell
Closes #1825.
2021-01-11Add a user mode which allows disabling receiving channel history.Sadie Powell
Closes #1830.
2020-12-24Push users towards using SSL profiles for SSL config.Sadie Powell
2020-12-23Remove example securelist exemptions for IRCDriven and IRCSource.Sadie Powell
Both of these are apparently dead.
2020-12-22Add config files for popular DNSBL providers.Sadie Powell
2020-12-22Add support for multiple hostmasks in <cgiirc:mask>.Sadie Powell
2020-12-09Make people aware that they can get support on GitHub now.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-11-26Fix the description of <nickflood:duration>.Sadie Powell
2020-11-26Reword the uhnames and namesx docs.Sadie Powell
2020-11-03Improve the names of the IRCCloud example connect classes.Sadie Powell
2020-10-26Update the helpop docs for the recent PING/PONG changes.Sadie Powell
2020-10-24Change glob matching to be configurableMichael
2020-10-24m_cban: Implement support for channel masksMichael
Allows wildcards to be used
2020-10-23Update the IRCCloud provider config with the latest host changes.Sadie Powell
2020-10-15Fixes by misspell-fixerInspIRCd Robot
2020-10-12Add an option to allow disengaging joinflood on initial boot.Sadie Powell
2020-10-12Add an option to allow disengaging joinflood after a netsplit.Sadie Powell
2020-10-10Implement support for Argon2 password hashing.ShutterQuick
Resolves #1540.
2020-10-03FIx a typo in the shun docs.Sadie Powell
2020-09-30Remove a long obsolete comment from the example conf.Sadie Powell
2020-09-27Document the recent shun changes.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-09-12Replace the banana in the motd with a cute kitty.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-07-22Allow disabling the timedbans set/unset notices (#1789).iwalkalone
2020-05-25Fix watch example configlinuxdaemon
2020-05-05Allow enabling the message-tags cap without client-only tags.Sadie Powell
2020-04-28Add SERVLIST to the example helpop.Matt Schatz