| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Document ConnectClass and reorder it to avoid unnecessary padding. | 2021-11-16 | 1 | -28/+28 | ||
| * | | Don't allow routing INFO to remote servers.•••There's no reason to request this for a remote server. It rarely differs between InspIRCd versions and neither Anope nor Atheme implement handlers for it. We don't need to implement anything to the protocol compat layer for this as if v3 servers send an INFO request to a v4 server they they will just be ignored as the command has no HandleRemote impl. Closes #1943. | 2021-11-20 | 2 | -14/+8 | ||
| * | | Move the websocket protocol name instead of copying it.•••Closes #1929. | 2021-11-17 | 1 | -1/+1 | ||
| * | | Release v4.0.0 alpha 6. v4.0.0a6 | 2021-11-15 | 1 | -1/+1 | ||
| * | | Rename regex_pcre2 to regex_pcre. | 2021-11-14 | 2 | -10/+10 | ||
| * | | Revert "Add regex_pcre compatibility to regex_pcre2".•••This reverts commit 3fa012b75b14abd69c7bc67c27ae50cb9ba4c343. | 2021-11-14 | 1 | -19/+0 | ||
| * | | Merge branch 'insp3' into master. | 2021-11-10 | 2 | -13/+49 | ||
| |\| | ||||||
| | * | Allow configuring which options to trust from a WebIRC gateway. | 2021-11-10 | 1 | -8/+24 | ||
| | * | Implement support for WebIRC gateways sending client fingerprints. | 2021-11-10 | 1 | -5/+25 | ||
| * | | Remove unused time_t field from the timer system.•••This is equivalent to calling InspIRCd::Now() and is only actually used in one place in modules. | 2021-11-05 | 15 | -25/+25 | ||
| * | | Merge branch 'insp3' into master. | 2021-11-05 | 9 | -18/+16 | ||
| |\| | ||||||
| | * | Fix use of auto_ptr in the ssl_gnutls module on C++17 compilers. | 2021-11-04 | 1 | -12/+16 | ||
| | * | Silence a warning in the mysql module on MySQL 8.0.27. | 2021-10-25 | 1 | -1/+8 | ||
| | * | 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 | ||
