| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 36 | -31/+42 | |
| | | | |||||
| * | | Significantly upgrade the check module's ability to find users. | 2021-08-28 | 1 | -10/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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. | ||||
| * | | Always respect the host field when automatically logging in opers. | 2021-08-26 | 1 | -18/+10 | |
| | | | |||||
| * | | Avoid duplicating User::MakeHostIP. | 2021-08-20 | 3 | -6/+4 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-08-19 | 2 | -14/+49 | |
| |\| | |||||
| | * | Use timing safe comparisons for the httpd_acl username and password. | 2021-08-19 | 1 | -1/+2 | |
| | | | |||||
| | * | Implement support for websocket subprotocols. | 2021-08-17 | 1 | -2/+23 | |
| | | | | | | | | | This is based on the current IRCv3 draft but using a vendored protocol. | ||||
| | * | 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 | 23 | -26/+0 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-08-17 | 4 | -3/+5 | |
| |\| | |||||
| | * | Fix not parsing headers properly in the HTTP module. | 2021-08-17 | 1 | -0/+2 | |
| | | | |||||
| | * | Update mkdescriptions for the new YAML module documentation. | 2021-08-04 | 2 | -2/+2 | |
| | | | |||||
| * | | Add a detach method that takes an Implementation array. | 2021-08-17 | 1 | -1/+2 | |
| | | | |||||
| * | | Remove the use of a deprecated OpenSSL method. | 2021-08-07 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-07-24 | 2 | -4/+12 | |
| |\| | |||||
| | * | Handle exceptions from hash providers in password_hash. | 2021-07-19 | 1 | -3/+11 | |
| | | | |||||
| | * | Fix using the wrong variable for the ciphersuites in ssl_openssl. | 2021-07-19 | 1 | -1/+1 | |
| | | | |||||
| * | | Clean up the routing code in the ctables header. | 2021-07-24 | 1 | -14/+14 | |
| | | | |||||
| * | | Stop broadcasting the CBAN, RLINE, and SHUN commands. | 2021-07-23 | 3 | -24/+0 | |
| | | | | | | | | | | | These will be broadcast by the X-line system so this legacy hack is no longer necessary. | ||||
| * | | Purge SpanningTreeUtilities::DoOneToMany. | 2021-07-23 | 2 | -9/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-07-17 | 13 | -78/+49 | |
| |\| | |||||
| | * | Fix ssl_mbedtls on mbedTLS v3. | 2021-07-17 | 1 | -1/+17 | |
| | | | |||||
| | * | Respect the noctcp user mode for global CTCPs. | 2021-07-17 | 1 | -0/+12 | |
| | | | | | | | | | Please don't actually send global CTCPs though. | ||||
| | * | Deduplicate all whois numerics to the whois module header. | 2021-07-05 | 11 | -53/+4 | |
| | | | |||||
| | * | Don't send oper swhois to users with hideoper enabled. | 2021-07-05 | 1 | -12/+18 | |
| | | | |||||
| | * | Stop sending RPL_WHOISSERVICE as it conflicts with RPL_WHOISHELPOP. | 2021-07-05 | 1 | -14/+4 | |
| | | | | | | | | | | | | | Both Anope and Atheme send an oper type for services clients so this numeric is unnecessary. In cases where genericoper is enabled we now send "is a network service" in RPL_WHOISOPERATOR. | ||||
| * | | Fix a shortening issue in hostchange. | 2021-07-17 | 1 | -1/+1 | |
| | | | |||||
| * | | Drop support for the legacy PROTOCTL extension. | 2021-07-16 | 2 | -60/+2 | |
| | | | | | | | | | | | People who wish to keep this behavious should install the protoctl module from inspircd-contrib. | ||||
