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
/
coremods
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump the default DNS timeout to 10 seconds.
•••
Based on real world evidence from both the testnet and the Teranova it seems like 5 seconds isn't enough on a lot of systems.
Sadie Powell
2026-06-23
1
-1
/
+1
*
Fix using the wrong error code when exiting from /DIE.
Sadie Powell
2026-06-19
1
-1
/
+1
*
Allow modules to control which clients receive an ISupport diff.
Sadie Powell
2026-06-17
2
-2
/
+7
*
Add a WriteNumeric overload that takes a vector of numerics.
Sadie Powell
2026-06-17
3
-14
/
+6
*
Allow modules to send the ISupport list to clients.
Sadie Powell
2026-06-17
2
-3
/
+5
*
Update copyright headers.
InspIRCd Robot
2026-06-05
64
-64
/
+64
*
Fix unnecessary truncation of numbers in some stats output.
Sadie Powell
2026-06-05
1
-4
/
+4
*
Fix some LIST filter edge cases.
•••
This won't pass irctest until #375 is merged.
Sadie Powell
2026-05-20
1
-10
/
+10
*
Truncate overly-long usernames in USER.
Sadie Powell
2026-04-08
1
-1
/
+7
*
Update copyright headers.
InspIRCd Robot
2026-03-31
11
-12
/
+11
*
Expose the maximum channel key length to services.
Sadie Powell
2026-03-19
4
-7
/
+3
*
Fix reading the correct name of the <options:modesinlist> field.
Sadie Powell
2026-03-12
1
-1
/
+1
*
Remove the inverted parameter from the extban validation method.
Sadie Powell
2026-03-06
1
-1
/
+1
*
Deduplicate command usability checks into Command::IsUsableBy.
Sadie Powell
2026-03-06
1
-16
/
+1
*
Add a validation hook for extbans.
Sadie Powell
2026-03-04
3
-2
/
+49
*
Fix RPL_ENDOFNAMES for real this time.
Sadie Powell
2026-02-28
3
-16
/
+15
*
Fix erroneously sending RPL_ENDOFNAMES multiple times.
Sadie Powell
2026-02-28
2
-1
/
+1
*
Fix ERR_INVALIDUSERNAME containing the wrong username.
Sadie Powell
2026-02-28
1
-4
/
+6
*
Update copyright headers.
InspIRCd Robot
2025-12-03
6
-6
/
+6
*
Fix a log message that should be a debug message not critical.
Sadie Powell
2025-09-07
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2025-08-02
2
-2
/
+2
*
Update INFO for the current state.
Sadie Powell
2025-05-18
1
-4
/
+5
*
Fix building on Windows after the last commit.
Sadie Powell
2025-05-16
1
-1
/
+1
*
Avoid `using namespace` in core_dns.
Sadie Powell
2025-05-14
1
-99
/
+97
*
Get the default DNS timeout from the manager instead of the config.
Sadie Powell
2025-05-14
1
-0
/
+8
*
Move the auspex check out of the loop in COMMANDS.
Sadie Powell
2025-04-26
1
-1
/
+2
*
Fix the order of the the command list.
Sadie Powell
2025-04-26
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2025-03-28
26
-33
/
+7
*
Fix a malformed log message in core_oper.
Sadie Powell
2025-03-28
1
-1
/
+4
*
There is no need to restore the connect class of a quitting oper.
Sadie Powell
2025-03-28
1
-1
/
+1
*
Add constants for the common time formats.
Sadie Powell
2025-03-23
1
-1
/
+1
*
Rename ToHuman to ToLongString.
•••
This name is used by functions in too many places already.
Sadie Powell
2025-03-18
6
-7
/
+7
*
Add a formatting overload of the ModuleException constructor.
Sadie Powell
2025-03-18
1
-4
/
+4
*
Rename the FAKELAG isupport token to SAFERATE.
•••
Ref: #2150
Sadie Powell
2025-03-06
1
-1
/
+1
*
Add an flag to ToHuman to shorten the output.
Sadie Powell
2025-03-03
1
-2
/
+2
*
Add Duration::ToHuman and update messages to use it.
Sadie Powell
2025-03-03
6
-7
/
+7
*
Add an 005 token to let clients know that fakelag is enabled.
Sadie Powell
2025-03-02
1
-0
/
+8
*
Update copyright headers.
InspIRCd Robot
2025-02-28
14
-15
/
+15
*
Remove log messages about failed DIE and RESTART attempts.
•••
These no longer accept a password so there's no point logging if a user specifies the wrong server name.
Sadie Powell
2025-02-27
2
-10
/
+1
*
Move RPL_TIME to the numeric header, unify TIME and ALLTIME.
Sadie Powell
2025-02-05
1
-7
/
+3
*
Improve the time format in TIME.
Sadie Powell
2025-02-02
1
-1
/
+2
*
Include the timezone name in 003.
Sadie Powell
2025-02-02
1
-1
/
+1
*
RPL_STATSCONN should count registered (not accepted) connections.
Sadie Powell
2025-02-02
1
-1
/
+1
*
Implement RPL_STATSCONN for compatibility with ircu.
Sadie Powell
2025-01-26
1
-0
/
+10
*
Cache the number of global and local servers.
Sadie Powell
2025-01-25
1
-15
/
+38
*
Clean up core_lusers.
Sadie Powell
2025-01-25
1
-10
/
+8
*
Fix unsetting bans that look like extbans but aren't.
Sadie Powell
2025-01-24
1
-1
/
+1
*
Also build isupport for removed but still in use connect classes.
Sadie Powell
2025-01-24
2
-26
/
+44
*
Convert debug logging from string concatenation to format strings.
•••
When running in normal mode this will prevent a bunch of expensive string concatenation.
Sadie Powell
2025-01-23
3
-12
/
+15
*
Make the length optional in when adding a [EGKQRZ]-line.
•••
The shun module already behaves like this but the docs were not correct.
Sadie Powell
2025-01-17
5
-40
/
+40
[next]