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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release v4.11.0.
v4.11.0
Sadie Powell
2026-06-05
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2026-06-05
341
-341
/
+343
*
Fix escaping LDAP search filters in ldapauth and ldapoper.
Sadie Powell
2026-06-05
2
-11
/
+16
*
Port over some recent changes to the Anope LDAP API.
Sadie Powell
2026-06-05
1
-0
/
+74
*
Fix unnecessary truncation of numbers in some stats output.
Sadie Powell
2026-06-05
1
-4
/
+4
*
Add support for HAProxy certificate fingerprint in PROXY protocol.
Atlas
2026-06-04
1
-13
/
+86
*
Warn about some potentially problematic <wsorigin> values.
Sadie Powell
2026-06-03
1
-0
/
+6
*
Fix FJOINs wrapped by the compat layer not being prefixed properly.
Sadie Powell
2026-05-31
1
-1
/
+1
*
Allow <database:tls> to work on MySQL forks that use the old API.
•••
Closes #2212.
Sadie Powell
2026-05-30
1
-3
/
+6
*
Fix <database:ssl> not being called <database:tls> as documented.
Sadie Powell
2026-05-29
1
-1
/
+2
*
Fix sslmodes inheriting operonly from sslinfo.
Sadie Powell
2026-05-25
1
-1
/
+1
*
Add <nickflood:notifyrank> to mimic the equivalent in joinflood.
Sadie Powell
2026-05-24
1
-1
/
+4
*
Prevent an unnecessary lookup in joinflood.
Sadie Powell
2026-05-24
1
-1
/
+1
*
Add percentages to the sslinfo statistics.
Sadie Powell
2026-05-20
1
-3
/
+6
*
Fix some LIST filter edge cases.
•••
This won't pass irctest until #375 is merged.
Sadie Powell
2026-05-20
1
-10
/
+10
*
Fix labelling quit messages.
Sadie Powell
2026-05-20
1
-40
/
+53
*
Fix a use after free crash on shutdown.
aasb13
2026-05-14
1
-1
/
+2
*
Add the bot extended ban.
Sadie Powell
2026-05-11
1
-0
/
+24
*
Fix some rare null pointer dereferences.
•••
This code is only ever called for internal serialisation which I don't think actually happens to these modules.
Sadie Powell
2026-05-06
2
-2
/
+2
*
Fix error handling in the log_json module.
•••
Closes #2206.
Sadie Powell
2026-04-27
1
-5
/
+5
*
Fix an error message in ircv3_ctctags mentioning the wrong mode.
Sadie Powell
2026-04-16
1
-1
/
+1
*
Add support for getentropy() on macOS.
Sadie Powell
2026-04-16
1
-1
/
+5
*
Release v4.10.1.
v4.10.1
Sadie Powell
2026-04-11
1
-1
/
+1
*
Whitelist the recently ratified +channel-context tag.
Sadie Powell
2026-04-09
1
-0
/
+1
*
Truncate overly-long usernames in USER.
Sadie Powell
2026-04-08
1
-1
/
+7
*
Release v4.10.0.
v4.10.0
Sadie Powell
2026-04-04
1
-1
/
+1
*
Update module descriptions.
InspIRCd Robot
2026-04-04
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2026-03-31
45
-49
/
+48
*
Add support for the IRCv3 UTF8ONLY specification.
Sadie Powell
2026-03-19
1
-0
/
+306
*
Allow overriding the oper restrictions on the fingerprint extban.
Sadie Powell
2026-03-19
1
-2
/
+3
*
Expose the maximum channel key length to services.
Sadie Powell
2026-03-19
6
-7
/
+5
*
Improve config compatibility with previous releases.
Sadie Powell
2026-03-19
1
-13
/
+7
*
Implement the IRCv3 no-implicit-names specification.
Sadie Powell
2026-03-18
1
-0
/
+25
*
Implement support for the IRCv3 ACCOUNTEXTBAN isupport token.
Sadie Powell
2026-03-18
1
-1
/
+11
*
Backport the fix of copying dynamic references from git master.
Sadie Powell
2026-03-17
1
-0
/
+6
*
Fix cap notifications to comply with ircv3/ircv3-specifications#480.
Sadie Powell
2026-03-14
1
-2
/
+2
*
Fix clearing the help channel modes before re-reading the config.
Sadie Powell
2026-03-12
1
-1
/
+1
*
Fix reading the correct name of the <options:modesinlist> field.
Sadie Powell
2026-03-12
1
-1
/
+1
*
Add a redirect extended ban to the redirect module.
•••
Also, deprecate the banredirect module now its behaviour has been entirely replaced. Closes #730 Closes #2043
Sadie Powell
2026-03-09
2
-26
/
+109
*
Fix not being able to ban real names that contain spaces.
Sadie Powell
2026-03-09
1
-2
/
+12
*
Expand what modes the redirect module can redirect when set.
•••
Closes #906
Sadie Powell
2026-03-09
1
-49
/
+102
*
Add the VF_DEPRECATED flag and warn on load about deprecation.
Sadie Powell
2026-03-09
5
-6
/
+13
*
Fix various inconsistencies in the banredirect and redirect modules.
Sadie Powell
2026-03-09
2
-15
/
+29
*
Allow Command::IsUsableBy to be used for server-originated messages.
Sadie Powell
2026-03-08
1
-2
/
+2
*
Respect <security:restrictbannedusers> in setname.
Sadie Powell
2026-03-08
1
-0
/
+18
*
Remove the inverted parameter from the extban validation method.
Sadie Powell
2026-03-06
5
-5
/
+5
*
Add the sharebans module.
Sadie Powell
2026-03-06
1
-0
/
+116
*
Backport the abbreviation module checking IsUsableBy from master.
Sadie Powell
2026-03-06
1
-2
/
+2
*
Deduplicate command usability checks into Command::IsUsableBy.
Sadie Powell
2026-03-06
2
-38
/
+19
*
Add oper-only options to the class and server extbans.
Sadie Powell
2026-03-04
2
-1
/
+39
[next]