aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v3.12.0. v3.12.0Gravatar Sadie Powell2021-12-312-2/+2
* Update copyright headers.Gravatar InspIRCd Robot2021-12-3045-48/+49
* Update module descriptions.Gravatar Sadie Powell2021-12-308-8/+8
* Add support for forwarding a password from the second nick param.Gravatar Sadie Powell2021-12-282-20/+34
* We only care about the first parameter to the nick command.•••Nicknames can't have spaces so the trailing concatenation logic here is not what users will expect. Gravatar Sadie Powell2021-12-281-1/+1
* Send an account id tag when account-tag & message-tags are enabled.Gravatar Sadie Powell2021-12-284-0/+43
* Fix not being able to look up hostnames that point to multiple IPs.Gravatar Sadie Powell2021-12-271-82/+123
* Make packing PTR queries a bit more robust.•••There is no first party modules which could be compromised before this check was added but its better to be safe wherever possible. Gravatar Sadie Powell2021-12-251-3/+4
* Fix not looking up IPv4 addresses when a server has an IPv6 address.•••Closes #1811. Gravatar Sadie Powell2021-12-252-16/+32
* Allow unsetting uniqueusername with metadata too.Gravatar Sadie Powell2021-12-201-1/+1
* Only show the tls cap if there is a TLS provider available.Gravatar Sadie Powell2021-12-151-2/+25
* If a user has a unique username then include it in bans.Gravatar Sadie Powell2021-12-1411-18/+28
* Sync uniqueusername from the connect class to the user.•••This is a massive hack for now but should be made to sync properly in v4 when we have extensibles that don't suck. Gravatar Sadie Powell2021-12-146-1/+22
* Add a build time check that OpenLDAP is reentrant.Gravatar Sadie Powell2021-12-141-0/+4
* Fix the ldap module on OpenLDAP 2.5.Gravatar Sadie Powell2021-12-141-1/+2
* Fix sending ERR_CHANOPRIVSNEEDED where ERR_RESTRICTED should be used.Gravatar Sadie Powell2021-12-112-2/+2
* Update author list.Gravatar InspIRCd Robot2021-12-101-0/+106
* Add a script for updating the author list.Gravatar Sadie Powell2021-12-102-0/+59
* Only emit an email address into a copyright header if one exists.Gravatar Sadie Powell2021-12-101-1/+6
* Add dummy email addresses for uncontactable people in the mailmap.Gravatar Sadie Powell2021-12-101-10/+11
* Update satmd's email address in the mailmap.Gravatar Sadie Powell2021-12-101-0/+2
* Add KNOCK and CYCLE to the list of sanitisable shun commands.Gravatar Sadie Powell2021-12-021-12/+12
* Fix LDAPCompare checking against the wrong return code.•••Better fix for #1946. Gravatar Sadie Powell2021-12-011-8/+10
* Fix the default server name on non-macOS.Gravatar Sadie Powell2021-11-261-1/+1
* Make parsing websocket proxy headers more robust.Gravatar Sadie Powell2021-11-241-6/+14
* Escape the IP address in httpd_stats.Gravatar Sadie Powell2021-11-241-1/+1
* Escape the real and displayed hostnames in httpd_stats.Gravatar Sadie Powell2021-11-241-1/+1
* Remind users about the `selfsigned` option to inspircd-testssl.Gravatar Sadie Powell2021-11-231-1/+3
* Add the <connect:uniqueusername> option.Gravatar Sadie Powell2021-11-234-1/+8
* Switch mkdescriptions from YAML::Tiny to YAML.Gravatar Sadie Powell2021-11-211-4/+4
* Switch mkdescriptions from Hoedown to CommonMark.Gravatar Sadie Powell2021-11-211-2/+2
* Fix the SSLINFO helpop not describing SSLINFO on channels.Gravatar Sadie Powell2021-11-161-3/+6
* Use a mode reference in the timedbans module.Gravatar Sadie Powell2021-11-161-2/+5
* Use a mode reference in the repeat module.Gravatar Sadie Powell2021-11-161-2/+5
* Clean up the banredirect module.Gravatar Sadie Powell2021-11-161-16/+17
* Use a mode reference in the anticaps module.Gravatar Sadie Powell2021-11-161-2/+4
* Use a mode reference in the messageflood module.Gravatar Sadie Powell2021-11-161-1/+3
* Document ConnectClass and reorder it to avoid unnecessary padding.Gravatar Sadie Powell2021-11-163-96/+83
* Allow configuring which options to trust from a WebIRC gateway.Gravatar Sadie Powell2021-11-101-8/+24
* Fix TokenList not initializing permissive to false on creation.Gravatar Sadie Powell2021-11-101-0/+5
* Implement support for WebIRC gateways sending client fingerprints.Gravatar Sadie Powell2021-11-102-7/+30
* Update Windows dependencies.Gravatar Sadie Powell2021-11-081-7/+7
* Fix use of auto_ptr in the ssl_gnutls module on C++17 compilers.Gravatar Sadie Powell2021-11-041-12/+16
* Switch -std=c++14 for -std=c++17 in CI.•••This better matches with the master branch which uses C++17. Gravatar Sadie Powell2021-11-042-2/+2
* Show more build environment information when running configure.Gravatar Sadie Powell2021-11-041-1/+3
* Run CI once per week to check for issues with updated packages.Gravatar Sadie Powell2021-11-043-6/+12
* Fix the versions we provide Debian packages for.Gravatar Sadie Powell2021-10-271-1/+1
* Silence a warning in the mysql module on MySQL 8.0.27.Gravatar Sadie Powell2021-10-251-1/+8
* Add Server::GetPublicName(), fix not respecting <security:hideserver>.Gravatar Sadie Powell2021-10-259-12/+20
* Respect <security:hideserver> in the 005 numeric.Gravatar Sadie Powell2021-10-251-1/+1