1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-14 15:57:24 +08:00
osu-lazer/osu.Game/Online/API
Dean Herbert 03b78d1c4b Handle SocketExceptions and HttpRequestExceptions more silently
These can occur when a network connection is completely unavailable (ie.
host resolution failures are occurring). Currently these would appear as
important errors which spammed the notification overlay every retry
forever, while no network connection is available.

I also took this opportunity to remove a lot of `bool` passing which was
no longer in use (previously the fail count / retry process was
different to what we have today).
2020-12-29 16:22:11 +09:00
..
Requests Refactor update stream colour mapping code 2020-12-25 21:06:03 +01:00
APIAccess.cs Handle SocketExceptions and HttpRequestExceptions more silently 2020-12-29 16:22:11 +09:00
APIDownloadRequest.cs Rephrase xmldoc 2019-06-13 16:55:41 +05:30
APIMessagesRequest.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
APIMod.cs Use APIMod for mod serialization 2020-10-22 17:48:15 +09:00
APIRequest.cs Add website root URL and update most links to use it 2020-12-24 18:11:42 +09:00
ArchiveDownloadRequest.cs Rename Info to Model 2019-06-12 21:56:36 +05:30
DummyAPIAccess.cs Add website root URL and update most links to use it 2020-12-24 18:11:42 +09:00
IAPIProvider.cs Remove explicit public access modifier from interface 2020-12-24 13:44:46 +01:00
OAuth.cs Fix json web requests having incorrect user agents 2020-01-17 19:21:27 +09:00
OAuthToken.cs Merge branch 'master' into more-inspections 2019-02-28 14:32:57 +09:00
OsuJsonWebRequest.cs Fix json web requests having incorrect user agents 2020-01-17 19:21:27 +09:00
OsuWebRequest.cs Fix user agent missing in registration 2020-01-16 12:51:43 +09:00
RegistrationRequest.cs Fix user agent missing in registration 2020-01-16 12:51:43 +09:00