1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:52:54 +08:00
osu-lazer/osu.Game/Online/API
Bartłomiej Dach de52f0a80c
Decouple notifications websocket handling from chat operations
This is a prerequisite for https://github.com/ppy/osu/pull/25480.

The `WebSocketNotificationsClient` was tightly coupled to chat specifics
making it difficult to use in the second factor verification flow.
This commit's goal is to separate the websocket connection and message
handling concerns from specific chat logic concerns.
2024-01-25 14:47:29 +01:00
..
Requests Fix changelog stream user count only accounting for latest build 2024-01-18 16:15:52 -08:00
APIAccess.cs Decouple notifications websocket handling from chat operations 2024-01-25 14:47:29 +01:00
APIDownloadRequest.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIException.cs Fix remaining obvious CI inspections 2023-06-24 16:07:01 +02:00
APIMessagesRequest.cs Automated pass 2023-06-24 01:00:03 +09:00
APIMod.cs Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0 2022-12-16 18:16:26 +09:00
APIRequest.cs Clean up type display for web requests in logs 2023-10-30 15:07:35 +09:00
APIRequestCompletionState.cs Remove redundant nullable suppression directives 2023-06-07 08:20:41 +03:00
ArchiveDownloadRequest.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
DummyAPIAccess.cs Decouple notifications websocket handling from chat operations 2024-01-25 14:47:29 +01:00
IAPIProvider.cs Decouple notifications websocket handling from chat operations 2024-01-25 14:47:29 +01:00
ModSettingsDictionaryFormatter.cs Update all dependencies (except for Moq) 2023-09-16 15:37:31 +09:00
OAuth.cs Fix OAuth refresh attempt when no network available causing full logout (part 2) 2023-10-06 18:24:22 +09:00
OAuthToken.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuJsonWebRequest.cs Automated pass 2023-06-24 01:00:03 +09:00
OsuWebRequest.cs Automated pass 2023-06-24 01:00:03 +09:00
RegistrationRequest.cs Add API level support for error message and redirect during registration flow 2023-01-13 15:32:53 +09:00