aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Tell users to read the docs for more info on WebSocket subprotos.Gravatar Sadie Powell2021-08-221-1/+1
|
* Document the w extban.Gravatar Sadie Powell2021-08-201-0/+2
|
* Implement support for websocket subprotocols.Gravatar Sadie Powell2021-08-171-1/+2
| | | | This is based on the current IRCv3 draft but using a vendored protocol.
* Also increase maxquit from 255 to 300.Gravatar Sadie Powell2021-07-241-1/+1
|
* Update the default limits in the example config.Gravatar Sadie Powell2021-07-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | - Change maxchan from 64 to 60 (base 10 is more human friendly) - Change maxreal from 128 to 130 (base 10 is more human friendly) - Recalculate the maximum lengths of maxkick and maxtopic. For maxkick: ':' <nick> '!' <user> '@' <host> ' KICK ' <channel> ' ' <nick> ' :' <REASON> "\r\n" 1 [30] 1 [10] 1 [64] 6 [60] 1 [30] 2 2 1 + 30 + 1 + 10 + 1 + 64 + 6 + 60 + 1 + 30 + 2 + 2 = 208 512 - 208 = 304 (rounded down to 300) For maxtopic: ':' <nick> '!' <user> '@' <host> ' TOPIC ' <channel> ' :' <TOPIC> "\r\n" 1 [30] 1 [10] 1 [64] 7 [60] 2 2 1 + 30 + 1 + 10 + 1 + 64 + 7 + 60 + 2 + 2 = 178 512 - 178 = 334 (rounded down to 330)
* Allow hostchange to select users based on connect class.Gravatar Sadie Powell2021-07-031-1/+1
|
* Update the IRCCloud example config for the latest host changes.Gravatar Sadie Powell2021-07-021-16/+8
| | | | | Also switch it to use multiple hosts per connect class now we have the ability to do that.
* Fix various spelling issues (#1883).Gravatar Josh Soref2021-06-211-1/+1
| | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* Update example configuration for 'if-host-match' oper autologin option.Gravatar Molly Miller2021-06-211-3/+5
|
* Allow making the MKPASSWD command only usable by opers.Gravatar Sadie Powell2021-06-211-0/+3
|
* Add the new chanhistory umode to the example helpop.Gravatar Matt Schatz2021-06-201-0/+2
|
* Fix a typo in the previous commit.Gravatar Matt Schatz2021-06-201-1/+1
|
* Synchronize servlist syntax and helpop with the docs page.Gravatar Matt Schatz2021-06-201-4/+5
|
* Reorder <limits> alphabetically in the example config.Gravatar Sadie Powell2021-06-191-14/+14
|
* Add the bootwait and splitwait options to connectban.Gravatar Sadie Powell2021-06-181-9/+27
|
* Add a link to the list of predefined config variables.Gravatar Sadie Powell2021-06-141-0/+3
|
* Send the CHARSET token if using a non-ascii casemapping.Gravatar Sadie Powell2021-06-022-2/+2
|
* Fix the name of the strict-rfc1469 codepage file.Gravatar Sadie Powell2021-06-021-1/+1
|
* Fix the name of the regex_stdlib regex engine.Gravatar Sadie Powell2021-06-011-2/+2
|
* Update the Doxygen config for the new version.Gravatar Sadie Powell2021-05-161-3/+12
|
* Enable Doxygen XML generation.Gravatar Sadie Powell2021-05-161-1/+1
|
* Add support for per-DNSBL timeouts.Gravatar Sadie Powell2021-03-311-0/+1
| | | | This should fix the issue of some DNSBLs being slower than others.
* Add an <include> option to allow certain config files to not exist.Gravatar Sadie Powell2021-03-191-1/+1
| | | | | This is useful when using modules that generate a config file such as the filter and permchannels modules.
* Convert the ISO 8859-2 nationalchars files to codepage configs.Gravatar Sadie Powell2021-03-142-0/+61
|
* Rename the latin1 codepage to iso-8859-1.Gravatar Sadie Powell2021-03-142-2/+2
|
* Rename `<bind:ssl>` to `<bind:sslprofile>`.Gravatar Sadie Powell2021-03-103-5/+5
|
* Rename `<link:ssl>` to `<link:sslprofile>`.Gravatar Sadie Powell2021-03-101-2/+2
|
* Use InnoDB instead of the deprecated MyISAM in the sqloper table.Gravatar Sadie Powell2021-03-041-1/+1
|
* 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
|