ErickSkrauch
|
247499df6a
|
Fixes #29. If a previously cached UUID no longer exists, it will be invalidated and re-requested
|
2021-02-07 21:19:01 +01:00 |
|
ErickSkrauch
|
60774b6b72
|
Resolves #27. Replace import of the gock with gopkg.in/h2non/gock.v1
|
2020-08-21 18:12:31 +03:00 |
|
ErickSkrauch
|
05c68c6ba6
|
Fixes CHRLY-B. Handle the case when the textures property is not presented in Mojang's response
|
2020-04-29 21:54:40 +03:00 |
|
ErickSkrauch
|
8001eab9db
|
Add rough sentry reporting to catch panic in the mojang textures decoder
|
2020-04-29 21:15:13 +03:00 |
|
ErickSkrauch
|
bd13480175
|
Added uuid normalization for mojang's uuid to textures request
|
2020-04-03 20:23:34 +03:00 |
|
ErickSkrauch
|
280a55d553
|
Restored logger for mojang textures providers errors
|
2020-04-02 02:29:14 +03:00 |
|
ErickSkrauch
|
b2a1fd450b
|
Handle 403 Forbidden error from Mojang's API
|
2019-11-08 01:32:26 +03:00 |
|
ErickSkrauch
|
a81c6fc9f8
|
Resolves #4. Fix Gopkg.toml structure, update all outdated dependencies, use middlewares introduced in gorilla/mux 1.6.1, replace gopkg.in/h2non/gock.v1 with it's GitHub link github.com/h2non/gock
|
2019-05-01 02:15:57 +03:00 |
|
ErickSkrauch
|
f7cdab243f
|
#1: Integrate queue to the application
|
2019-04-27 01:46:15 +03:00 |
|
ErickSkrauch
|
7d1506d0d9
|
#1: Fix Mojang's API HTTPClient default configuration, make mojang.ResponseError interface not applicable to any type, add handling of some possible network errors
|
2019-04-21 03:04:03 +03:00 |
|
ErickSkrauch
|
a8bbacf8b1
|
#1: Handle Mojang's server errors too
|
2019-04-20 23:04:29 +03:00 |
|
ErickSkrauch
|
c2921400b0
|
#1: Add case when Mojang's API returns empty response
|
2019-04-20 22:39:17 +03:00 |
|
ErickSkrauch
|
44f3ee7413
|
#1: Improve uuidToTextures method, organize tests
|
2019-04-15 00:31:09 +03:00 |
|
ErickSkrauch
|
7db4d27fba
|
#1: Implemented necessary Mojang APIs
|
2019-04-14 17:36:46 +03:00 |
|