| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename regex_pcre2 to regex_pcre. | 2021-11-14 | 1 | -2/+2 | |
| * | Revert "Add regex_pcre compatibility to regex_pcre2".•••This reverts commit 3fa012b75b14abd69c7bc67c27ae50cb9ba4c343. | 2021-11-14 | 1 | -4/+0 | |
| * | Merge branch 'insp3' into master. | 2021-11-10 | 1 | -2/+5 | |
| |\ | |||||
| | * | Implement support for WebIRC gateways sending client fingerprints. | 2021-11-10 | 1 | -2/+5 | |
| * | | Yeet regex_pcre into contrib. | 2021-10-01 | 1 | -9/+2 | |
| * | | Add regex_pcre compatibility to regex_pcre2. | 2021-10-01 | 1 | -0/+4 | |
| * | | Use regex_stdlib as the default regular expression engine. | 2021-09-26 | 1 | -2/+2 | |
| * | | Add the regex_pcre2 module. | 2021-09-26 | 1 | -0/+7 | |
| * | | Change operlog to log to snomask o (oper). | 2021-09-23 | 2 | -3/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-09-23 | 2 | -8/+9 | |
| |\| | |||||
| | * | Replace <websocket:sendastext> with <websocket:defaultmode>. | 2021-09-22 | 1 | -8/+8 | |
| | * | Add the channels/ignore-repeat priv to exempt opers from +E. | 2021-09-21 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-09-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Replace certfp with sslfp in sqlauth and helpop.•••Once we implement SPKI fingerprints the old name will be inaccurate. | 2021-08-28 | 1 | -1/+1 | |
| * | | Fix some places where U-line -> service was missed. | 2021-08-29 | 1 | -2/+2 | |
| * | | Require TLS by default when connecting to Postgres servers. | 2021-08-28 | 1 | -1/+1 | |
| * | | Make the ADMIN output more like other IRC servers.•••- Remove our weird numeric prefixes. - Merge the nick and name fields. - Add a description field for ADMINLOC2. | 2021-08-26 | 1 | -9/+8 | |
| * | | Merge branch 'insp3' into master. | 2021-08-26 | 2 | -1/+3 | |
| |\| | |||||
| | * | 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 | |
| * | | Always respect the host field when automatically logging in opers. | 2021-08-26 | 1 | -5/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-08-19 | 1 | -1/+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 | |
| * | | Make the channel key length configurable in the <limits> tag. | 2021-08-17 | 1 | -0/+3 | |
| * | | Merge branch 'insp3' into master. | 2021-07-24 | 1 | -5/+5 | |
| |\| | |||||
| | * | 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 | |
| * | | Drop support for the legacy PROTOCTL extension.•••People who wish to keep this behavious should install the protoctl module from inspircd-contrib. | 2021-07-16 | 1 | -4/+3 | |
| * | | Merge branch 'insp3' into master. | 2021-07-04 | 2 | -17/+9 | |
| |\| | |||||
| | * | 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 | |
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 5 | -9/+17 | |
| |\| | |||||
| | * | 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 | |
| * | | Merge branch 'insp3' into master. | 2021-06-19 | 1 | -14/+14 | |
| |\| | |||||
| | * | Reorder <limits> alphabetically in the example config. | 2021-06-19 | 1 | -14/+14 | |
| * | | Merge branch 'insp3' into master. | 2021-06-18 | 2 | -9/+30 | |
| |\| | |||||
| | * | 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 | |
| * | | Import a greatly refactored version of the opmoderated module.•••Co-authored-by: Daniel De Graaf <danieldg@inspircd.org>. | 2021-06-17 | 2 | -0/+7 | |
| * | | Merge branch 'insp3' into master. | 2021-06-07 | 3 | -3/+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 | |
| * | | Merge branch 'insp3' into master. | 2021-06-01 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix the name of the regex_stdlib regex engine. | 2021-06-01 | 1 | -2/+2 | |
| * | | Demote the lockserv module to inspircd-contrib. | 2021-06-01 | 3 | -28/+7 | |
