| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Squash a long form loop that was merged in from the insp3 branch. | 2021-11-24 | 1 | -5/+1 | ||
| | | | ||||||
| * | | Merge branch 'insp3' into master. | 2021-11-24 | 7 | -32/+49 | ||
| |\| | ||||||
| | * | Make parsing websocket proxy headers more robust. | 2021-11-24 | 1 | -6/+14 | ||
| | | | ||||||
| | * | Escape the IP address in httpd_stats. | 2021-11-24 | 1 | -1/+1 | ||
| | | | ||||||
| | * | Escape the real and displayed hostnames in httpd_stats. | 2021-11-24 | 1 | -1/+1 | ||
| | | | ||||||
| | * | Use a mode reference in the timedbans module. | 2021-11-16 | 1 | -2/+5 | ||
| | | | ||||||
| | * | Use a mode reference in the repeat module. | 2021-11-16 | 1 | -2/+5 | ||
| | | | ||||||
| | * | Clean up the banredirect module. | 2021-11-16 | 1 | -16/+17 | ||
| | | | ||||||
| | * | Use a mode reference in the anticaps module. | 2021-11-16 | 1 | -2/+4 | ||
| | | | ||||||
| | * | Use a mode reference in the messageflood module. | 2021-11-16 | 1 | -1/+3 | ||
| | | | ||||||
| * | | Move the websocket protocol name instead of copying it. | 2021-11-17 | 1 | -1/+1 | ||
| | | | | | | | | | Closes #1929. | |||||
| * | | 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 | ||
| |\| | ||||||
