| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 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.•••- 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 | |
| * | | 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.•••This is based on the current IRCv3 draft but using a vendored protocol. | 2021-08-17 | 1 | -2/+23 | |
| | * | 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.•••These will be broadcast by the X-line system so this legacy hack is no longer necessary. | 2021-07-23 | 3 | -24/+0 | |
| * | | 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.•••Please don't actually send global CTCPs though. | 2021-07-17 | 1 | -0/+12 | |
| | * | 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.•••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. | 2021-07-05 | 1 | -14/+4 | |
| * | | Fix a shortening issue in hostchange. | 2021-07-17 | 1 | -1/+1 | |
| * | | Drop support for the legacy PROTOCTL extension.•••People who wish to keep this behavious should install the protoctl module from inspircd-contrib. | 2021-07-16 | 2 | -60/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-07-04 | 4 | -50/+60 | |
| |\| | |||||
| | * | Allow hostchange to select users based on connect class. | 2021-07-03 | 1 | -0/+7 | |
| | * | Move hostchange port parsing to a method in the HostRule class. | 2021-07-03 | 1 | -16/+19 | |
| | * | Fix some "targ" usages which were missed in the earlier commit. | 2021-07-03 | 4 | -38/+37 | |
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 18 | -68/+87 | |
| |\| | |||||
| | * | Allow reloading SSL profiles on rehash. | 2021-06-24 | 3 | -7/+9 | |
| | * | Add a log message to the SSL mods to remind users how to reload profiles. | 2021-06-24 | 3 | -0/+15 | |
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 17 | -61/+61 | |
| | * | Add 'if-host-match' option to m_sslinfo oper autologin configuration.•••This adds an option to perform the source host check (which is usually performed on manual oper login) in addition to the certificate fingerprint check when automatically logging in opers upon connection to the ircd. | 2021-06-21 | 1 | -1/+17 | |
| | * | Allow making the MKPASSWD command only usable by opers. | 2021-06-21 | 1 | -0/+6 | |
| | * | Fix the silence TAGMSG flags being inverted in BitsToFlags. | 2021-06-20 | 1 | -2/+2 | |
| | * | Show delayjoined users to themself in WHO. | 2021-06-20 | 1 | -2/+2 | |
| * | | Used std::move where it is needed | 2021-06-21 | 3 | -4/+4 | |
| * | | Merge branch 'insp3' into master. | 2021-06-19 | 3 | -4/+26 | |
| |\| | |||||
