aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Fix a grammar issue in the helpop config.Gravatar Sadie Powell2021-02-221-1/+1
|
* Add a config option for exempting classes from connflood.Gravatar Sadie Powell2021-02-212-0/+5
|
* Add a command to the cgiirc module for encoding/decoding hex idents.Gravatar Sadie Powell2021-02-211-8/+15
|
* Exempt IRCCloud users from connectban and DNSBL lookups.Gravatar Sadie Powell2021-01-271-1/+3
|
* Allow disabling connectban for specific connect classes.Gravatar Sadie Powell2021-01-271-0/+4
| | | | Ref: #1841.
* Added <module name="codepage"> to modules.conf.example.Gravatar R-V62021-01-181-0/+1
|
* Implemented configurable kick message for the repeat module (#1835).Gravatar iwalkalone2021-01-181-1/+7
|
* Add a new runtime directory and move the pid file to it.Gravatar Sadie Powell2021-01-181-2/+2
| | | | | | | 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.
* Add a shun option to only apply when users are fully connected.Gravatar Sadie Powell2021-01-131-0/+4
| | | | Closes #1825.
* Add a user mode which allows disabling receiving channel history.Gravatar Sadie Powell2021-01-111-7/+19
| | | | Closes #1830.
* Push users towards using SSL profiles for SSL config.Gravatar Sadie Powell2020-12-242-13/+18
|
* Remove example securelist exemptions for IRCDriven and IRCSource.Gravatar Sadie Powell2020-12-231-2/+0
| | | | Both of these are apparently dead.
* Add config files for popular DNSBL providers.Gravatar Sadie Powell2020-12-224-1/+44
|
* Add support for multiple hostmasks in <cgiirc:mask>.Gravatar Sadie Powell2020-12-221-10/+11
|
* Make people aware that they can get support on GitHub now.Gravatar Sadie Powell2020-12-092-2/+4
|
* Document that exemptions configured in <options:exemptchanops> can be negated.Gravatar Robby2020-11-292-4/+7
| | | | Change the <badnick> example in inspircd.conf.example to another nick, since ChanServ is already covered by examples/services/generic.conf.example.
* Move the example TCP/IP listeners for servers to links.conf.example.Gravatar Robby2020-11-282-18/+25
|
* Move the example TCP listener for clients so they're grouped together.Gravatar Robby2020-11-281-2/+5
| | | | Change the wording slightly on the <sslprofile> comment to be plural, as this is not specific to a particular listener.
* Change the remaining instances of "true", "on", "false" and "off" to "yes" ↵Gravatar Robby2020-11-282-27/+27
| | | | and "no" in the example configs.
* Fix the description of <nickflood:duration>.Gravatar Sadie Powell2020-11-261-1/+1
|
* Reword the uhnames and namesx docs.Gravatar Sadie Powell2020-11-261-8/+6
|
* Improve the names of the IRCCloud example connect classes.Gravatar Sadie Powell2020-11-031-11/+11
|
* Update the helpop docs for the recent PING/PONG changes.Gravatar Sadie Powell2020-10-261-2/+2
|
* Change glob matching to be configurableGravatar Michael2020-10-241-0/+3
|
* m_cban: Implement support for channel masksGravatar Michael2020-10-241-3/+3
| | | | Allows wildcards to be used
* Update the IRCCloud provider config with the latest host changes.Gravatar Sadie Powell2020-10-231-3/+9
|
* Fixes by misspell-fixerGravatar InspIRCd Robot2020-10-151-2/+2
|
* Add an option to allow disengaging joinflood on initial boot.Gravatar Sadie Powell2020-10-121-0/+5
|
* Add an option to allow disengaging joinflood after a netsplit.Gravatar Sadie Powell2020-10-121-2/+9
|
* Implement support for Argon2 password hashing.Gravatar ShutterQuick2020-10-101-0/+24
| | | Resolves #1540.
* FIx a typo in the shun docs.Gravatar Sadie Powell2020-10-031-3/+3
|
* Remove a long obsolete comment from the example conf.Gravatar Sadie Powell2020-09-301-7/+2
|
* Document the recent shun changes.Gravatar Sadie Powell2020-09-271-7/+22
|
* 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
|
* Replace the banana in the motd with a cute kitty.Gravatar Sadie Powell2020-09-122-26/+22
|
* Remove the KiwiIRC.com example config file.Gravatar Sadie Powell2020-07-302-22/+0
| | | | | Requested by @prawnsalad. These IP addresses are only a small part of a larger pool and may change without notice.
* Allow disabling the timedbans set/unset notices (#1789).Gravatar iwalkalone2020-07-221-0/+3
|
* Fix watch example configGravatar linuxdaemon2020-05-251-1/+1
|
* Allow enabling the message-tags cap without client-only tags.Gravatar Sadie Powell2020-05-051-0/+5
|
* Add SERVLIST to the example helpop.Gravatar Matt Schatz2020-04-281-4/+10
|
* Fixes by misspell-fixerGravatar InspIRCd Robot2020-04-213-7/+7
|
* Update the <securelist> documentation.Gravatar Sadie Powell2020-04-171-3/+14
|
* Minor cleanup and documentation improvements.Gravatar Matt Schatz2020-04-141-3/+3
| | | | | | | | - 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.
* Update user-facing text and comments of SSL to TLS.Gravatar Matt Schatz2020-04-145-46/+47
|
* Add support for limiting what opers can subscribe to snomasks.Gravatar Sadie Powell2020-04-111-4/+7
|
* Note that bind:permissions does not change on rehash.Gravatar Matt Schatz2020-04-101-0/+3
|
* Make showing the channel modes in /LIST configurable.Gravatar Sadie Powell2020-03-301-0/+4
|
* Add support for the servers/ignore-shun privilege.Gravatar Sadie Powell2020-03-291-0/+1
|
* Include ADMIN and OPER in the default for <shun:enabledcmds>.Gravatar Sadie Powell2020-03-291-1/+1
|