Commit Graph

447 Commits

Author SHA1 Message Date
Tux 98b2c4733a Fix compile error 2014-04-03 23:24:27 -04:00
Tux df5f5ef2c9 Lay linked-servers into the morgue. 2014-04-03 23:03:27 -04:00
Tux e1c5533b9d Fix softdepends 2014-04-02 01:16:54 -04:00
Tux 673223a31f Add softdepends support, so we can override cmd_find/cmd_list automagically. 2014-04-01 11:44:49 -04:00
Tux db0ea751e9 Do not poison the pubsub handler, in order to prevent shutdown hangs. 2014-03-31 23:02:26 -04:00
Tux d65a316427 Revert unintentional change to UUID-based storage. This will be handled soon. 2014-03-31 11:21:48 -04:00
Tux 611ee89fb4 Add new PubSub handling along with associated API methods. 2014-03-31 11:19:33 -04:00
Tux 6924673c16 Improve concurrency of PubSub handler 2014-03-31 10:23:10 -04:00
Tux 8b1ea2f7df Major changes.
* Some events are now handled asynchronously.
 * There is now support for a connection limit.
 * Fixed build under JDK8.
 * Player count is now cached again. Hopefully this means an increase in performance.
2014-03-30 00:31:35 -04:00
Tux 4edfabfe98 Detect "imposter" Bungees (two Bungees with the same server-id). 2014-03-02 14:28:18 -05:00
Tux 49ea863da2 It seems this fixes timeout issues 2014-02-21 18:49:26 -05:00
Tux 27b8b09bf3 Deal with connection failures more gracefully. 2014-02-21 17:02:02 -05:00
Tux 9381701bf6 bumping version to 0.2.6 2014-02-15 02:10:49 -05:00
Tux 9425358631 Fix up Javadoc 2014-02-12 01:26:56 -05:00
Tux cb7963dbc5 Modify POM, support new BungeeCord builds. 2014-02-11 17:42:52 -05:00
Tux 2f40480a50 javadocs 2014-01-28 17:33:53 -05:00
Tux 5a28cd9ede More robust error checking. 2014-01-25 19:06:33 -05:00
Tux b604434091 Add aliases. Meant to be temporary until I can find a good workaround the cmd-list module in newer Bungee builds. 2014-01-24 15:40:45 -05:00
Tux 522a046192 Fix build and use getProxy() 2014-01-22 15:32:49 -05:00
minecrafter e31bd7b409 Merge pull request #3 from alphartdev/patch-1
Register channel for plugin message system
2014-01-22 12:31:40 -08:00
Alphart b18906ff9d Register channel for plugin message system
The plugin message system can't work if the listened channel isn't registered.
2014-01-22 17:24:45 +01:00
Tux 93744f937e oh god vemacs 2014-01-20 18:42:56 -05:00
vemacs af88046eb3 Check the remote player set 2014-01-20 08:34:40 -07:00
vemacs cfd1c20ad7 DAE read Effective Java 2014-01-20 08:16:30 -07:00
Tux d6afec5f47 Add server-id fetch and /serverid command 2014-01-16 21:31:57 -05:00
Tux b470b7a3df gosh 2014-01-16 21:28:25 -05:00
vemacs 085286fbec Merge branch 'master' of https://github.com/minecrafter/RedisBungee 2014-01-16 17:50:01 -07:00
vemacs acde2310c2 Add sendtoall command 2014-01-16 17:49:57 -07:00
Tux 300b826567 Add experimental plugin message API 2014-01-09 16:15:15 -05:00
Tux bcdbf9ba54 * Make the functions vemacs added to be only exposed in RedisBungeeAPI.
* Breaking API change: Last online times are now in milliseconds.
 * Error checking. Because why not?
2014-01-02 00:14:58 -05:00
vemacs efb707cd94 add sendProxyCommand methods 2014-01-01 17:05:55 -07:00
Tux 8b55d8b35b Merge remote-tracking branch 'origin/master' 2013-12-31 02:22:55 -05:00
Tux 30642a43ab Let Maven generate Javadoc. 2013-12-31 02:22:49 -05:00
vemacs d6137e118e Bump version to 0.2.5 2013-12-28 14:20:27 -07:00
vemacs 62efee23aa Add getPlayersOnServer method 2013-12-27 13:40:58 -07:00
Tux 5fc82400a9 Analysis performed by IntelliJ IDEA prior to new release on SpigotMC.org 2013-12-24 00:15:06 -05:00
Tux f7a530025a Bumped version to 0.2.4 2013-12-23 23:47:40 -05:00
Tux f240742489 Minor refactor and fixes. 2013-12-23 23:42:56 -05:00
Tux d079990a3a Migrate to newer jedis "fork" with commons-pool2 2013-12-23 23:42:23 -05:00
Tux fb3d67f43c Use bungeecord-config instead of snakeyaml 2013-12-23 23:12:54 -05:00
Tux e5bfb52c0a Clean player list the slow and safe way. 2013-12-18 12:10:32 -05:00
Tux 5b0c4c2219 config file tweak 2013-12-16 19:24:29 -05:00
Tux fd5120580d fix command formatting 2013-12-15 13:33:04 -05:00
Tux 17ba11a284 Readd the clone detection. 2013-12-15 12:07:42 -05:00
Tux adf61b7b8d fuck the clone detection, it doesn't work very well 2013-12-15 11:43:53 -05:00
Tux 1bf6d98d54 le sigh 2013-12-15 11:41:08 -05:00
Tux fa93d67e1b Change detection method for duplicate players online. 2013-12-15 11:30:08 -05:00
Tux 6e179f96cf Pre-construct 2 of the more common chat messages. 2013-12-14 09:34:42 -05:00
Tux ae696eccff Add support for the new BungeeCord chat component API. 2013-12-14 09:28:51 -05:00
Tux 83c18c212b Looks like /glist is now broken. Back to basics! 2013-12-14 00:31:57 -05:00