Commit Graph
14 Commits
Author SHA1 Message Date
jomo 16948de18d don't warn about closed connections 2020-03-24 18:50:58 +01:00
jomo 8e08e02272 update .travis.yml, package.json and LICENSE 2020-03-24 18:50:38 +01:00
jomo c975cc793b remove cleaner.js 2020-03-24 18:49:42 +01:00
jomo b7c6f7dae1 bump version to 2.1.0 2020-03-21 12:44:58 +01:00
jomo cdc8c99a22 add Dockerfile, update README 2020-03-21 12:44:58 +01:00
jomo b3a9793b87 add note about rate limit 2020-03-21 12:10:13 +01:00
jomo 168457dfd9 update to node 12 2020-03-21 01:50:50 +01:00
jomo 1816b18b12 update deps 2018-02-16 18:45:56 +01:00
jomo 1a280b0fd7 semver bump 2018-02-16 18:04:43 +01:00
jomo dff58c66e7 drop support for usernames
Mojang has disabled their legacy skins API:
https://twitter.com/MojangSupport/status/964511258601865216

With their API rate limits, it's now practially impossible
for us to support usernames.

Fixes #142. The default parameter allows using:

- UUID
- URL
- MHF_Alex
- MHF_Steve
- Alex
- Steve

Contrary to UUIDs, using alex/steve doesn't redirect
and instead provides the skin from a locally stored file.
2018-02-16 18:01:41 +01:00
jomo 4fdbfb442b use pajk-lwip as a temporary workaround for EyalAr/lwip#297 2017-07-13 13:03:32 +02:00
jomo 13386c96eb update to node 6.9.11
https://nodejs.org/en/blog/vulnerability/july-2017-security-releases/
2017-07-13 13:01:51 +02:00
jomo a25e01922e fix cape test
jeb_ no longer has a cape:

{
  "id": "853c80ef3c3749fdaa49938b674adae6",
  "name": "jeb_",
  "properties": [
    {
      "name": "textures",
      "value": "eyJ0aW1lc3RhbXAiOjE0OTk5MDMzNDY3NTQsInByb2ZpbGVJZCI6Ijg1M2M4MGVmM2MzNzQ5ZmRhYTQ5OTM4YjY3NGFkYWU2IiwicHJvZmlsZU5hbWUiOiJqZWJfIiwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2E4NDZiODI5NjM5MjRjYjEzMjExMTIyNDg5MjYzOTQxZDE0MDM2ODlmOTAxNTExMjBkNTIzNGJlNGE3M2ZiIn19fQ=="
    }
  ]
}

{
  "timestamp": 1499903346754,
  "profileId": "853c80ef3c3749fdaa49938b674adae6",
  "profileName": "jeb_",
  "textures": {
    "SKIN": {
      "url": "http://textures.minecraft.net/texture/a846b82963924cb13211122489263941d1403689f90151120d5234be4a73fb"
    }
  }
}
2017-07-13 12:49:09 +02:00
jomo 3130bdf9e9 update dependencies 2017-05-14 04:20:21 +02:00