Commit Graph
100 Commits
Author SHA1 Message Date
jomo 8cea2ed65f fix windoge line splitting? 2014-11-29 21:32:13 +01:00
jomo 4f610861e9 Merge branch 'master' of github.com:Jake0oo0/crafatar 2014-11-29 21:25:19 +01:00
jomo db223f1dc6 fix tests 2014-11-29 21:24:59 +01:00
jomo 042129eed4 log used username / uuid in tests 2014-11-29 17:39:50 +01:00
jomo 2cc7b455af using flat badges from shields.io in readme 2014-11-29 17:28:35 +01:00
jomo b98cfa8918 log if uuid was too old or not known 2014-11-29 17:26:24 +01:00
jomo 3d708d2342 fix #22, caused by @e6481e3 2014-11-29 17:15:59 +01:00
jomo 452bb14605 debug log for cloudflare/etag 2014-11-27 13:37:14 +01:00
jomo 6945cda8d6 remove redundant etag modifications
helm and size are URL parameters. An Etag is an identifier for a single URL, not multiple
2014-11-27 13:36:22 +01:00
jomo 37d1f3c2da I think everyone knows how to use <img> 2014-11-25 20:21:04 +01:00
jomo b1e842c12c solve merge conflicts. @Jake0oo0 please don't push to heroku only ;) 2014-11-25 20:02:59 +01:00
jomo b0c66785a7 added avatars to readme 2014-11-25 19:55:50 +01:00
jomo 7d09da8384 add Access-Control-Allow-Origin, fix #19 2014-11-25 00:37:14 +01:00
jomo 95ebaf86c5 use Etag, fix #18 2014-11-25 00:35:25 +01:00
jomo 040aeb1c0c Don't store helm image when user has no helm, fix #16 2014-11-24 23:24:19 +01:00
jomo 0734060d96 oops 💩 2014-11-24 02:31:21 +01:00
jomo fdb52d7d0f add docs for #17 2014-11-24 02:21:59 +01:00
jomo 1dd1ee4d34 allow custom default image, fix #17 2014-11-24 02:12:56 +01:00
jomo 18bec6a196 make html valid 2014-11-24 02:00:01 +01:00
jomo d658a84668 docs improvements 2014-11-24 01:49:00 +01:00
jomo 509bd78c8e add docs for usernames + skins 2014-11-24 01:12:39 +01:00
jomo 55ed86a3f6 skin support, fix #15 2014-11-24 00:53:39 +01:00
jomo 796f410248 allow custom config 2014-11-23 23:19:32 +01:00
jomo bac6a0dadd less spammy tests :) 2014-11-23 23:05:43 +01:00
jomo dd8a3b91e2 using our own logging, allows us to do some eventual modifications 2014-11-23 23:02:45 +01:00
jomo ea3f322c73 test improvements, fix #14 2014-11-23 22:41:27 +01:00
jomo 8ee862596b add test for invalid file updates (#14) 2014-11-23 22:39:02 +01:00
jomo 3b7acbd28d add test for existing files / not re-downloading (#14) 2014-11-23 22:17:40 +01:00
jomo 06172a8aaf add test for textures 404 (#14) 2014-11-23 22:11:07 +01:00
jomo 148ea45631 add test for timing out on username info (#14) 2014-11-23 22:01:11 +01:00
jomo 464c1eab98 add IRC info to readme 2014-11-23 21:56:46 +01:00
jomo e6481e3c73 bug fixes, improvements, fix #13, fix #14 2014-11-23 21:53:42 +01:00
jomo ebd8e18b29 add tests for default avatar 2014-11-23 04:45:39 +01:00
jomo 05d7547a07 tests: dashed uuid should be valid 2014-11-23 04:15:44 +01:00
jomo 3216833887 allow dashed uuid 2014-11-22 21:28:54 +01:00
jomo 3830b3ccf4 more tests w/ timeouts 2014-11-22 21:17:49 +01:00
jomo 42dae4582b logging stuff 2014-11-22 18:04:45 +01:00
jomo df3f008188 fix typo 2014-11-22 17:20:25 +01:00
jomo 7dbfaedb2f allow longer timeouts when testing 2014-11-22 17:20:16 +01:00
jomo 1aeeb19fcf only flush redis when running on heroku; don't delete files on start (see @46f36e9fede3984e85cb1cafa7a4fea67a56176d) 2014-11-22 17:16:55 +01:00
jomo 04066591c5 add comment about heroku + deleting files 2014-11-22 02:27:20 +01:00
jomo 170ca55535 Revert "don't flush redis on start, don't delete images on start"
Ah, we did this because heroku.
2014-11-22 02:24:35 +01:00
jomo 893ac91717 add more tests for usernames 2014-11-22 02:20:21 +01:00
jomo bc8a6d9b15 add usernames.txt
can be used for testing, all usernames (currently) exist but not all of them may have a skin.

It's relatively small compared to uuids.txt.
2014-11-22 02:12:38 +01:00
jomo 7afeafc21a don't flush redis on start, don't delete images on start
I think we initially did this to debug some problems with broken data in redis
2014-11-22 01:50:19 +01:00
jomo 46f36e9fed speed improvement: don't download files that exist on disk 2014-11-22 01:46:34 +01:00
jomo 9dde7e31b5 don't cache on fail 2014-11-22 01:30:50 +01:00
jomo a03ee5d979 more username/uuid tests 2014-11-22 00:56:49 +01:00
jomo 749403e81b fix uuid_valid 2014-11-22 00:32:47 +01:00
jomo 5b5462393d nicer logging format 2014-11-22 00:23:44 +01:00
jomo e828f976f1 removing some errors in networking.skin_file callback
404 shouldn't return an error, null is fine. Setting the error causes that non-existing skins aren't cached. Thus we'd always make a new request to mojang, which will result in hitting the (sessionserver's) rate limit
Removing the error for Too Many Requests for the same reason.
2014-11-22 00:22:08 +01:00
jomo b7a61bbc36 well shit. :poop::poop::poop::poop:💩 2014-11-17 02:52:28 +01:00
jomo 03306dff08 better X-Storage-Type
none: Cached: User has no skin.
cached: Skin cached
checked: cached & checked for updates. No (new) skin
downloaded: checked, Skin changed or unknown, downloaded.
error: (error)
2014-11-10 23:55:56 +01:00
jomo 66914efb19 styles + missing favicon file ;_; 2014-11-10 22:47:30 +01:00
jomo 7954f4ba23 we don't need serve-favicon 2014-11-10 01:59:03 +01:00
jomo 05bc54721b fix content margin-top
floating header is 50px and has a 20px margin-bottom (which is obviously not applied)
2014-11-09 23:34:36 +01:00
jomo 9b3720e6fe add alt tags to images 2014-11-09 23:26:28 +01:00
jomo c8c686133f fix link -> meta tag 2014-11-09 23:24:47 +01:00
jomo 6c3136712d fix jade markup, link to #, remove commented code 2014-11-09 23:21:17 +01:00
jomo fe82720ff6 comply with html standards
image/x-icon is not a valid MIME type. the valid MIME for ico files is image/vnd.microsoft.icon.
the .ico file also contained 3 sizes (which we don't really need), which were poorly resized. One of the sizes actually had glitches, see https://i.imgur.com/OGWpggH.png

the /favicon.ico file remains, but contains only 1 image. The link/icon meta tag complies with the standard defined at
https://html.spec.whatwg.org/multipage/semantics.html#rel-icon. It links to favicon.png using image/png.

The ico file has been compressed to 1.1KB and the PNG is 0.5KB.
2014-11-09 23:19:46 +01:00
jomo 24fcc70973 add some meta tags 2014-11-09 22:05:58 +01:00
jomo a6514ad104 add missing status to comments 2014-11-09 20:57:12 +01:00
jomo f9fe00b36c fix coveralls? 2014-11-08 04:36:25 +01:00
jomo 987cbe911a remove some stuff 2014-11-08 03:54:14 +01:00
jomo 814e4ee66b fix coveralls / travis? :o 2014-11-08 03:13:52 +01:00
jomo d8041c3ccd fix travis badge 2014-11-08 03:00:48 +01:00
jomo 4d562d70c4 use coveralls 2014-11-08 02:58:16 +01:00
jomo 2de0b0f9be add coveralls badge 2014-11-08 02:16:08 +01:00
jomo db84f8745b comment = 👍 2014-11-08 02:13:42 +01:00
jomo 93623905ac use stictEqual where applicable, add tests 'should not exist' and 'should exist without skin' 2014-11-08 02:02:02 +01:00
jomo c545c47ddf use \n instead of \r\n 2014-11-08 01:33:01 +01:00
jomo 653590228f cache valid UUIDs without skin 2014-11-08 01:16:46 +01:00
jomo 230444f866 add clean_images.sh, fixes #4 2014-11-08 00:23:25 +01:00
jomo a1eaaa3de3 delete faces + helms on start (relevant: #4)
since redis is flushed, we don't know about these files anyway
2014-11-07 23:05:29 +01:00
jomo d4cb8e9aef useless menu is useless | mobile 2014-11-06 22:41:47 +01:00
jomo 7b93a1ef98 use CSS for 'fork me on github' banner 2014-11-06 22:40:45 +01:00
jomo 1976ed13c9 correct docs 2014-11-06 22:02:33 +01:00
jomo b48d54afd0 update docs for new handling of fallback, update our own images 2014-11-05 01:59:00 +01:00
jomo e592048ec1 always show image, get steve/alex by UUID, send correct HTTP status codes 2014-11-05 01:40:03 +01:00
jomo 9b3884d85a remove link to latest commit, wasn't working as expected 2014-11-05 00:13:35 +01:00
jomo 6eac9b907d clarify config options 2014-11-05 00:12:08 +01:00
jomo 2a13d1e1c5 💩 💩 💩 💩 genius me
░░░░░░░░░░░░░░░░░░░▄▄▄▄▄▄░░░░░░░░░
░░░░░░░░░░░░█▀█▄▄▀▀░░░░░░▀█▄░░░░░░
░░░░░░░█▀▀▀▀░░░░░░░░░░░░░░░░▀▄▄▄▄░
░░░░░▄▄▀░░░▄█░░░░░░░░░░░░░░░░▄▄██▄
░░░░░█░░▄█▀░░▀▀▀▀▀▄▄░░░░░░░▄▄█░▀█░
░░░░░█░▄▀░░░░░░░░░░░▀▀▀▀▄▄███░░░▀▄
░░░░░▀▄█▄███▄▄░░░▄▄▄▄░░░░▄▀░░░░░░█
░░░░░░█▄█▀██▀░░░░█▀▄▄▀░░█░░░░░░░█▀
░░░░░██░██▀░░░░░▄█▄███░░█░░░░░░░█░
░░░▄▄█▀█▄░░▄▄▄▄░░█░░░░▄▀░░░░░░░█░░
░▄▀░░███▄░░▀▀░▀░░░░░▄█▄░░░░░░░█▀░░
█░░░░█░█▄▄▄▄▄▄▄░░░░░█▀███░░░░░█░░░
█░░░░██████▀▀▀█░░░░░░██░█▄▄▄▄▄█░░░
░░░░░██░▄██▀▀██░█░░░▄▀██▀░░░░▀▀▀▄░
░░░░░█▀██░░▄███░█░░░█▀░░░░░░░░░░░█
░░░░░░▄█▀▀▀██▀░░░░▄▀░░░░░░░░░░░░░▀
░░░░░░▀▄░░░░░░░░▄▀░░░░░░░░░░░░░░░░
░░░░░░░░█▄▀▀▀▄▀▀░░░░░░░░░░░░░░░░░░
2014-11-05 00:07:39 +01:00
jomo b95d011933 use seconds (as stated in config)
timestamps in JS are ms. multiplied config value with 1000 so it's converted to ms
2014-11-05 00:06:15 +01:00
jomo 5f63cfac78 fix stupid bug that would result in never updating images
redis gives us a string. Thus, <time> + <number> resulted in '<time><number>' which was quite a big number and wouldn't ever be bigger than a valid Date
2014-11-05 00:04:50 +01:00
jomo 939d8f10a4 update file date on hash update (face only) 2014-11-04 23:43:39 +01:00
jomo 94911167e6 correct readme 2014-11-03 17:08:19 +01:00
jomo b7b07ffc04 useless menu is useless 2014-11-03 02:16:23 +01:00
jomo a6c74c9831 use 160px as default - 180 results in irregular resized pixels (22,5px) 2014-11-03 02:12:58 +01:00
jomo c03c3ed1cc link lwip in readme 2014-11-03 01:52:31 +01:00
jomo 1ab0ca9913 compress default images 2014-11-03 01:29:01 +01:00
jomo 69be1145b2 add travis status + link to readme 2014-11-03 01:21:56 +01:00
jomo ce8e194b45 mobile friendly website 2014-11-03 01:18:16 +01:00
jomo f71f11aa87 flush redis after connection established, improve bulk.sh 2014-11-03 01:11:19 +01:00
jomo e35106a03b Merge branch 'master' of github.com:Jake0oo0/crafatar 2014-11-02 21:28:22 +01:00
jomoandJake 3025062117 stfu travis 2014-11-02 10:32:36 -06:00
jomoandJake 48a4f12d21 fix gitignore 2014-11-02 10:32:36 -06:00
jomoandJake b59d6ced07 cache non-existing UUIDs 2014-11-02 10:32:35 -06:00
jomo f12b8149be stfu travis 2014-11-02 16:55:42 +01:00
jomo 270149a242 Merge branch 'master' of github.com:Jake0oo0/crafatar 2014-11-02 16:39:35 +01:00
jomo 4d806f5db2 fix gitignore 2014-11-02 16:38:45 +01:00