aboutsummaryrefslogtreecommitdiff
path: root/modules/websocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the last remaining use of strncasecmp.Gravatar Sadie Powell2026-05-011-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-7/+7
* Switch the build system to CMake.Gravatar Sadie Powell2026-04-271-1/+5
* Remove the hook type field from IOHookProvider.•••This is only used by SSL hooks and now services have been reworked we can just check for a ssl/ prefix. Gravatar Sadie Powell2026-04-031-1/+1
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-11/+11
* Switch typedefs to using statements.Gravatar Sadie Powell2026-03-261-2/+2
* Fix a crash caused by weirdly casting a pointer to an I/O handler.Gravatar Sadie Powell2026-03-141-6/+3
* 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-2/+2
* Fix dereferencing a LocalUserIO that doesn't have a user yet.Gravatar Sadie Powell2026-03-121-1/+4
* 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
* Allow getting an I/O hook from a user I/O handler.Gravatar Sadie Powell2025-10-311-3/+5
* Start splitting the user I/O interface from the network socket.Gravatar Sadie Powell2025-10-261-4/+4
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-04-131-3/+8
* Rename newhash to hash now its the only option.Gravatar Sadie Powell2025-04-061-1/+1
* Add the new hashing interface, port consumer modules to use it.Gravatar Sadie Powell2025-04-061-4/+4
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-011-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-01-171-8/+67
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-08-041-2/+6
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-221-4/+28
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+692