| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update author list. | 2023-06-16 | 1 | -1/+1 | |
| | | |||||
| * | Warn users when their client certificate is about to expire. | 2023-03-01 | 1 | -2/+4 | |
| | | | | | Closes #1938. | ||||
| * | Switch to the IRCv3 standard-replies cap. | 2023-02-13 | 1 | -1/+4 | |
| | | | | | | Nothing is using this so far so I'm not counting it as a breaking change. | ||||
| * | Add an oper priv for exempting opers from blockamsg. | 2022-12-19 | 1 | -0/+1 | |
| | | | | | Closes #2007. | ||||
| * | Add SSL support to the mysql module. | 2022-12-18 | 1 | -1/+1 | |
| | | |||||
| * | Allow specifying multiple masks when adding an X-line. | 2022-12-10 | 1 | -6/+6 | |
| | | | | | | | | The only exemptions for this are RLINE (a real name might contains commas) and SVSHOLD (sent by services only). Closes #1972. | ||||
| * | Update author list. | 2022-12-08 | 1 | -10/+11 | |
| | | |||||
| * | Import regex_pcre2 from inspircd-contrib. | 2022-12-05 | 1 | -0/+7 | |
| | | | | | | | The original plan was to make the PCRE2 switch happen in v3 but it seems that distributions are beginning to unpackage the old pcre library already. | ||||
| * | Update Doxygen config for the latest version. | 2022-12-03 | 1 | -5/+9 | |
| | | |||||
| * | Fix the documentation of <options:defaultmodes>. | 2022-10-29 | 1 | -2/+2 | |
| | | |||||
| * | WebSockets are a HTTP feature not a HTML5 feature. | 2022-08-04 | 2 | -2/+2 | |
| | | |||||
| * | Update author list. | 2022-07-20 | 1 | -5/+5 | |
| | | |||||
| * | Add support for escaping hex colour codes | 2022-06-19 | 1 | -0/+1 | |
| | | | | | This is not widely supported but we should have an escape regardless. | ||||
| * | Fix the parameter documentation for the repeat mode. | 2022-06-15 | 1 | -1/+1 | |
| | | |||||
| * | Update author list. | 2022-04-28 | 1 | -3/+4 | |
| | | |||||
| * | Document the 'G' WHO flag. | 2022-04-28 | 1 | -0/+2 | |
| | | |||||
| * | Update Doxygen config for the latest version. | 2022-04-21 | 1 | -9/+7 | |
| | | |||||
| * | Add support for automatically expiring the override user mode. | 2022-04-21 | 1 | -1/+8 | |
| | | |||||
| * | Fix doxygen to include the public module header files. | 2022-04-17 | 1 | -2/+1 | |
| | | |||||
| * | Increase the default connectban ban duration from 10m to 6h. | 2022-04-05 | 1 | -1/+1 | |
| | | | | | 10m is borderline useless for preventing bot floods. | ||||
| * | Add the channels/ignore-chanfilter priv to the chanfilter module. | 2022-03-28 | 1 | -0/+1 | |
| | | | | | Closes #1971. | ||||
| * | Add support for blocking invites to the commonchans module. | 2022-03-23 | 1 | -0/+4 | |
| | | |||||
| * | Fix a typo in the connectban example config docs. | 2022-03-22 | 1 | -1/+1 | |
| | | |||||
| * | Rename <connectban:duration> to <connectban:banduration>. | 2022-03-22 | 1 | -3/+3 | |
| | | |||||
| * | Add support for the <count> param of WHOWAS (#1968) | 2022-03-19 | 1 | -1/+3 | |
| | | | | | | | | Not very useful IMO, but every server but InspIRCd seems to implement it, and it's part of the RFCs: * https://datatracker.ietf.org/doc/html/rfc1459#section-4.5.3 * https://datatracker.ietf.org/doc/html/rfc2812#section-3.6.3 | ||||
| * | Change delaymsg to use exemptchanops and have an oper priv (#1959). | 2022-02-13 | 2 | -0/+3 | |
| | | |||||
| * | Add an option to allow channel ops to enable the permchannels mode. | 2022-02-05 | 1 | -1/+6 | |
| | | | | | Closes #1964. | ||||
| * | Fix various minor Doxygen warnings. | 2022-02-02 | 1 | -1/+2 | |
| | | |||||
| * | Update IRCCloud IP ranges | 2021-12-31 | 1 | -2/+2 | |
| | | |||||
| * | Add support for forwarding a password from the second nick param. | 2021-12-28 | 1 | -14/+17 | |
| | | |||||
| * | Update author list. | 2021-12-10 | 1 | -0/+106 | |
| | | |||||
| * | Add a script for updating the author list. | 2021-12-10 | 1 | -0/+0 | |
| | | |||||
| * | Add the <connect:uniqueusername> option. | 2021-11-23 | 1 | -1/+2 | |
| | | |||||
| * | Fix the SSLINFO helpop not describing SSLINFO on channels. | 2021-11-16 | 1 | -3/+6 | |
| | | |||||
| * | Implement support for WebIRC gateways sending client fingerprints. | 2021-11-10 | 1 | -2/+5 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | Replace certfp with sslfp in sqlauth and helpop. | 2021-08-28 | 1 | -1/+1 | |
| | | | | | Once we implement SPKI fingerprints the old name will be inaccurate. | ||||
| * | 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. | 2021-08-17 | 1 | -1/+2 | |
| | | | | | This is based on the current IRCv3 draft but using a vendored protocol. | ||||
| * | Also increase maxquit from 255 to 300. | 2021-07-24 | 1 | -1/+1 | |
| | | |||||
| * | Update the default limits in the example config. | 2021-07-24 | 1 | -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. | 2021-07-03 | 1 | -1/+1 | |
| | | |||||
| * | Update the IRCCloud example config for the latest host changes. | 2021-07-02 | 1 | -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). | 2021-06-21 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | ||||
| * | 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 | |
| | | |||||
