mohammed jasem alaajel
0f0f707ef7
bump version
5 days ago
mohammed jasem alaajel
441a12bb36
fix error being thrown getServerFor in Bungeecord/Velocity in the api closes #64
...
when plugins messing around with proxy internals (eg: limboapi) the field server in redis data of the player set to null which can become problematic for velocity due checking of null in velocity but i applied the same stuff to the bungeecord version aswell and document it in the javadocs
5 days ago
mohammed jasem alaajel
20f9143ea5
bump version
3 months ago
mohammed jasem alaajel
1a2459b64e
deprecated NameFetcher api
3 months ago
AlessioDP
c3888c8f65
Fix NullPointerException due plugin instance for jedis tasks in UUIDTranslator/AbstractDataManager ( #57 )
3 months ago
mohammed jasem alaajel
c8362a44ec
add config option to restore old kick behavior pre 0.9.0
4 months ago
mohammed jasem alaajel
31e461a11c
change url of big uuid cache
4 months ago
mohammed jasem alaajel
a9ea04c2c0
missed location were it wasn't using the constant
4 months ago
mohammed jasem alaajel
ddfc689c2d
expose CachedUUIDEntry Class
4 months ago
mohammed jasem alaajel
ae6961ef24
bump version
4 months ago
mohammed jasem alaajel
8318bcd1bf
update some logs in configloader
4 months ago
mohammed jasem alaajel
0b9fd6d7ff
Make sure server field is withen map than calling redis seperatly
4 months ago
mohammed jasem alaajel
a526298d1c
change one of the comments in PlayerUtils
4 months ago
mohammed jasem alaajel
c69b1e214e
add missing final keyword to PROXY_TIMEOUT var
4 months ago
mohammed jasem alaajel
e5f0075a58
add messages config, change some jedis/redis depercated apis, bump to 0.9.0, new logging from another locations handling.
4 months ago
mohammed jasem alaajel
748bc13568
Fix ssl connections on PooledConnections
...
useSSL in configloader wasn't passing it to the ConnectionProvider
5 months ago
mohammed jasem alaajel
5e3ce725de
Include some changes to ssl notes
...
and little change for compatiblity pool
5 months ago
mohammed jasem alaajel
92bb0030de
move PlayerUtils code from platforms to the api
5 months ago
mohammed jasem alaajel
d8c21edc7a
Bump version to 0.8.1
5 months ago
mohammed jasem alaajel
0f5d5b2440
Fixed Typos caused JedisPooled to be JedisCluster withen the abstract api
5 months ago
mohammed jasem alaajel
bc266ae1fa
Update javadocs for Jedis Cluster/Pooled instances
5 months ago
mohammed jasem alaajel
8dc42d071a
Add copyright header to source code
5 months ago
mohammed jasem alaajel
71b959936e
Move cluster summoner to Provider cluster
5 months ago
mohammed jasem alaajel
a382a298a1
Make summoner create customized JedisPooled that can't be closed
5 months ago
mohammed jasem alaajel
4d58ee1742
add todo list for later into config loader
5 months ago
mohammed jasem alaajel
af4e180b2c
fix nullpointer in JedisPooledSummoner
...
Jedis pool when null it calls shutdown so added an check to check if its null
5 months ago
mohammed jasem alaajel
c1ad902bd3
upgrade jedis
5 months ago
mohammed jasem alaajel
80a4791d12
api changes in events, move Listener serialization into Util class
8 months ago
mohammed jasem alaajel
fdd537b276
fix javadocs again, add getServerFor in velocity
8 months ago
mohammed jasem alaajel
17897bc112
make RedisBungeeAPI class platform dependant and make Abstract version of it
8 months ago
mohammed jasem alaajel
64af12044e
Change Plugin instance of Bungeecord to RedisBungee to maintain old plugin compatibility
8 months ago
mohammed jasem alaajel
2ae9b5d480
add log option, check connection for JedisPooled
8 months ago
mohammed jasem alaajel
d77e909e7d
block when exhausted, new config options for the compatibility pool max connections
8 months ago
mohammed jasem alaajel
ee76fa0b3d
Change Jedis -> JedisPooled, and make tasks use UnifiedJedis
...
since JedisCluster, JedisPooled are Childern of UnifiedJedis
8 months ago
mohammed jasem alaajel
5a7001a68c
remove else when checking if password is null
8 months ago
mohammed jasem alaajel
81a8fd218e
move PlayerUtils and change the name
8 months ago
mohammed jasem alaajel
92f5e04edf
change method naming of updateProxiesIds
8 months ago
mohammed jasem alaajel
e7b241edd6
git rid of lua system
8 months ago
mohammed jasem alaajel
86c6e9464d
internal changes
8 months ago
mohammed jasem alaajel
1828cd854c
add config option for later use
8 months ago
mohammed jasem alaajel
6910c96f67
fix mess up in API
8 months ago
mohammed jasem alaajel
8f602407b5
fix java docs again
8 months ago
mohammed jasem alaajel
2c4fc00ec3
single class for loading config
8 months ago
mohammed jasem alaajel
830077282d
fix java docs
8 months ago
mohammed jasem alaajel
2b2ae88587
change RuntimeException to IllegalStateException
8 months ago
mohammed jasem alaajel
e4012a8d7b
change config in readme, move config-version below
8 months ago
mohammed jasem alaajel
5c6cf405fa
config changes
8 months ago
mohammed jasem alaajel
0408e2923b
update to config handling, fix null pointer in pubsub handler, config changes
...
rename config in jar, config api, fixed null pointer in pubsub listener, use map allow muiltable port and hosts for the cluster
8 months ago
mohammed jasem alaajel
f274301036
add firePayload for cleanup as its used in integerty check
8 months ago
mohammed jasem alaajel
9da5845da3
move Heartbeat task into its own class
8 months ago