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
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move standard replies to the core and add remote reply support.
Sadie Powell
2026-03-01
2
-171
/
+35
*
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
*
|
Allow the use of extended bans in more scenarios.
Sadie Powell
2026-01-05
1
-17
/
+53
*
|
Merge branch 'insp4' into master.
Sadie Powell
2025-12-07
2
-4
/
+3
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2025-12-03
2
-4
/
+3
*
|
Start splitting the user I/O interface from the network socket.
Sadie Powell
2025-10-26
1
-0
/
+3
*
|
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
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2025-08-02
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
1
-8
/
+12
*
|
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
1
-80
/
+0
*
|
Add the new hashing interface, port consumer modules to use it.
Sadie Powell
2025-04-06
1
-0
/
+315
*
|
Merge branch 'insp4' into master.
Sadie Powell
2025-03-29
2
-2
/
+2
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2025-03-28
2
-2
/
+2
*
|
Only include <sstream> from files that actually use it.
Sadie Powell
2025-03-22
1
-0
/
+2
*
|
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-02
1
-1
/
+1
|
\
|
|
*
Fix some inappropriate uses of ConvToNum.
Sadie Powell
2025-03-01
1
-1
/
+1
*
|
Merge branch 'insp4' into master.
Sadie Powell
2025-03-01
1
-2
/
+2
|
\
|
|
*
Avoid the use of ConvToStr in string concatenation.
•••
This function calls INSP_FORMAT in most cases nowadays so we may as well just call that manually.
Sadie Powell
2025-03-01
1
-2
/
+2
*
|
Merge branch 'insp4' into master.
Sadie Powell
2024-11-01
1
-1
/
+1
|
\
|
|
*
Add support for extbans without letters.
Sadie Powell
2024-10-16
1
-1
/
+1
*
|
Merge branch 'insp4' into master.
Sadie Powell
2024-09-30
1
-34
/
+37
|
\
|
|
*
Add a type alias for the extban letter type.
Sadie Powell
2024-09-27
1
-8
/
+11
|
*
Clean up the names of some variables in the extban header.
Sadie Powell
2024-09-27
1
-31
/
+31
*
|
Make the server protocol APIs use a reference instead of a pointer.
Sadie Powell
2024-09-19
1
-4
/
+4
*
|
Merge branch 'insp4' into master.
Sadie Powell
2024-09-09
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2024-09-07
1
-1
/
+1
*
|
Use C++20 <format> instead of fmtlib when available.
Sadie Powell
2024-08-22
2
-2
/
+2
*
|
Merge branch 'insp4' into master.
Sadie Powell
2024-08-18
1
-2
/
+2
|
\
|
|
*
Add a formatting overload to {Membership,User}::Write(Remote)Notice.
Sadie Powell
2024-08-18
1
-2
/
+2
*
|
Add a skeleton of the account provider API.
Sadie Powell
2024-08-06
1
-1
/
+24
*
|
Merge branch 'insp4' into master.
Sadie Powell
2024-07-24
1
-3
/
+3
|
\
|
|
*
Update all usages of ProtocolServer to use Server.
Sadie Powell
2024-07-24
1
-3
/
+3
*
|
Remove support for the v3 server protocol.
Sadie Powell
2024-07-23
1
-2
/
+1
*
|
Merge branch 'insp4' into master.
Sadie Powell
2024-07-06
1
-0
/
+5
|
\
|
|
*
Unregister extbans when the providing module is unloaded.
Sadie Powell
2024-07-06
1
-0
/
+5
*
|
Merge branch 'insp4' into master.
Sadie Powell
2024-06-23
2
-2
/
+2
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2024-06-21
2
-2
/
+2
*
|
Merge branch 'insp4' into master.
Sadie Powell
2024-06-17
1
-1
/
+1
|
\
|
[next]