aboutsummaryrefslogtreecommitdiff
path: root/modules/websocket.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.Gravatar Sadie Powell2026-03-081-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.
* 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