aboutsummaryrefslogtreecommitdiff
path: root/modules/extra/ssl_gnutls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bump <sslprofile:mindhbits> to 2048.Gravatar Sadie Powell2026-05-311-1/+1
* Remove the remaining function in utility/string to utility/container.Gravatar Sadie Powell2026-04-301-1/+0
* Switch ascii comparisons over to our own casemap functions.Gravatar Sadie Powell2026-04-301-1/+1
* Switch the build system to CMake.Gravatar Sadie Powell2026-04-271-2/+7
* Fix the double whitespace after some extra module headers.Gravatar Sadie Powell2026-04-081-0/+1
* Switch modules over to the new TLS API.Gravatar Sadie Powell2026-04-031-153/+165
* Abolish SSLIOHookProvider now it doesn't do anything special.Gravatar Sadie Powell2026-04-031-2/+2
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-12/+14
* Switch the extensible system to using shared pointers.Gravatar Sadie Powell2026-03-271-1/+1
* Switch typedefs to using statements.Gravatar Sadie Powell2026-03-261-1/+1
* Rewrite sepstream and move to stringutils.Gravatar Sadie Powell2026-03-141-2/+2
* Clean up the casemapping checking and comparison code.Gravatar Sadie Powell2026-03-131-1/+1
* Replace IS_* with member functions.•••- All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function. Gravatar Sadie Powell2026-03-081-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-12-071-1/+1
* Allow getting an I/O hook from a user I/O handler.Gravatar Sadie Powell2025-10-311-6/+2
* Reduce nesting in OnCleanup hooks.Gravatar Sadie Powell2025-10-311-10/+9
* Start splitting the user I/O interface from the network socket.Gravatar Sadie Powell2025-10-261-2/+6
* Merge branch 'insp4'Gravatar Sadie Powell2025-08-151-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-04-171-4/+0
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-221-2/+2
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-101-2/+2
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-031-2/+2
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-011-2/+3
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-02-141-2/+2
* Use C++20 <format> instead of fmtlib when available.Gravatar Sadie Powell2024-08-221-2/+2
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+1203