Commit Graph

37 Commits

Author SHA1 Message Date
mohammed jasem alaajel 91c3845b2e add network id 2024-04-22 16:44:35 +04:00
mohammed jasem alaajel 65ac465915 add default values to commands config 2024-04-18 14:23:17 +04:00
mohammed jasem alaajel 32826d843c finsh up command system 2024-04-18 12:48:00 +04:00
mohammed jasem alaajel 41b5bde55c insert todo into langauge system 2024-04-13 22:27:26 +04:00
mohammed jasem alaajel 6c27228920 fix for lang too 2024-04-12 22:37:33 +04:00
mohammed jasem alaajel 2eb7f3cf9d Fix wrong config version 2024-04-12 22:37:33 +04:00
mohammed jasem alaajel 1c36aa5418 remove lang system for commands
commands will be included in seperate plugins for each platforms.
NOTE: because of this commands `Modules` will be used as example to access
the API
2024-04-12 22:37:33 +04:00
mohammed jasem alaajel 2429cc63d5 load common command messages 2024-04-12 22:37:33 +04:00
mohammed jasem alaajel da255860bd remove debug message 2024-04-12 22:37:33 +04:00
mohammed jasem alaajel 983693b929 Language system implementation, commands still not translatable yet, finish up configs system 2024-04-12 22:37:33 +04:00
mohammed jasem alaajel 383e647c87 split some functions from config loader to be common 2024-04-12 22:37:33 +04:00
mohammed jasem alaajel 9b54ca93db remove old commands system, rename register leagacy command to register commands. 2024-04-12 22:37:33 +04:00
mohammed jasem alaajel dd38532501 config log changes, introduction of new env REDISBUNGEE_PROXY_ID 2024-04-12 22:37:33 +04:00
mohammed jasem alaajel e897a60976 remove all old messages code, new lang file 2024-04-12 22:37:33 +04:00
mohammed jasem alaajel a0fdd6d997 welcome adventure api
MiniMessage is now used for Messages.yml

fix bug when from is null when server change
2024-04-12 22:37:33 +04:00
mohammed jasem alaajel 6d40c1902a change false to true as default for kick-when-online option 2024-04-12 22:37:33 +04:00
mohammed jasem alaajel 16576ab4c2 new config options: handle-motd, reconnect to last server 2024-04-12 22:37:33 +04:00
mohammed jasem alaajel f96c5759a2 config changes
jedispool is now disabled by default, some minor config changes
2024-04-12 22:37:33 +04:00
mohammed jasem alaajel 8aaae6702e new data system 2024-04-12 22:37:02 +04:00
mohammed jasem alaajel 26b58252eb
oops remove password warn from the username 2023-04-13 03:06:16 +04:00
mohammed Alteniji 73879640e5
add ability to use redisbungee with acl username (#69) 2023-04-12 22:40:01 +04:00
mohammed jasem alaajel c8362a44ec
add config option to restore old kick behavior pre 0.9.0 2022-11-27 12:29:13 +04:00
mohammed jasem alaajel 8318bcd1bf
update some logs in configloader 2022-11-16 08:22:30 +04:00
mohammed jasem alaajel e5f0075a58
add messages config, change some jedis/redis depercated apis, bump to 0.9.0, new logging from another locations handling. 2022-11-11 20:30:16 +04:00
mohammed jasem alaajel 748bc13568
Fix ssl connections on PooledConnections
useSSL in configloader wasn't passing it to the ConnectionProvider
2022-11-05 15:44:51 +04:00
mohammed jasem alaajel 8dc42d071a
Add copyright header to source code 2022-10-30 00:02:09 +04:00
mohammed jasem alaajel 71b959936e
Move cluster summoner to Provider cluster 2022-10-25 15:52:50 +04:00
mohammed jasem alaajel a382a298a1
Make summoner create customized JedisPooled that can't be closed 2022-10-25 08:04:48 +04:00
mohammed jasem alaajel 4d58ee1742
add todo list for later into config loader 2022-10-19 07:46:59 +04:00
mohammed jasem alaajel 2ae9b5d480 add log option, check connection for JedisPooled 2022-07-26 17:55:16 +04:00
mohammed jasem alaajel d77e909e7d block when exhausted, new config options for the compatibility pool max connections 2022-07-26 17:52:00 +04:00
mohammed jasem alaajel ee76fa0b3d Change Jedis -> JedisPooled, and make tasks use UnifiedJedis
since JedisCluster, JedisPooled are Childern of UnifiedJedis
2022-07-26 17:48:00 +04:00
mohammed jasem alaajel 5a7001a68c remove else when checking if password is null 2022-07-26 15:14:14 +04:00
mohammed jasem alaajel 6910c96f67 fix mess up in API 2022-07-25 19:13:25 +04:00
mohammed jasem alaajel 2c4fc00ec3 single class for loading config 2022-07-25 16:49:57 +04:00
mohammed jasem alaajel 5c6cf405fa config changes 2022-07-22 15:12:32 +04:00
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
2022-07-22 12:29:39 +04:00