2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-05-15 09:26:50 +00:00

Commit Graph

  • 5b5f748cc9 fix wrong maven publishing error mohammed Alteniji 2023-04-06 19:26:37 +04:00
  • 47127c8520 Javadocs links update (#67) mohammed Alteniji 2023-03-25 19:46:22 +04:00
  • b857bdb771 update to gradle (#66) mohammed Alteniji 2023-03-23 15:42:59 +04:00
  • 0f0f707ef7 bump version 0.10.2 ham1255 2023-03-17 12:23:46 +04:00
  • 441a12bb36 fix error being thrown getServerFor in Bungeecord/Velocity in the api closes #64 ham1255 2023-03-17 12:14:55 +04:00
  • 0534970368 Fix PlayerList not returning server name when it is not ALL (#62) 冰砚炽 2023-01-31 16:40:06 +08:00
  • 20f9143ea5 bump version 0.10.1 ham1255 2022-12-31 07:26:05 +04:00
  • 1a2459b64e deprecated NameFetcher api ham1255 2022-12-31 07:23:35 +04:00
  • c3888c8f65 Fix NullPointerException due plugin instance for jedis tasks in UUIDTranslator/AbstractDataManager (#57) 0.10.0 AlessioDP 2022-12-25 03:26:53 +01:00
  • c8362a44ec add config option to restore old kick behavior pre 0.9.0 ham1255 2022-11-27 12:29:13 +04:00
  • 31e461a11c change url of big uuid cache ham1255 2022-11-27 12:10:29 +04:00
  • a9ea04c2c0 missed location were it wasn't using the constant ham1255 2022-11-24 01:41:47 +04:00
  • ddfc689c2d expose CachedUUIDEntry Class ham1255 2022-11-16 11:32:20 +04:00
  • ae6961ef24 bump version ham1255 2022-11-16 08:22:57 +04:00
  • 8318bcd1bf update some logs in configloader ham1255 2022-11-16 08:22:30 +04:00
  • 0b9fd6d7ff Make sure server field is withen map than calling redis seperatly 0.9.0 ham1255 2022-11-14 08:45:55 +04:00
  • a526298d1c change one of the comments in PlayerUtils ham1255 2022-11-14 08:42:54 +04:00
  • c69b1e214e add missing final keyword to PROXY_TIMEOUT var ham1255 2022-11-14 08:40:46 +04:00
  • e5f0075a58 add messages config, change some jedis/redis depercated apis, bump to 0.9.0, new logging from another locations handling. ham1255 2022-11-11 20:30:16 +04:00
  • 748bc13568 Fix ssl connections on PooledConnections 0.8.1 ham1255 2022-11-05 15:44:51 +04:00
  • 5e3ce725de Include some changes to ssl notes ham1255 2022-11-05 15:43:23 +04:00
  • 92bb0030de move PlayerUtils code from platforms to the api ham1255 2022-11-02 08:38:25 +04:00
  • d8c21edc7a Bump version to 0.8.1 ham1255 2022-11-02 07:58:13 +04:00
  • 87a2b93537 update jitpack location ham1255 2022-11-01 10:11:43 +04:00
  • 0f5d5b2440 Fixed Typos caused JedisPooled to be JedisCluster withen the abstract api 0.8.0 ham1255 2022-11-01 09:59:08 +04:00
  • 21f543581c add jitpack.yml ham1255 2022-10-31 15:17:52 +04:00
  • bc266ae1fa Update javadocs for Jedis Cluster/Pooled instances ham1255 2022-10-30 00:10:56 +04:00
  • 8dc42d071a Add copyright header to source code ham1255 2022-10-30 00:02:09 +04:00
  • 71b959936e Move cluster summoner to Provider cluster ham1255 2022-10-25 15:52:50 +04:00
  • 28419b3168 remove git versions ham1255 2022-10-25 08:18:30 +04:00
  • a382a298a1 Make summoner create customized JedisPooled that can't be closed ham1255 2022-10-25 08:01:41 +04:00
  • 4d58ee1742 add todo list for later into config loader ham1255 2022-10-19 07:46:59 +04:00
  • af4e180b2c fix nullpointer in JedisPooledSummoner ham1255 2022-10-17 08:27:55 +04:00
  • c1ad902bd3 upgrade jedis ham1255 2022-10-15 18:13:44 +04:00
  • 74ed18e9b3 Make sure to run LoginEvent Last fixes #48 ham1255 2022-09-14 08:09:43 +04:00
  • a51ff98909 update readme ham1255 2022-08-02 17:52:34 +04:00
  • 80a4791d12 api changes in events, move Listener serialization into Util class ham1255 2022-07-30 22:36:29 +04:00
  • fdd537b276 fix javadocs again, add getServerFor in velocity ham1255 2022-07-27 19:04:19 +04:00
  • 17897bc112 make RedisBungeeAPI class platform dependant and make Abstract version of it ham1255 2022-07-27 17:43:51 +04:00
  • 576bcc39d2 update readme ham1255 2022-07-26 20:52:42 +04:00
  • 508125023e update readme ham1255 2022-07-26 20:46:32 +04:00
  • 43b2d20e39 update readme ham1255 2022-07-26 20:45:39 +04:00
  • 64af12044e Change Plugin instance of Bungeecord to RedisBungee to maintain old plugin compatibility ham1255 2022-07-26 18:42:29 +04:00
  • 2ae9b5d480 add log option, check connection for JedisPooled ham1255 2022-07-26 17:55:16 +04:00
  • d77e909e7d block when exhausted, new config options for the compatibility pool max connections ham1255 2022-07-26 17:51:41 +04:00
  • ee76fa0b3d Change Jedis -> JedisPooled, and make tasks use UnifiedJedis ham1255 2022-07-26 17:47:18 +04:00
  • f303f2c202 Update README.md mohammed Alteniji 2022-07-26 15:43:56 +04:00
  • 4e46dc5536 Update README.md mohammed Alteniji 2022-07-26 15:41:57 +04:00
  • b58e503ec7 Update README.md mohammed Alteniji 2022-07-26 15:38:01 +04:00
  • b16a7d4cbc Update README.md mohammed Alteniji 2022-07-26 15:36:28 +04:00
  • 5a7001a68c remove else when checking if password is null ham1255 2022-07-26 15:14:14 +04:00
  • 81a8fd218e move PlayerUtils and change the name ham1255 2022-07-26 12:49:44 +04:00
  • 92f5e04edf change method naming of updateProxiesIds ham1255 2022-07-26 12:42:42 +04:00
  • e7b241edd6 git rid of lua system ham1255 2022-07-26 12:40:14 +04:00
  • 86c6e9464d internal changes ham1255 2022-07-26 10:58:00 +04:00
  • 1828cd854c add config option for later use ham1255 2022-07-25 20:04:21 +04:00
  • 6910c96f67 fix mess up in API ham1255 2022-07-25 19:13:25 +04:00
  • 8f602407b5 fix java docs again ham1255 2022-07-25 18:49:49 +04:00
  • 2c4fc00ec3 single class for loading config ham1255 2022-07-25 16:49:57 +04:00
  • 11e867730c this has to be false, if absent ham1255 2022-07-23 10:31:12 +04:00
  • 830077282d fix java docs ham1255 2022-07-23 08:24:03 +04:00
  • 2b2ae88587 change RuntimeException to IllegalStateException ham1255 2022-07-23 08:21:36 +04:00
  • 9ceccb6dd2 fix #38 ham1255 2022-07-22 23:52:15 +04:00
  • dea384a203 change wrong default max connection from 8 to 10 ham1255 2022-07-22 17:08:51 +04:00
  • e4012a8d7b change config in readme, move config-version below ham1255 2022-07-22 16:12:56 +04:00
  • 2c8c5fc1cf as new config, check if ye wana load legacy commands ham1255 2022-07-22 16:10:06 +04:00
  • 5c6cf405fa config changes ham1255 2022-07-22 15:12:32 +04:00
  • 0408e2923b update to config handling, fix null pointer in pubsub handler, config changes ham1255 2022-07-22 12:29:39 +04:00
  • 5d1167c20f change original author name, and include it in velocity version ham1255 2022-07-21 16:37:32 +04:00
  • 79694fcbb2 fix some typos in readme ham1255 2022-07-21 16:26:16 +04:00
  • 1d889f28b9 update readme ham1255 2022-07-21 16:23:07 +04:00
  • f274301036 add firePayload for cleanup as its used in integerty check ham1255 2022-07-21 09:36:10 +04:00
  • c787c76eca fix null being passed into jedis on ServerConnectedEvent ham1255 2022-07-20 13:25:26 +04:00
  • 9da5845da3 move Heartbeat task into its own class ham1255 2022-07-20 13:21:24 +04:00
  • 4d3f1a551e General improvements, remove player cleanup from RedisUtils class and bug fixes ham1255 2022-07-20 12:32:04 +04:00
  • 17e6e12c24 oops, bungeecord code was not updated to handle kick if player inside same proxy ham1255 2022-07-19 15:43:58 +04:00
  • c207b4a0a2 oops, removed leftover debug stuff ham1255 2022-07-19 15:36:42 +04:00
  • c848126aa7 Implement network kick ham1255 2022-07-19 15:30:45 +04:00
  • f722b8c9d3 fix glist command when UUID to name translation fails by returning the uuid ham1255 2022-07-19 07:41:21 +04:00
  • d806bc2d41 reduce integrity check to run from 1 min to 30 seconds ham1255 2022-07-19 07:21:17 +04:00
  • 2e8342f5c3 serverToPlayers was getting injected with null values as a server ham1255 2022-07-19 07:19:32 +04:00
  • c125137a74 Upload other artifacts (#41) SirSalad 2022-07-18 20:30:39 -04:00
  • aff185a85b last bug was caused by confusion due Proxy Called server in some cases Which resulted in new API methods and some refactor ham1255 2022-07-17 15:38:00 +04:00
  • 482dfc5141 oops, fixed bug where player servers would return the proxy than server ham1255 2022-07-17 15:14:46 +04:00
  • 6a6e303334 updated config, added supported for velocity ham1255 2022-07-17 09:51:24 +04:00
  • a9600a7d8a check whatever password is empty or not ham1255 2022-07-17 09:14:39 +04:00
  • 36136d0c0f remove leftover debug from cluster testing and handle config correctly ham1255 2022-07-17 08:31:55 +04:00
  • 319b5eb553 pom file relocation was changed by refactor undoing.. ham1255 2022-07-17 07:44:00 +04:00
  • 38de948c6b updated bungeecord to support Redis cluster ham1255 2022-07-17 07:41:18 +04:00
  • 019bb30c09 remove lua files and do it in java, due Redis not supporting lua quite well in cluster mode, some scripts were added recently will be kept ham1255 2022-07-17 07:12:57 +04:00
  • f1f74b6456 check connection in JedisClusterSummoner too ham1255 2022-07-17 05:40:32 +04:00
  • b0ab5e3cb4 readd support for redis versions below 6, change method of the summoner ham1255 2022-07-17 05:25:50 +04:00
  • b214e3dad7 change internal package to api ham1255 2022-07-16 16:50:09 +04:00
  • 81a2af8179 add JedisCLuster methods to the api ham1255 2022-07-16 16:32:10 +04:00
  • b910fa5eb6 add new lua scripts for cluster info/time requesting ham1255 2022-07-16 10:14:06 +04:00
  • b15b9dbb96 create constructor with plugin parameter in RedisClass ham1255 2022-07-16 09:39:36 +04:00
  • 44f9a0945d API converted to support RedisCluster ham1255 2022-07-16 09:18:33 +04:00
  • e986d5f1fb change something again in readme ham1255 2022-07-16 07:09:04 +04:00
  • ce93bd5e07 change section of usage ham1255 2022-07-16 07:06:30 +04:00
  • 870e6113db readme: fix refernce to the closed pull request ham1255 2022-07-16 06:49:10 +04:00