| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Add Server::GetPublicName(), fix not respecting <security:hideserver>. | 2021-10-25 | 7 | -10/+15 | ||
| | * | Respect <security:hideserver> in the 005 numeric. | 2021-10-25 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2021-10-14 | 5 | -28/+26 | ||
| |\| | ||||||
| | * | Make reading DNs more consistent across modules.•••- If the DN contains a new line character then replace it with a space instead of killing the entire DN in the ssl_gnutls and ssl_openssl modules. - Apply the same logic to ssl_mbedtls which previously did not handle spaces in DNs. | 2021-10-14 | 3 | -23/+23 | ||
| | * | Use the OVERRIDE 005 token for showing the override user mode char. | 2021-10-13 | 1 | -1/+2 | ||
| | * | Fix showing the address of a custom title instead of the title. | 2021-10-06 | 1 | -4/+2 | ||
| * | | The opmoderated module should have the VF_VENDOR property. | 2021-10-08 | 1 | -1/+1 | ||
| * | | Fix a typo in BroadcastModuleState. | 2021-10-05 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2021-10-05 | 1 | -1/+3 | ||
| |\| | ||||||
| | * | Make the deprecation of LibreSSL support more explicit. | 2021-10-05 | 1 | -1/+1 | ||
| | * | Fix parsing the Sec-WebSocket-Protocol header. | 2021-10-04 | 1 | -1/+3 | ||
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 118 | -254/+384 | ||
| * | | Mark all message tag provider classes as final. | 2021-10-01 | 8 | -9/+16 | ||
| * | | Mark all hash provider classes as final. | 2021-10-01 | 6 | -6/+12 | ||
| * | | Mark all event hook classes as final. | 2021-10-01 | 5 | -5/+10 | ||
| * | | Mark more mode classes as final. | 2021-10-01 | 10 | -12/+17 | ||
| * | | Mark all mode classes as final. | 2021-10-01 | 22 | -27/+54 | ||
| * | | Mark all command classes as final. | 2021-10-01 | 74 | -144/+286 | ||
| * | | Mark all module classes as final. | 2021-10-01 | 138 | -138/+288 | ||
| * | | Yeet regex_pcre into contrib. | 2021-10-01 | 2 | -91/+1 | ||
| * | | Add regex_pcre compatibility to regex_pcre2. | 2021-10-01 | 1 | -0/+19 | ||
| * | | Release v4.0.0a5. v4.0.0a5 | 2021-10-01 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2021-09-30 | 1 | -0/+37 | ||
| |\| | ||||||
| | * | Move the ParseStack constructor out of the header. | 2021-09-30 | 1 | -0/+35 | ||
| * | | Use -isystem for the pgsql includes. | 2021-09-26 | 1 | -1/+1 | ||
| * | | Add the regex_pcre2 module. | 2021-09-26 | 1 | -0/+92 | ||
| * | | Change operlog to log to snomask o (oper). | 2021-09-23 | 1 | -6/+1 | ||
| * | | Merge branch 'insp3' into master. | 2021-09-23 | 6 | -58/+83 | ||
| |\| | ||||||
| | * | Use CXX11_OVERRIDE instead of the override keyword. | 2021-09-22 | 2 | -2/+2 | ||
| | * | Send SSL profile reloading errors to snomask `a`. | 2021-09-22 | 3 | -3/+3 | ||
| | * | Replace <websocket:sendastext> with <websocket:defaultmode>. | 2021-09-22 | 1 | -6/+35 | ||
| | * | Add an API for checking if I/O hooks are ready or not. | 2021-09-22 | 5 | -50/+41 | ||
| | * | Add the channels/ignore-repeat priv to exempt opers from +E. | 2021-09-21 | 1 | -0/+3 | ||
| * | | Merge branch 'insp3' into master. | 2021-09-16 | 1 | -0/+3 | ||
| |\| | ||||||
| | * | 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 | ||
| * | | 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 | 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/+3 | ||
| * | | Fix some places where U-line -> service was missed. | 2021-08-29 | 9 | -9/+9 | ||
| * | | 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 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 50 | -41/+59 | ||
| |\| | ||||||
| | * | Release v3.11.0. v3.11.0 | 2021-08-27 | 1 | -1/+1 | ||
| | * | Update copyright headers. | 2021-08-27 | 50 | -40/+58 | ||
| * | | 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 | 3 | -22/+10 | ||
