osu/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
APIMessagesRequest.cs
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
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
OAuthToken.cs
OsuJsonWebRequest.cs
OsuWebRequest.cs
RegistrationRequest.cs