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
*
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
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2024-06-14
1
-1
/
+1
*
|
Merge branch 'insp4' into master.
Sadie Powell
2024-06-13
1
-1
/
+2
|
\
|
|
*
Update Doxygen config and fix some warnings.
Sadie Powell
2024-06-11
1
-1
/
+2
*
|
Remove more deprecated functionality.
Sadie Powell
2024-06-07
1
-6
/
+0
*
|
Always use fmtlib directly.
Sadie Powell
2024-06-07
3
-4
/
+4
|
/
*
Remove an extraneous semicolon in the SQL module header.
Sadie Powell
2024-06-07
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2024-06-07
29
-30
/
+31
*
Allow mutating the status message type in OnUserPre(Tag)Message.
Sadie Powell
2024-05-06
1
-1
/
+1
*
Rename OnBroadcastMessage to OnRouteMessage.
•••
This is more descriptive of what it actually does.
Sadie Powell
2024-03-08
1
-19
/
+20
*
Rework SQL::PopulateUserInfo.
Sadie Powell
2024-02-19
1
-10
/
+18
*
Allow using multiple SSL fingerprint algorithms.
•••
Closes #1804.
Sadie Powell
2024-02-19
1
-8
/
+29
*
Split ExtBan::Acting from ExtBan::ActingBase.
Sadie Powell
2024-02-15
1
-5
/
+23
*
Fix a nonsense comment in the cloak API header.
Sadie Powell
2023-09-21
1
-1
/
+1
[next]