index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Emby.Server.Implementations
/
HttpServer
/
WebSocketManager.cs
Age
Commit message (
Expand
)
Author
2024-10-31
Always await instead of directly returning Task
Bond_009
2024-03-30
fix: use a reentrant lock when accessing active connections (#11256)
Claus Vium
2023-07-07
Enforce permissions on websocket connections
Shadowghost
2023-02-17
Consistently write IP in upercase
Shadowghost
2022-01-01
Use IAuthorizationContext for websocket
Cody Robibero
2021-11-13
Don't throw exception on unauthenticated requests
Cody Robibero
2021-06-18
Merge branch 'master' into authenticationdb-efcore
Patrick Barron
2021-05-20
Migrate authentication db to EF Core
Patrick Barron
2021-05-20
Enable nullable reference types for Emby.Server.Implementations
Bond_009
2021-04-05
add simple auth handling to websocketmanager
cvium
2020-11-28
Remove circular dependency between websocket listeners and manager
cvium
2020-11-28
Revert "Removed Lazy implementation."
cvium
2020-11-28
Removed Lazy implementation.
Greenback
2020-10-06
Fix IWebSocketListener service registration
cvium
2020-09-03
Kill HttpListenerHost
Claus Vium