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
...
*
|
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
*
|
Merge branch 'insp4' into master.
Sadie Powell
2025-03-22
2
-2
/
+14
|
\
|
|
*
Rename ToHuman to ToLongString.
•••
This name is used by functions in too many places already.
Sadie Powell
2025-03-18
1
-2
/
+2
|
*
Add a formatting overload of the ModuleException constructor.
Sadie Powell
2025-03-18
1
-0
/
+12
*
|
Add support for usernames in the cloaking system.
Sadie Powell
2025-03-14
1
-3
/
+57
*
|
Rename Cloak::Method::Generate to Cloak::Method::Cloak.
Sadie Powell
2025-03-14
1
-2
/
+2
*
|
Merge branch 'insp4' into master.
Sadie Powell
2025-03-10
1
-1
/
+6
|
\
|
|
*
Add an flag to ToHuman to shorten the output.
Sadie Powell
2025-03-03
1
-1
/
+6
*
|
Merge branch 'insp4' into master.
Sadie Powell
2025-03-03
1
-0
/
+7
|
\
|
|
*
Add Duration::ToHuman and update messages to use it.
Sadie Powell
2025-03-03
1
-0
/
+7
[prev]
[next]