| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v4.0.0a5. v4.0.0a5 | 2021-10-01 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2021-09-30 | 2 | -34/+38 | |
| |\ | |||||
| | * | Move the ParseStack constructor out of the header. | 2021-09-30 | 2 | -32/+36 | |
| * | | Use regex_stdlib as the default regular expression engine. | 2021-09-26 | 1 | -2/+2 | |
| * | | Use -isystem for the pgsql includes. | 2021-09-26 | 1 | -1/+1 | |
| * | | Add the regex_pcre2 module. | 2021-09-26 | 9 | -4/+109 | |
| * | | Fix and optimise sending standard replies with variable parameters. | 2021-09-23 | 1 | -29/+10 | |
| * | | Change operlog to log to snomask o (oper). | 2021-09-23 | 3 | -9/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-09-23 | 10 | -66/+114 | |
| |\| | |||||
| | * | Use CXX11_OVERRIDE instead of the override keyword. | 2021-09-22 | 3 | -3/+3 | |
| | * | Send SSL profile reloading errors to snomask `a`. | 2021-09-22 | 3 | -3/+3 | |
| | * | Replace <websocket:sendastext> with <websocket:defaultmode>. | 2021-09-22 | 2 | -14/+43 | |
| | * | Add an API for checking if I/O hooks are ready or not. | 2021-09-22 | 7 | -50/+63 | |
| | * | Add the channels/ignore-repeat priv to exempt opers from +E. | 2021-09-21 | 2 | -0/+4 | |
| * | | Merge branch 'insp3' into master. | 2021-09-16 | 2 | -1/+4 | |
| |\| | |||||
| | * | Fix customprefix allowing mode names that contain spaces. | 2021-09-16 | 1 | -0/+3 | |
| | * | Fix ssl_openssl on a broken fork of OpenSSL. | 2021-09-07 | 1 | -1/+3 | |
| | * | Use the network name as the description when hideserver is enabled. | 2021-09-04 | 1 | -1/+1 | |
| * | | Always use ExtractTS to extract timestamps from S2S messages. | 2021-09-10 | 6 | -14/+10 | |
| * | | Add the FRHOST command to allow changing a remote user's real host.•••Closes #1803. | 2021-09-02 | 5 | -3/+33 | |
| * | | Release v4.0.0 alpha 4. v4.0.0a4 | 2021-09-01 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-09-01 | 3 | -2/+12 | |
| |\| | |||||
| | * | Warn about how quirky musl's libdl implementation is. | 2021-08-29 | 1 | -0/+10 | |
| | * | Replace certfp with sslfp in sqlauth and helpop.•••Once we implement SPKI fingerprints the old name will be inaccurate. | 2021-08-28 | 2 | -2/+4 | |
| * | | Fix some places where U-line -> service was missed. | 2021-08-29 | 11 | -12/+12 | |
| * | | Make the protocol version enum entries slightly less verbose. | 2021-08-28 | 6 | -15/+15 | |
| * | | Forward SQUERY to services instead of downgrading it to PRIVMSG. | 2021-08-28 | 4 | -33/+101 | |
| * | | Require TLS by default when connecting to Postgres servers. | 2021-08-28 | 2 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 60 | -49/+68 | |
| |\| | |||||
| | * | Release v3.11.0. v3.11.0 | 2021-08-27 | 2 | -2/+2 | |
| | * | Update copyright headers. | 2021-08-27 | 59 | -47/+66 | |
| | * | Update vendored dependencies. | 2021-08-27 | 1 | -1/+1 | |
| * | | Significantly upgrade the check module's ability to find users.•••- Check for users based on nick mask, ident mask, and real name mask as well as ip mask and host mask. - Include matching user's nick, ident and displayed host in the command output. - Specify in the output what was actually matched against. Closes #1909. | 2021-08-28 | 1 | -10/+31 | |
| * | | 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 | 4 | -31/+18 | |
| * | | Merge branch 'insp3' into master. | 2021-08-26 | 3 | -11/+14 | |
| |\| | |||||
| | * | Thank more people in the credits.•••dan- and jwheare have helped a bunch with ircdocs and testing so they definitely deserve to be listed here. | 2021-08-24 | 1 | -1/+2 | |
| | * | Update the credits.•••- Move fraggeln (former CI host) to former contributors. - Add Duck (domain manager) to thanks. - Add progval (docs magician) to active contributors. | 2021-08-23 | 1 | -10/+10 | |
| | * | 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 | 2 | -23/+12 | |
| * | | Fix missing argument to WriteToSnoMask. | 2021-08-20 | 1 | -2/+2 | |
| * | | Avoid duplicating User::MakeHostIP. | 2021-08-20 | 7 | -18/+12 | |
| * | | Refer to oper names in core_oper as "username" not "login". | 2021-08-20 | 1 | -4/+4 | |
| * | | Merge branch 'insp3' into master. | 2021-08-19 | 3 | -15/+51 | |
| |\| | |||||
| | * | Use timing safe comparisons for the httpd_acl username and password. | 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 | 2 | -3/+25 | |
| | * | Minor clean up of the previous commit. | 2021-08-17 | 1 | -2/+1 | |
| | * | Improve WebSocket header parsing. | 2021-08-17 | 1 | -12/+26 | |
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 48 | -60/+0 | |
| * | | Fix the Detach method which got borked during a rebase. | 2021-08-17 | 1 | -0/+7 | |
