index
:
~steering
/
inspircd++.git
this commit
main
upstream/HEAD
upstream/insp10
upstream/insp11
upstream/insp12
upstream/insp20
upstream/insp3
upstream/insp4
upstream/master
upstream/obsolete/insp21
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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
*
|
Make all extensibles use kebab-case for names where possible.
Sadie Powell
2021-12-26
14
-16
/
+16
*
|
Convert the geoclass module to use generic stats instead of its own numeric.
•••
This numeric is non-standard and no software handles it so it is pretty pointless.
Sadie Powell
2021-12-24
1
-8
/
+5
*
|
Convert the dnsbl module to use generic stats instead of RPL_TEXT.
Sadie Powell
2021-12-24
1
-4
/
+4
*
|
Add a quick method for adding a generic RPL_STATS row.
Sadie Powell
2021-12-24
2
-2
/
+2
*
|
Move DNS stats to core_dns.
Sadie Powell
2021-12-24
2
-7
/
+23
*
|
Promote ExtensionItem::ExtensibleType to a top level enum class.
Sadie Powell
2021-12-23
40
-72
/
+72
*
|
Fix an unintentionally inverted condition in the dnsbl module.
Sadie Powell
2021-12-20
1
-1
/
+1
*
|
Add the final keyword to all remaining classes that can have it.
Sadie Powell
2021-12-20
14
-20
/
+37
*
|
Deduplicate xline adding code in the dnsbl module.
Sadie Powell
2021-12-20
1
-42
/
+20
*
|
Refactor the DNSBL config types slightly.
Sadie Powell
2021-12-20
1
-15
/
+15
*
|
Mark Regex::Engine::Create{Human,} as const.
Sadie Powell
2021-12-16
1
-1
/
+1
*
|
Release v4.0.0 alpha 7.
v4.0.0a7
Sadie Powell
2021-12-15
1
-1
/
+1
*
|
Update module descriptions.
Sadie Powell
2021-12-15
8
-8
/
+8
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-12-14
15
-20
/
+50
|
\
|
|
*
If a user has a unique username then include it in bans.
Sadie Powell
2021-12-14
10
-18
/
+25
|
*
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
5
-1
/
+19
|
*
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
*
|
Revert "Remove support for defaults in find_{compiler,linker}_flags()".
•••
This is needed for compat with older versions of some libraries. This reverts commit 83327a1978eddef854cad9e937263f80bf25f056.
Sadie Powell
2021-12-14
2
-3
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-12-11
5
-23
/
+25
|
\
|
|
*
Fix sending ERR_CHANOPRIVSNEEDED where ERR_RESTRICTED should be used.
Sadie Powell
2021-12-11
2
-2
/
+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
*
|
Replace some references to ssl with tls.
Sadie Powell
2021-12-08
2
-2
/
+2
*
|
Consistently use `!foo` instead of `foo == NULL`.
Sadie Powell
2021-12-03
14
-17
/
+17
*
|
Fix a bunch of cases where module types were not marked as final.
Sadie Powell
2021-11-28
17
-30
/
+41
*
|
Add a snomask flag for rehash messages.
Sadie Powell
2021-11-28
9
-20
/
+21
*
|
Remove unnecessary comments and reorder core snomask registration.
Sadie Powell
2021-11-28
1
-5
/
+5
*
|
Move the stats and xline snomasks to their associated modules.
Sadie Powell
2021-11-28
3
-2
/
+10
*
|
Reject config files created using broken tutorials.
Sadie Powell
2021-11-26
1
-0
/
+9
*
|
Move configuration of connect classes to the ConnectClass class.
Sadie Powell
2021-11-24
2
-33
/
+34
*
|
Remove the legacy sendq to hardsendq/softsendq logic.
Sadie Powell
2021-11-24
1
-11
/
+0
*
|
Refactor the ClassTypes enum and move into ConnectClass.
Sadie Powell
2021-11-24
3
-15
/
+15
*
|
Add sensible defaults and limits to ConnectClass.
Sadie Powell
2021-11-24
1
-8
/
+8
*
|
Squash a long form loop that was merged in from the insp3 branch.
Sadie Powell
2021-11-24
1
-5
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-11-24
9
-49
/
+72
|
\
|
|
*
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
|
*
Add the <connect:uniqueusername> option.
Sadie Powell
2021-11-23
2
-0
/
+3
|
*
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
[prev]
[next]