Commit Graph

50 Commits

Author SHA1 Message Date
Tux 87ab0e72fd Relicensing under the Eclipse Public License. 2015-10-18 19:52:46 -04:00
Tux ef14547959 Work on 0.3.7-SNAPSHOT. 2015-06-29 09:56:03 -04:00
Tux cc3f31ec54 0.3.6 2015-06-29 09:55:28 -04:00
Tux 27bf52f13d Relicense under the Unlicense. 2015-06-09 19:37:01 -04:00
Tux d111052ead Bump Jedis version (with some caveats). 2015-05-16 21:38:20 -04:00
Marquee c4dc10f3c7 Bump to 0.3.6 2015-02-05 22:12:35 -05:00
Marquee 144fe4d2fb Releasing RedisBungee 0.3.5 2015-02-05 22:05:39 -05:00
vemacs a80c3b51e1 Add a test class 2015-02-04 08:02:30 -07:00
Tux ba825c1880 Convert RedisBungee to okhttp. 2015-01-25 00:18:51 -05:00
Tux 8645f097a5 begin workon 0.3.5 2014-10-06 22:58:10 -04:00
Tux 78701b72c9 release 0.3.4 2014-10-06 22:57:49 -04: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 c47a1678e1 Prepare development on 0.3.4 2014-08-20 21:35:50 -04:00
Tux a5cf32a4e3 Release 0.3.3 2014-08-20 21:35:02 -04:00
Tux e2946915c4 Begin work on 0.3.3 2014-06-24 00:30:35 -04:00
Tux 40fb87895d Releasing 0.3.2 2014-06-24 00:30:17 -04:00
Tux 28104fee64 Revert "A repo home at last!"
This reverts commit 6e90c0949b.
2014-06-11 07:28:06 -04:00
Tux 460414b3e6 Use Redis pipelining for more efficiency on high-load setups. Also updated Jedis dependency. 2014-06-11 07:24:09 -04:00
Tux 6e90c0949b A repo home at last! 2014-06-08 18:57:37 -04:00
Tux 25e93d06ee Bump version to 0.3.2 for next development cycle 2014-05-23 00:31:16 -04:00
Tux e514d590e4 Bump version to 0.3.1 2014-05-23 00:30:48 -04:00
Tux f9fbbb388a move serverId to its own field, prepare for next release (0.3.1-SNAPSHOT) 2014-05-20 16:55:50 -06:00
Tux a532a7e6ba Bump version to 0.3 for release 2014-05-20 08:30:08 -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
Tux 1ab1d6fd91 Revert to 0.2.6 for now. 2014-04-19 15:55:14 -04:00
Tux 2ddd35c438 Bumping version to 0.3, a major breaking update in the works. 2014-04-15 22:14:00 -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 9381701bf6 bumping version to 0.2.6 2014-02-15 02:10:49 -05:00
Tux cb7963dbc5 Modify POM, support new BungeeCord builds. 2014-02-11 17:42:52 -05: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
Tux f7a530025a Bumped version to 0.2.4 2013-12-23 23:47:40 -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 cacea73f2e * Don't shade in commons-lang anymore, replaced with SimpleDateFormat instead.
* Add IP address logging support.
 * Add /ip command with permission node redisbungee.command.ip.
 * Mark some stuff as final so that the JVM can optimize things a little more.
2013-12-13 16:32:55 -05:00
Tux facd8de553 Add <ciManagement> and <distributionManagement> 2013-12-04 20:03:40 -05:00
Tux 080dab084a Better guard against failed redis connection attempts. Also reformat code. 2013-12-04 16:54:51 -05:00
Tux e69d101c05 More refactoring performed. 2013-11-15 17:55:57 -05:00
Tux 516ed35fed Update Jedis version, some refactoring, add PubSub support :D 2013-11-15 17:05:29 -05:00
Tux 1f3d821e00 Uh, what. 2013-11-13 20:11:10 -05:00
Tux 345ceac4b7 Rewrite the initial join server logic as a while loop, do actual bump to 0.2.3 and add /find support. 2013-11-08 18:19:01 -05:00
Tux 98077baaa6 bump version 2013-11-07 17:06:06 -05:00
Tux b994839e3e bump version to 0.2.2 2013-10-31 19:08:26 -04:00
Tux 23944f7313 Initial support for BungeeCord 1.7 server list ping changes. 2013-10-28 22:42:26 -04:00
Tux 59dedd64f2 0.2 code.
- clean up code
- introduce a separate update task and some caching for player counts
- add canonical /glist support
- better error checking
2013-10-14 20:40:32 -04:00
Tux d99304bc81 Assign proper groupId. 2013-10-13 16:06:45 -04:00
Tux 63e49bafd4 removed unused dependencies in the POM 2013-09-29 16:25:28 -04:00
Tux d0f5a24f38 first commit 2013-09-29 16:16:47 -04:00