2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-11-22 20:28:00 +00:00

Commit Graph

  • ad67e1c60c Removed efficient per-server list fetching. It had too many issues. It will be readded when it can be fixed. Tux 2014-08-10 17:58:45 -0400
  • e3f84c7536 Changed configuration (also a commit to trigger jenkins) Tux 2014-08-11 04:25:46 -0400
  • f685661462 Enhanced server listing API (now more efficient) and fixed count issues. Tux 2014-08-10 17:58:45 -0400
  • 5a6d2b15bb Merge branch 'master' into data-caching Tux 2014-08-10 06:49:33 -0400
  • c75be36531 Remove spirous call. Tux 2014-08-10 06:49:20 -0400
  • 297d4a8a7f Use an unbounded cache via ConcurrentHashMap. Tux 2014-08-10 06:34:05 -0400
  • e15b4d23f3 Added missing null check. Tux 2014-08-10 06:27:50 -0400
  • 6df0a481e7 Better server caching. Tux 2014-08-09 23:57:57 -0400
  • d3b2f3f10b Removed debug message. Tux 2014-08-09 23:18:23 -0400
  • b37566b47f BLEEDING: New data caching mechanism for RedisBungee, which will enable greater performance as soon as it has been fleshed out. Tux 2014-08-09 23:16:47 -0400
  • befd4d0d26 Store user's proxy in their hash and rename the server: keys to proxy: to make their purpose more clear. Tux 2014-08-09 15:32:12 -0400
  • 62cdf7af1b Indentation. Tux 2014-08-09 15:26:52 -0400
  • ee778953e8 Don't use Date, instead use Calendar. I still want to sneak in LocalDate somehow... Tux 2014-07-30 18:03:07 -0400
  • 13b62f7269 Do not cache username<->UUID mappings indefinitely. Tux 2014-07-30 13:46:39 -0400
  • bf2d305be9 Merge pull request #7 from mccore/master minecrafter 2014-07-25 19:15:42 -0400
  • a8a75723fb Added an api method to send messages to a custom PubSub channel. This makes the register channel feature a lot more useful. mc-core.com 2014-07-25 19:00:53 -0400
  • 7a710c1ae0 Port RedisBungee to threadGroup branch of BungeeCord Tux 2014-07-09 22:54:12 -0400
  • 1769463df1 Make the command sender public again Tux 2014-07-02 19:30:28 -0400
  • a9fb0cd88a Merge pull request #6 from md-5/master minecrafter 2014-07-02 02:43:06 -0400
  • f9180dfb8d Make use of Bungee scheduler for threaded operations. md_5 2014-07-02 16:38:04 +1000
  • 718b020bf2 Better checking Tux 2014-06-26 03:34:16 -0400
  • 32219a3fff Need to bump this too Tux 2014-06-24 00:44:33 -0400
  • e2946915c4 Begin work on 0.3.3 Tux 2014-06-24 00:30:35 -0400
  • 40fb87895d Releasing 0.3.2 Tux 2014-06-24 00:30:17 -0400
  • 688246b8fe Tweaks, more pipelining. Tux 2014-06-17 15:47:52 -0400
  • 511202044c Preserve the old sample Tux 2014-06-13 23:36:20 -0400
  • 28104fee64 Revert "A repo home at last!" Tux 2014-06-11 07:28:06 -0400
  • 460414b3e6 Use Redis pipelining for more efficiency on high-load setups. Also updated Jedis dependency. Tux 2014-06-11 07:24:09 -0400
  • 6e90c0949b A repo home at last! Tux 2014-06-08 18:57:37 -0400
  • c6a6a9d9d0 Fix a typo. Tux 2014-06-06 17:38:41 -0400
  • eca670c43d Notify if a server is behind every 30 seconds. This is a /very/ common issue. Tux 2014-06-06 17:38:03 -0400
  • 16ca96562f Remove the player-list-in-ping feature. Tux 2014-06-05 00:19:25 -0400
  • 484d0bc46b Fix inconsistency here Tux 2014-06-04 13:15:25 -0400
  • 14c2f95a94 Allow default RedisBungee commands to not be registered Tux 2014-06-04 12:59:21 -0400
  • 527f76ac6b Ran inspections on code. Fixed compile errors. Tux 2014-05-30 23:57:42 -0400
  • 8bf80450ca Forgot to get the writeLock() Tux 2014-05-30 23:29:51 -0400
  • a908e313d4 Enhance the UUIDTranslator and add an option to increase performance. Tux 2014-05-30 23:22:31 -0400
  • 92971fce96 Properly scope exceptions Tux 2014-05-28 18:29:44 -0400
  • bb71dd674f Correctly mark the UUID/name methods as NonNull Tux 2014-05-28 02:06:17 -0400
  • dea8073b11 Fix multiple players online on one proxy. Tux 2014-05-25 18:16:14 -0400
  • dd4a33d9d4 Fix canonical-glist: false usage of /glist Tux 2014-05-24 23:16:23 -0400
  • 0136699b40 Support Mojangian UUIDs Tux 2014-05-23 10:53:38 -0400
  • 730b77f227 Allow UUIDs to be used in commands Tux 2014-05-23 10:50:05 -0400
  • 25e93d06ee Bump version to 0.3.2 for next development cycle Tux 2014-05-23 00:31:16 -0400
  • e514d590e4 Bump version to 0.3.1 Tux 2014-05-23 00:30:48 -0400
  • ca81f2f61b Actually send messages. Too obvious of an oversight. Tux 2014-05-23 00:22:13 -0400
  • 61b83e5889 Clean up code, automatic crash detection, fix some bugs Tux 2014-05-22 23:37:26 -0400
  • 638643dab7 Fix typo Tux 2014-05-22 23:20:53 -0400
  • f30f3ba2f3 Merge remote-tracking branch 'origin/master' Tux 2014-05-22 17:49:06 -0400
  • 9cf7fdb3c4 Add omitted returnBrokenResource Tux 2014-05-22 17:49:00 -0400
  • 31b3f0af89 Use API to get serverId vemacs 2014-05-20 17:00:15 -0600
  • 07e2621ab2 Just to be sure, initialize the API first thing. Tux 2014-05-20 20:32:43 -0400
  • 1d99367956 Revert vemacs for the 3rd time. Tux 2014-05-20 20:30:31 -0400
  • 2cdc844b75 Some code consistency vemacs 2014-05-20 17:00:15 -0600
  • f9fbbb388a move serverId to its own field, prepare for next release (0.3.1-SNAPSHOT) Tux 2014-05-20 08:30:43 -0400
  • a532a7e6ba Bump version to 0.3 for release Tux 2014-05-20 08:30:08 -0400
  • 235b42021b Add in some more API documentation along with a slight optimization for a common use case Tux 2014-05-16 20:41:59 -0400
  • ace0979201 Lowercase name -> UUID association Tux 2014-04-26 22:28:17 -0400
  • e316e84c2b Fix error when no other servers were present Tux 2014-04-26 20:09:53 -0400
  • 0a2b43e7dc Make UUIDResolver properly deal with usernames Tux 2014-04-26 19:43:40 -0400
  • d84f42952c Optimize getPlayers() Tux 2014-04-26 19:43:09 -0400
  • c5d35a2a1c Better persistence of translated data Tux 2014-04-23 18:05:42 -0400
  • 4aeb762c17 Fix UUIDTranslator bug, add UUID null checking, make plugin messaging asynchronous Tux 2014-04-20 10:50:45 -0400
  • c82adc61b0 Delete playerCounts hash entry beforehand Tux 2014-04-20 10:16:42 -0400
  • 86d9b40a78 Fix a JDK8 build error Tux 2014-04-20 01:13:22 -0400
  • 1362739b27 RedisBungee 0.3 base code. A lot has changed. There is more to come. Tux 2014-04-20 01:12:28 -0400
  • d3a6170e78 Refactoring Tux 2014-04-19 16:08:49 -0400
  • 1ab1d6fd91 Revert to 0.2.6 for now. Tux 2014-04-19 15:55:14 -0400
  • cce0368f4c Cache server-ids Tux 2014-04-19 15:54:30 -0400
  • 72eb4c6a67 Add primitive heartbeat system Tux 2014-04-19 15:52:15 -0400
  • 2ddd35c438 Bumping version to 0.3, a major breaking update in the works. Tux 2014-04-15 22:14:00 -0400
  • 03bb9eb679 Remove it as well Tux 2014-04-03 23:32:10 -0400
  • c6ca9d1c78 Actually add server to server set. Tux 2014-04-03 23:27:58 -0400
  • 98b2c4733a Fix compile error Tux 2014-04-03 23:24:27 -0400
  • df5f5ef2c9 Lay linked-servers into the morgue. Tux 2014-04-03 23:03:27 -0400
  • e1c5533b9d Fix softdepends Tux 2014-04-02 01:16:54 -0400
  • 673223a31f Add softdepends support, so we can override cmd_find/cmd_list automagically. Tux 2014-04-01 11:44:49 -0400
  • db0ea751e9 Do not poison the pubsub handler, in order to prevent shutdown hangs. Tux 2014-03-31 23:02:26 -0400
  • d65a316427 Revert unintentional change to UUID-based storage. This will be handled soon. Tux 2014-03-31 11:21:48 -0400
  • 611ee89fb4 Add new PubSub handling along with associated API methods. Tux 2014-03-31 11:19:33 -0400
  • 6924673c16 Improve concurrency of PubSub handler Tux 2014-03-31 10:23:10 -0400
  • 8b1ea2f7df Major changes. Tux 2014-03-30 00:31:35 -0400
  • 4edfabfe98 Detect "imposter" Bungees (two Bungees with the same server-id). Tux 2014-03-02 14:28:18 -0500
  • 49ea863da2 It seems this fixes timeout issues Tux 2014-02-21 18:49:26 -0500
  • 27b8b09bf3 Deal with connection failures more gracefully. Tux 2014-02-21 17:02:02 -0500
  • 9381701bf6 bumping version to 0.2.6 Tux 2014-02-15 02:10:49 -0500
  • 9425358631 Fix up Javadoc Tux 2014-02-12 01:26:56 -0500
  • cb7963dbc5 Modify POM, support new BungeeCord builds. Tux 2014-02-11 17:42:52 -0500
  • 2f40480a50 javadocs Tux 2014-01-28 17:33:53 -0500
  • 5a28cd9ede More robust error checking. Tux 2014-01-25 19:06:33 -0500
  • b604434091 Add aliases. Meant to be temporary until I can find a good workaround the cmd-list module in newer Bungee builds. Tux 2014-01-24 15:40:45 -0500
  • 522a046192 Fix build and use getProxy() Tux 2014-01-22 15:32:49 -0500
  • e31bd7b409 Merge pull request #3 from alphartdev/patch-1 minecrafter 2014-01-22 12:31:40 -0800
  • b18906ff9d Register channel for plugin message system Alphart 2014-01-22 17:24:45 +0100
  • 93744f937e oh god vemacs Tux 2014-01-20 18:42:56 -0500
  • af88046eb3 Check the remote player set vemacs 2014-01-20 08:34:40 -0700
  • cfd1c20ad7 DAE read Effective Java vemacs 2014-01-20 08:16:30 -0700
  • d6afec5f47 Add server-id fetch and /serverid command Tux 2014-01-16 21:31:57 -0500
  • b470b7a3df gosh Tux 2014-01-16 21:28:25 -0500
  • 085286fbec Merge branch 'master' of https://github.com/minecrafter/RedisBungee vemacs 2014-01-16 17:50:01 -0700