Commit Graph

61 Commits

Author SHA1 Message Date
Pieter Vlasblom 2280034dde Bump version up to 0.3.10 to reflect minor string changes. 2016-07-24 06:42:51 +02:00
Tux 8f38b5ddb8 try to fix #40 2016-06-26 04:19:10 -04:00
Tux 436949b8d8 Update commons-pool2 since classloader bugs are fixed
Closes #38
2016-05-31 06:35:29 -04:00
Tux 4980ec6a0d 0.3.9-SNAPSHOT 2016-02-29 16:01:29 -05:00
Tux d1424afd3a 0.3.9 2016-02-29 15:59:30 -05:00
Tux 84029fa856 Bumping Jedis version. 2015-12-06 12:11:52 -05:00
Tux 919c2f53c3 Don't cache player count anymore 2015-12-06 02:58:37 -05:00
Tux 8a83a525a8 Bump to 0.3.9-SNAPSHOT 2015-11-28 02:32:59 -05:00
Tux 97c78f4c35 Releasing 0.3.8. 2015-11-28 02:32:32 -05:00
Tux 0a0f73c152 bump to 0.3.8, fix a silly bug. 2015-10-21 15:55:09 -04:00
Tux 2e9f99faff 0.3.7 2015-10-18 19:52:52 -04:00
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