2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-09-28 03:18:00 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
Tux
e630116ff8 Better handling of improperly-fetched Jedis resources. 2014-11-26 17:26:51 -05:00
Tux
aa772ddf1b Reformat source code. 2014-09-21 13:56:46 -04:00
Tux
e0ee2ada21 Migrate from the consumer model to ExecutorService. The consumer was not flexible and was less reliable. 2014-09-21 13:55:14 -04:00
Tux
bafe894298 Removed pipelining and other fixes. 2014-09-11 16:38:40 -04:00
Tux
ee778953e8 Don't use Date, instead use Calendar. I still want to sneak in LocalDate somehow... 2014-07-30 18:03:07 -04:00
Tux
13b62f7269 Do not cache username<->UUID mappings indefinitely.
Instead, we will cache them for three days, and we will recalculate them from fresh values taken while they were online or we ask Mojang for the information.
2014-07-30 13:46:39 -04:00
md_5
f9180dfb8d Make use of Bungee scheduler for threaded operations. 2014-07-02 16:38:04 +10:00
Tux
527f76ac6b Ran inspections on code. Fixed compile errors. 2014-05-30 23:57:42 -04:00
Tux
8bf80450ca Forgot to get the writeLock() 2014-05-30 23:29:51 -04:00
Tux
a908e313d4 Enhance the UUIDTranslator and add an option to increase performance. 2014-05-30 23:22:31 -04:00
Tux
92971fce96 Properly scope exceptions 2014-05-28 18:29:44 -04:00
Tux
bb71dd674f Correctly mark the UUID/name methods as NonNull 2014-05-28 02:06:17 -04:00
Tux
0136699b40 Support Mojangian UUIDs 2014-05-23 10:53:38 -04:00
Tux
730b77f227 Allow UUIDs to be used in commands 2014-05-23 10:50:05 -04:00
Tux
ace0979201 Lowercase name -> UUID association 2014-04-26 22:28:17 -04:00
Tux
0a2b43e7dc Make UUIDResolver properly deal with usernames 2014-04-26 19:43:40 -04:00
Tux
c5d35a2a1c Better persistence of translated data 2014-04-23 18:05:42 -04:00
Tux
4aeb762c17 Fix UUIDTranslator bug, add UUID null checking, make plugin messaging asynchronous 2014-04-20 10:50:45 -04:00
Tux
1362739b27 RedisBungee 0.3 base code. A lot has changed. There is more to come. 2014-04-20 01:12:28 -04:00