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
/
modules
/
extra
/
ssl_openssl.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Remove the remaining function in utility/string to utility/container.
Sadie Powell
2026-04-30
1
-1
/
+0
|
*
Switch ascii comparisons over to our own casemap functions.
Sadie Powell
2026-04-30
1
-3
/
+3
|
*
Switch the build system to CMake.
Sadie Powell
2026-04-27
1
-2
/
+4
|
*
Switch modules over to the new TLS API.
Sadie Powell
2026-04-03
1
-114
/
+107
|
*
Abolish SSLIOHookProvider now it doesn't do anything special.
Sadie Powell
2026-04-03
1
-2
/
+2
|
*
Move a function only used by ssl_openssl into that module.
Sadie Powell
2026-04-03
1
-0
/
+20
|
*
Switch modules from reference<> to shared_ptr<> and weak_ptr<>.
Sadie Powell
2026-03-29
1
-10
/
+10
|
*
Switch the extensible system to using shared pointers.
Sadie Powell
2026-03-27
1
-1
/
+1
|
*
Switch typedefs to using statements.
Sadie Powell
2026-03-26
1
-1
/
+1
|
*
Rewrite sepstream and move to stringutils.
Sadie Powell
2026-03-14
1
-2
/
+2
|
*
Clean up the casemapping checking and comparison code.
Sadie Powell
2026-03-13
1
-1
/
+1
|
*
Replace IS_* with member functions.
Sadie Powell
2026-03-08
1
-1
/
+1
|
|
|
|
|
|
- All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function.
*
Abolish FMT_PTR, this does the same for both formatters.
Sadie Powell
2026-03-02
1
-1
/
+1
|
*
Avoid using deprecated functions in ssl_openssl.
Sadie Powell
2025-11-04
1
-1
/
+4
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-11-04
1
-7
/
+5
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-11-03
1
-23
/
+30
|
*
Allow getting an I/O hook from a user I/O handler.
Sadie Powell
2025-10-31
1
-6
/
+2
|
*
Reduce nesting in OnCleanup hooks.
Sadie Powell
2025-10-31
1
-10
/
+9
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-10-29
1
-2
/
+3
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-10-28
1
-3
/
+2
|
*
Start splitting the user I/O interface from the network socket.
Sadie Powell
2025-10-26
1
-2
/
+6
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-10-23
1
-6
/
+13
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-10-23
1
-8
/
+24
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-09-30
1
-11
/
+17
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-04-17
1
-2
/
+0
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-04-07
1
-0
/
+9
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-03-22
1
-2
/
+2
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-03-10
1
-2
/
+2
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-03-03
1
-2
/
+2
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-03-01
1
-1
/
+1
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-02-14
1
-2
/
+2
|
*
Use C++20 <format> instead of fmtlib when available.
Sadie Powell
2024-08-22
1
-3
/
+3
|
*
Shuffle the modules about a bit.
Sadie Powell
2024-07-17
1
-0
/
+1045