aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Correct a typo in the example config.Gravatar Matt Schatz2020-03-281-2/+2
|
* Correct a module name typo.Gravatar Matt Schatz2020-03-241-1/+1
|
* Use "yes" instead of "true" in the example configs.Gravatar Sadie Powell2020-02-212-4/+4
|
* Add support for requiring users to use SSL in order to use SASL.Gravatar Sadie Powell2020-02-211-1/+4
|
* Improve the documentation of <sasl:server>.Gravatar Sadie Powell2020-02-211-5/+4
|
* Lower <sts:duration> to 5m to prevent misconfigs denying access.Gravatar Sadie Powell2020-02-191-2/+3
|
* Update modules.conf.example to use the new --enable-extras syntax.Gravatar Sadie Powell2020-02-131-6/+6
|
* Clean special chars from module conf exampleGravatar Wade Cline2020-02-031-2/+2
|
* Implement support for the IRCv3 labeled-response specification.Gravatar Sadie Powell2020-01-281-0/+6
|
* Tweak the default motd/opermotd slightly.Gravatar Sadie Powell2020-01-222-44/+38
| | | | | Also, remove the - at the start of the MOTD field. This is cargo culted from irc2 and theres no real reason to actually do this.
* Add support for setting the help topic in helpop.Gravatar Sadie Powell2020-01-151-343/+339
|
* Various improvements for the helpop module.Gravatar Sadie Powell2020-01-131-1/+1
| | | | | | | - Ensure that the config is actually valid. This found an invalid entry in the default helpop configs. - Columize the index page and build it whilst reading the config instead of at request time.
* Add a replacement for the nationalchars module.Gravatar Sadie Powell2020-01-075-0/+177
|
* Rename <chanhistory:notice> to <chanhistory:prefixmsg>.Gravatar Sadie Powell2020-01-031-3/+4
| | | | This name is a lot lessambiguous.
* Change the default for <waitpong:sendsnotice> to false.Gravatar Peter Powell2019-11-291-1/+1
| | | | | This message exists for an incredibly rare issue and just confuses the vast majority of people.
* WebSocket: replace the behindproxy switch with a proxy IP list.Gravatar Peter Powell2019-11-291-4/+4
|
* Implement support for websocket connections via a proxy like nginx.Gravatar Peter Powell2019-11-281-5/+12
|
* Exempt the KiwiIRC.com servers from X-lines.Gravatar Peter Powell2019-10-241-0/+4
|
* Fix a typo in the KiwiIRC.com server IPs.Gravatar Peter Powell2019-10-241-2/+2
|
* Raise <connflood:bootwait> from 10 seconds to 2 minutes.Gravatar Peter Powell2019-10-241-1/+1
| | | | | Many clients don't reconnect automatically and it can take a while for them to reconnect.
* Disable DNS/DNSBL/ident lookups for unregistered KiwiIRC.com users.Gravatar Peter Powell2019-10-242-2/+12
|
* Add repeat to the list of possible restriction types to exempt in ↵Gravatar Robby2019-10-071-0/+1
| | | | | | helpop.conf.example. Fixes #1714.