index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release v3.12.0.
v3.12.0
Sadie Powell
2021-12-31
2
-2
/
+2
*
Update copyright headers.
InspIRCd Robot
2021-12-30
45
-48
/
+49
*
Update module descriptions.
Sadie Powell
2021-12-30
8
-8
/
+8
*
Add support for forwarding a password from the second nick param.
Sadie Powell
2021-12-28
2
-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.
Sadie Powell
2021-12-28
1
-1
/
+1
*
Send an account id tag when account-tag & message-tags are enabled.
Sadie Powell
2021-12-28
4
-0
/
+43
*
Fix not being able to look up hostnames that point to multiple IPs.
Sadie Powell
2021-12-27
1
-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.
Sadie Powell
2021-12-25
1
-3
/
+4
*
Fix not looking up IPv4 addresses when a server has an IPv6 address.
•••
Closes #1811.
Sadie Powell
2021-12-25
2
-16
/
+32
*
Allow unsetting uniqueusername with metadata too.
Sadie Powell
2021-12-20
1
-1
/
+1
*
Only show the tls cap if there is a TLS provider available.
Sadie Powell
2021-12-15
1
-2
/
+25
*
If a user has a unique username then include it in bans.
Sadie Powell
2021-12-14
11
-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.
Sadie Powell
2021-12-14
6
-1
/
+22
*
Add a build time check that OpenLDAP is reentrant.
Sadie Powell
2021-12-14
1
-0
/
+4
*
Fix the ldap module on OpenLDAP 2.5.
Sadie Powell
2021-12-14
1
-1
/
+2
*
Fix sending ERR_CHANOPRIVSNEEDED where ERR_RESTRICTED should be used.
Sadie Powell
2021-12-11
2
-2
/
+2
*
Update author list.
InspIRCd Robot
2021-12-10
1
-0
/
+106
*
Add a script for updating the author list.
Sadie Powell
2021-12-10
2
-0
/
+59
*
Only emit an email address into a copyright header if one exists.
Sadie Powell
2021-12-10
1
-1
/
+6
*
Add dummy email addresses for uncontactable people in the mailmap.
Sadie Powell
2021-12-10
1
-10
/
+11
*
Update satmd's email address in the mailmap.
Sadie Powell
2021-12-10
1
-0
/
+2
*
Add KNOCK and CYCLE to the list of sanitisable shun commands.
Sadie Powell
2021-12-02
1
-12
/
+12
*
Fix LDAPCompare checking against the wrong return code.
•••
Better fix for #1946.
Sadie Powell
2021-12-01
1
-8
/
+10
*
Fix the default server name on non-macOS.
Sadie Powell
2021-11-26
1
-1
/
+1
*
Make parsing websocket proxy headers more robust.
Sadie Powell
2021-11-24
1
-6
/
+14
*
Escape the IP address in httpd_stats.
Sadie Powell
2021-11-24
1
-1
/
+1
*
Escape the real and displayed hostnames in httpd_stats.
Sadie Powell
2021-11-24
1
-1
/
+1
*
Remind users about the `selfsigned` option to inspircd-testssl.
Sadie Powell
2021-11-23
1
-1
/
+3
*
Add the <connect:uniqueusername> option.
Sadie Powell
2021-11-23
4
-1
/
+8
*
Switch mkdescriptions from YAML::Tiny to YAML.
Sadie Powell
2021-11-21
1
-4
/
+4
*
Switch mkdescriptions from Hoedown to CommonMark.
Sadie Powell
2021-11-21
1
-2
/
+2
*
Fix the SSLINFO helpop not describing SSLINFO on channels.
Sadie Powell
2021-11-16
1
-3
/
+6
*
Use a mode reference in the timedbans module.
Sadie Powell
2021-11-16
1
-2
/
+5
*
Use a mode reference in the repeat module.
Sadie Powell
2021-11-16
1
-2
/
+5
*
Clean up the banredirect module.
Sadie Powell
2021-11-16
1
-16
/
+17
*
Use a mode reference in the anticaps module.
Sadie Powell
2021-11-16
1
-2
/
+4
*
Use a mode reference in the messageflood module.
Sadie Powell
2021-11-16
1
-1
/
+3
*
Document ConnectClass and reorder it to avoid unnecessary padding.
Sadie Powell
2021-11-16
3
-96
/
+83
*
Allow configuring which options to trust from a WebIRC gateway.
Sadie Powell
2021-11-10
1
-8
/
+24
*
Fix TokenList not initializing permissive to false on creation.
Sadie Powell
2021-11-10
1
-0
/
+5
*
Implement support for WebIRC gateways sending client fingerprints.
Sadie Powell
2021-11-10
2
-7
/
+30
*
Update Windows dependencies.
Sadie Powell
2021-11-08
1
-7
/
+7
*
Fix use of auto_ptr in the ssl_gnutls module on C++17 compilers.
Sadie Powell
2021-11-04
1
-12
/
+16
*
Switch -std=c++14 for -std=c++17 in CI.
•••
This better matches with the master branch which uses C++17.
Sadie Powell
2021-11-04
2
-2
/
+2
*
Show more build environment information when running configure.
Sadie Powell
2021-11-04
1
-1
/
+3
*
Run CI once per week to check for issues with updated packages.
Sadie Powell
2021-11-04
3
-6
/
+12
*
Fix the versions we provide Debian packages for.
Sadie Powell
2021-10-27
1
-1
/
+1
*
Silence a warning in the mysql module on MySQL 8.0.27.
Sadie Powell
2021-10-25
1
-1
/
+8
*
Add Server::GetPublicName(), fix not respecting <security:hideserver>.
Sadie Powell
2021-10-25
9
-12
/
+20
*
Respect <security:hideserver> in the 005 numeric.
Sadie Powell
2021-10-25
1
-1
/
+1
[next]