aboutsummaryrefslogtreecommitdiff
path: root/modules/sslinfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switch ascii comparisons over to our own casemap functions.Gravatar Sadie Powell2026-04-301-1/+1
|
* Stop using a second extensible for no-tls-cert.Gravatar Sadie Powell2026-04-041-5/+14
|
* Fix showing the activation and expiration times in SSLINFO.Gravatar Sadie Powell2026-04-041-4/+7
|
* Fix the verbose form of SSLINFO.Gravatar Sadie Powell2026-04-041-7/+10
|
* Fix sslinfo compatibility with older versions of InspIRCd.Gravatar Sadie Powell2026-04-041-1/+1
|
* Switch modules over to the new TLS API.Gravatar Sadie Powell2026-04-031-117/+214
|
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-8/+8
|
* Switch the extensible system to using shared pointers.Gravatar Sadie Powell2026-03-271-51/+16
|
* Rewrite sepstream and move to stringutils.Gravatar Sadie Powell2026-03-141-3/+3
|
* Replace IS_* with member functions.Gravatar Sadie Powell2026-03-081-2/+2
| | | | | | - All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function.
* Rename ServiceProvider methods to avoid shadowing issues.Gravatar Sadie Powell2026-03-021-1/+1
|
* Add a numeric helper for ERR_NOPRIVILEGES.Gravatar Sadie Powell2026-02-261-2/+2
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-12-071-1/+1
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-11-031-11/+30
|
* Remove a deprecated configuration option.Gravatar Sadie Powell2025-10-311-21/+1
|
* Start splitting the user I/O interface from the network socket.Gravatar Sadie Powell2025-10-261-3/+3
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-10-261-3/+7
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-291-1/+1
|
* Only include <sstream> from files that actually use it.Gravatar Sadie Powell2025-03-221-0/+2
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-221-1/+1
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-031-1/+1
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-11-011-2/+45
|
* Use C++20 <format> instead of fmtlib when available.Gravatar Sadie Powell2024-08-221-1/+1
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-08-221-1/+6
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-08-181-7/+7
|
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+535