| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename regex_pcre2 to regex_pcre. | 2021-11-14 | 2 | -10/+10 | |
| | | |||||
| * | Revert "Add regex_pcre compatibility to regex_pcre2". | 2021-11-14 | 1 | -19/+0 | |
| | | | | | This reverts commit 3fa012b75b14abd69c7bc67c27ae50cb9ba4c343. | ||||
| * | 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. | 2021-11-05 | 10 | -13/+12 | |
| | | | | | | | | | | | This is equivalent to calling InspIRCd::Now() and is only actually used in one place in modules. | ||||
| * | | Merge branch 'insp3' into master. | 2021-11-05 | 3 | -9/+2 | |
| |\| | |||||
| | * | 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 | 2 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-10-14 | 5 | -28/+26 | |
| |\| | |||||
| | * | Make reading DNs more consistent across modules. | 2021-10-14 | 3 | -23/+23 | |
| | | | | | | | | | | | | | | | | | | | - 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. | ||||
| | * | 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 | 99 | -222/+330 | |
| | | | |||||
| * | | 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 | 4 | -4/+8 | |
| | | | |||||
| * | | Mark more mode classes as final. | 2021-10-01 | 9 | -11/+15 | |
| | | | |||||
| * | | Mark all mode classes as final. | 2021-10-01 | 20 | -21/+42 | |
| | | | |||||
| * | | Mark all command classes as final. | 2021-10-01 | 56 | -94/+188 | |
| | | | |||||
| * | | Mark all module classes as final. | 2021-10-01 | 122 | -122/+255 | |
| | | | |||||
| * | | Yeet regex_pcre into contrib. | 2021-10-01 | 2 | -91/+1 | |
| | | | |||||
| * | | Add regex_pcre compatibility to regex_pcre2. | 2021-10-01 | 1 | -0/+19 | |
| | | | |||||
| * | | 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. | 2021-09-02 | 5 | -3/+33 | |
| | | | | | | | | | Closes #1803. | ||||
| * | | Merge branch 'insp3' into master. | 2021-09-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Replace certfp with sslfp in sqlauth and helpop. | 2021-08-28 | 1 | -1/+3 | |
| | | | | | | | | | Once we implement SPKI fingerprints the old name will be inaccurate. | ||||
| * | | Fix some places where U-line -> service was missed. | 2021-08-29 | 8 | -8/+8 | |
| | | | |||||
| * | | 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 | 3 | -1/+65 | |
| | | | |||||
| * | | Require TLS by default when connecting to Postgres servers. | 2021-08-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 36 | -32/+43 | |
| |\| | |||||
