| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Tell users to read the docs for more info on WebSocket subprotos. | 2021-08-22 | 1 | -1/+1 | |
| * | Document the w extban. | 2021-08-20 | 1 | -0/+2 | |
| * | Implement support for websocket subprotocols.•••This is based on the current IRCv3 draft but using a vendored protocol. | 2021-08-17 | 1 | -1/+2 | |
| * | Also increase maxquit from 255 to 300. | 2021-07-24 | 1 | -1/+1 | |
| * | Update the default limits in the example config.•••- 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) | 2021-07-24 | 1 | -4/+4 | |
| * | Allow hostchange to select users based on connect class. | 2021-07-03 | 1 | -1/+1 | |
| * | Update the IRCCloud example config for the latest host changes.•••Also switch it to use multiple hosts per connect class now we have the ability to do that. | 2021-07-02 | 1 | -16/+8 | |
| * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 1 | -1/+1 | |
| * | Update example configuration for 'if-host-match' oper autologin option. | 2021-06-21 | 1 | -3/+5 | |
| * | Allow making the MKPASSWD command only usable by opers. | 2021-06-21 | 1 | -0/+3 | |
| * | Add the new chanhistory umode to the example helpop. | 2021-06-20 | 1 | -0/+2 | |
| * | Fix a typo in the previous commit. | 2021-06-20 | 1 | -1/+1 | |
| * | Synchronize servlist syntax and helpop with the docs page. | 2021-06-20 | 1 | -4/+5 | |
| * | Reorder <limits> alphabetically in the example config. | 2021-06-19 | 1 | -14/+14 | |
| * | Add the bootwait and splitwait options to connectban. | 2021-06-18 | 1 | -9/+27 | |
| * | Add a link to the list of predefined config variables. | 2021-06-14 | 1 | -0/+3 | |
| * | Send the CHARSET token if using a non-ascii casemapping. | 2021-06-02 | 2 | -2/+2 | |
| * | Fix the name of the strict-rfc1469 codepage file. | 2021-06-02 | 1 | -1/+1 | |
| * | Fix the name of the regex_stdlib regex engine. | 2021-06-01 | 1 | -2/+2 | |
| * | Add support for per-DNSBL timeouts.•••This should fix the issue of some DNSBLs being slower than others. | 2021-03-31 | 1 | -0/+1 | |
| * | Add an <include> option to allow certain config files to not exist.•••This is useful when using modules that generate a config file such as the filter and permchannels modules. | 2021-03-19 | 1 | -1/+1 | |
| * | Convert the ISO 8859-2 nationalchars files to codepage configs. | 2021-03-14 | 2 | -0/+61 | |
| * | Rename the latin1 codepage to iso-8859-1. | 2021-03-14 | 2 | -2/+2 | |
| * | Rename `<bind:ssl>` to `<bind:sslprofile>`. | 2021-03-10 | 3 | -5/+5 | |
| * | Rename `<link:ssl>` to `<link:sslprofile>`. | 2021-03-10 | 1 | -2/+2 | |
| * | Fix a grammar issue in the helpop config. | 2021-02-22 | 1 | -1/+1 | |
| * | Add a config option for exempting classes from connflood. | 2021-02-21 | 2 | -0/+5 | |
| * | Add a command to the cgiirc module for encoding/decoding hex idents. | 2021-02-21 | 1 | -8/+15 | |
| * | Exempt IRCCloud users from connectban and DNSBL lookups. | 2021-01-27 | 1 | -1/+3 | |
| * | Allow disabling connectban for specific connect classes.•••Ref: #1841. | 2021-01-27 | 1 | -0/+4 | |
| * | Added <module name="codepage"> to modules.conf.example. | 2021-01-18 | 1 | -0/+1 | |
| * | Implemented configurable kick message for the repeat module (#1835).••• | 2021-01-18 | 1 | -1/+7 | |
| * | Add a new runtime directory and move the pid file to it.•••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-18 | 1 | -2/+2 | |
| * | Add a shun option to only apply when users are fully connected.•••Closes #1825. | 2021-01-13 | 1 | -0/+4 | |
| * | Add a user mode which allows disabling receiving channel history.•••Closes #1830. | 2021-01-11 | 1 | -7/+19 | |
| * | Push users towards using SSL profiles for SSL config. | 2020-12-24 | 2 | -13/+18 | |
| * | Remove example securelist exemptions for IRCDriven and IRCSource.•••Both of these are apparently dead. | 2020-12-23 | 1 | -2/+0 | |
| * | Add config files for popular DNSBL providers. | 2020-12-22 | 4 | -1/+44 | |
| * | Add support for multiple hostmasks in <cgiirc:mask>. | 2020-12-22 | 1 | -10/+11 | |
| * | Make people aware that they can get support on GitHub now. | 2020-12-09 | 2 | -2/+4 | |
| * | Document that exemptions configured in <options:exemptchanops> can be negated.•••Change the <badnick> example in inspircd.conf.example to another nick, since ChanServ is already covered by examples/services/generic.conf.example. | 2020-11-29 | 2 | -4/+7 | |
| * | Move the example TCP/IP listeners for servers to links.conf.example. | 2020-11-28 | 2 | -18/+25 | |
| * | Move the example TCP listener for clients so they're grouped together.•••Change the wording slightly on the <sslprofile> comment to be plural, as this is not specific to a particular listener. | 2020-11-28 | 1 | -2/+5 | |
| * | Change the remaining instances of "true", "on", "false" and "off" to "yes" an... | 2020-11-28 | 2 | -27/+27 | |
| * | Fix the description of <nickflood:duration>. | 2020-11-26 | 1 | -1/+1 | |
| * | Reword the uhnames and namesx docs. | 2020-11-26 | 1 | -8/+6 | |
| * | Improve the names of the IRCCloud example connect classes. | 2020-11-03 | 1 | -11/+11 | |
| * | Update the helpop docs for the recent PING/PONG changes. | 2020-10-26 | 1 | -2/+2 | |
| * | Change glob matching to be configurable | 2020-10-24 | 1 | -0/+3 | |
| * | m_cban: Implement support for channel masks•••Allows wildcards to be used | 2020-10-24 | 1 | -3/+3 |
