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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move standard replies to the core and add remote reply support.
Sadie Powell
2026-03-01
7
-171
/
+222
*
Merge branch 'insp4' into master.
Sadie Powell
2026-02-28
1
-0
/
+3
|
\
|
*
Fix RPL_ENDOFNAMES for real this time.
Sadie Powell
2026-02-28
1
-0
/
+3
*
|
Implement support for per-command maximum targets.
•••
Closes #2157.
Sadie Powell
2026-02-27
2
-4
/
+17
*
|
Move ERR_USERONCHANNEL to the global numeric header.
Sadie Powell
2026-02-26
1
-0
/
+1
*
|
Merge branch 'insp4' into master.
Sadie Powell
2026-02-26
1
-1
/
+1
|
\
|
|
*
Fix mistakenly getting monitor notifications for partially connected users.
Sadie Powell
2026-02-23
1
-1
/
+1
*
|
Add a numeric helper for ERR_NOPRIVILEGES.
Sadie Powell
2026-02-26
2
-1
/
+25
*
|
Unify command_parse and ctables.
Sadie Powell
2026-02-15
4
-151
/
+124
*
|
Remove InValidMask as it only has one unnecessary use.
Sadie Powell
2026-02-12
1
-6
/
+0
*
|
Add support for local-only X-lines, remove K-lines.
Sadie Powell
2026-01-20
2
-47
/
+7
*
|
Allow the use of extended bans in more scenarios.
Sadie Powell
2026-01-05
1
-17
/
+53
*
|
Merge branch 'insp4' into master.
Sadie Powell
2026-01-04
1
-0
/
+1
|
\
|
|
*
Allow specifying a module name in SetPriority.
Sadie Powell
2025-12-31
1
-0
/
+1
*
|
Add join time to the membership identifier.
Sadie Powell
2025-12-28
1
-0
/
+3
*
|
Merge branch 'insp4' into master.
Sadie Powell
2025-12-07
3
-5
/
+4
|
\
|
|
*
Release v4.9.0.
v4.9.0
Sadie Powell
2025-12-06
1
-1
/
+1
|
*
Update copyright headers.
InspIRCd Robot
2025-12-03
3
-5
/
+4
*
|
Avoid creating users with a null I/O handler.
Sadie Powell
2025-10-31
2
-2
/
+2
*
|
Allow getting an I/O hook from a user I/O handler.
Sadie Powell
2025-10-31
1
-0
/
+6
*
|
Move message serialization into core_clients.
Sadie Powell
2025-10-28
1
-7
/
+3
*
|
Avoid duplicating some of the send/receive queue limiting code.
Sadie Powell
2025-10-26
1
-0
/
+11
*
|
Start splitting the user I/O interface from the network socket.
Sadie Powell
2025-10-26
3
-23
/
+33
*
|
Merge branch 'insp4' into master.
Sadie Powell
2025-10-26
1
-38
/
+2
|
\
|
|
*
Fix a typo in a previous commit's deprecation message.
Sadie Powell
2025-10-26
1
-1
/
+1
|
*
Fix allowing expired client certificates in some cases.
•••
This fixes a regression from v3.
Sadie Powell
2025-10-26
1
-3
/
+3
|
*
Deprecate the contents of the SSLClientCert namespace.
•••
This is full of footguns and isn't really needed.
Sadie Powell
2025-10-26
1
-4
/
+11
*
|
Merge branch 'insp4'
Sadie Powell
2025-08-15
1
-1
/
+1
|
\
|
|
*
Release v4.8.0.
v4.8.0
Sadie Powell
2025-08-02
1
-1
/
+1
|
*
Update copyright headers.
InspIRCd Robot
2025-08-02
1
-1
/
+1
*
|
Allow silently expiring xlines.
Sadie Powell
2025-05-24
1
-1
/
+1
*
|
Merge branch 'insp4' into master.
Sadie Powell
2025-05-18
1
-1
/
+2
|
\
|
|
*
Get the default DNS timeout from the manager instead of the config.
Sadie Powell
2025-05-14
1
-1
/
+2
*
|
Add <security:banrealmask>.
Sadie Powell
2025-04-16
4
-12
/
+19
*
|
Refuse to hash passwords using insecure algorithms in MKPASSWD.
Sadie Powell
2025-04-13
1
-0
/
+3
*
|
Fix hash documentation.
Sadie Powell
2025-04-13
1
-3
/
+3
*
|
Rename newhash to hash now its the only option.
Sadie Powell
2025-04-06
1
-0
/
+0
*
|
Delete the old hashing interface and modules.
Sadie Powell
2025-04-06
3
-98
/
+0
*
|
Add the new hashing interface, port consumer modules to use it.
Sadie Powell
2025-04-06
1
-0
/
+315
*
|
Fix the fmt namespace on Windows.
Sadie Powell
2025-03-29
1
-1
/
+1
*
|
Merge branch 'insp4' into master.
Sadie Powell
2025-03-29
5
-4
/
+24
|
\
|
|
*
Release v4.7.0.
v4.7.0
Sadie Powell
2025-03-28
1
-1
/
+1
|
*
Update copyright headers.
InspIRCd Robot
2025-03-28
3
-3
/
+3
|
*
Handle errors from {fmt} in Log::Manager::Write.
Sadie Powell
2025-03-28
1
-1
/
+9
|
*
Add constants for the common time formats.
Sadie Powell
2025-03-23
1
-0
/
+12
*
|
Move DefaultIsNick/DefaultIsUser/IsNick/IsUser to UserManager.
Sadie Powell
2025-03-23
3
-21
/
+20
*
|
Only include <sstream> from files that actually use it.
Sadie Powell
2025-03-22
2
-1
/
+2
*
|
Migrate configparser/configreader away from stringstream.
•••
This is a very slow header to have included by every source file.
Sadie Powell
2025-03-22
2
-3
/
+3
*
|
Remove an obsolete ConvToStr overload.
Sadie Powell
2025-03-22
1
-12
/
+0
*
|
Remove some obsolete ConvToNum overloads.
•••
These are not necessary now we use from_chars.
Sadie Powell
2025-03-22
1
-22
/
+0
[next]