summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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
2020-04-21Fixes by misspell-fixerInspIRCd Robot
2020-04-17Update the <securelist> documentation.Sadie Powell
2020-04-14Minor cleanup and documentation improvements.Matt Schatz
- Only show a generic failure message to the user upon oper failure due to not having a secure connection or matching cert. fingerprint. - Update the comment about oper:fingerprint as it can be a space separated list of fingerprints and not just one. - Improve a few code comments and formatting.
2020-04-14Update user-facing text and comments of SSL to TLS.Matt Schatz
2020-04-11Add support for limiting what opers can subscribe to snomasks.Sadie Powell
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-29Add support for the servers/ignore-shun privilege.Sadie Powell
2020-03-29Include ADMIN and OPER in the default for <shun:enabledcmds>.Sadie Powell
2020-03-28Correct a typo in the example config.Matt Schatz
2020-03-24Correct a module name typo.Matt Schatz
2020-02-21Use "yes" instead of "true" in the example configs.Sadie Powell