Commit Graph

121 Commits

Author SHA1 Message Date
mohammed jasem alaajel 757a10e7ee fixed maven build problem 2021-10-21 11:09:11 +03:00
mohammed jasem alaajel 077b602e19 removed compile file
Note: you can find the jar inside target folder now.
2021-10-21 11:09:11 +03:00
Govindas ce3bb77f57 make encryption even more informative 2021-10-21 11:09:11 +03:00
Govindas 0d2937e143 Make encryption config more informative & some other things 2021-10-21 11:09:11 +03:00
Govindas 0ea7816fa8 Update config.yml 2021-10-21 11:09:11 +03:00
Govindas efd49e4671 Update config to be more informative 2021-10-21 11:09:11 +03:00
Govindas 490e00a289 update siv-mode 2021-10-21 11:09:11 +03:00
Govindas 3dc1f2c7b7 1.3.3 2021-10-21 11:09:11 +03:00
Govindas fb3a389ee4 Fix set operation on {var::*} 2021-10-21 11:09:11 +03:00
Govindas c2ebac9030 Various fixes and improvements 2021-10-21 11:09:11 +03:00
Govindas 9a689aed7a Merge branch 'master' of https://github.com/Limework/RediSkript 2021-10-21 11:09:11 +03:00
Govindas 416f3f6625 bump Jedis version from 3.4.0 to 3.4.1 (has important fixes I think) 2021-10-21 11:09:11 +03:00
mohammed jasem alaajel 18a96e2c5b Update README.md 2021-10-21 11:09:11 +03:00
mohammed jasem alaajel c04c01792f added reloadconfig to redisreload 2021-10-21 11:09:11 +03:00
mohammed jasem alaajel 0783fd64d0 added debug check when error sending message 2021-10-21 11:09:11 +03:00
mohammed jasem alaajel b16ad58d16 fixed typo in logs sending.. 2021-10-21 11:09:11 +03:00
mohammed jasem alaajel 8aba280c17 Merge pull request #11 from Limework/patch-1
new ConnectionController!
2021-10-21 11:09:11 +03:00
mohammed jasem alaajel 7e5ef1bc3f Update README.md 2021-10-21 11:09:11 +03:00
mohammed jasem alaajel c84bb62b85 Update RedisController.java 2021-10-21 11:09:11 +03:00
mohammed jasem alaajel 94b1d9b241 Update README.md 2021-10-21 11:09:11 +03:00
mohammed jasem alaajel 0ab1913e5f Fixed bug where connection manager is keep reconnecting when connection reconnect after failure 2021-10-21 11:09:11 +03:00
Govindas 32a7cd08e3 Merge branch 'master' of https://github.com/Limework/RediSkript 2021-10-21 11:09:11 +03:00
mohammed jasem alaajel a387b94861 added replacement for system prinltn messages 2021-10-21 11:09:11 +03:00
mohammed jasem alaajel f4cf45c88d cleaned idea / removed typo in groupID 2021-10-21 11:09:11 +03:00
mohammed jasem alaajel 61a4b16953 new ConnectionController! 2021-10-21 11:09:11 +03:00
Govindas 5d73b4afc6 Update README.md 2021-10-21 11:09:11 +03:00
Govindas 36d3b4642e Reload redis in a separate thread to not lag the main thread 2021-10-21 11:09:10 +03:00
mohammed jasem alaajel 5bc7b0c438 noticed something weird in releases section that maven was 1 version late!!!!! 2021-10-21 11:09:10 +03:00
Govindas 4363d121a4 Finally fixed connection leak in /reloadredis !!! 2021-10-21 11:09:10 +03:00
mohammed jasem alaajel c8176f3cf9 fixed maven not compiling correctly 2021-10-21 11:09:10 +03:00
Govindas 89200f416f Improve code quality 2021-10-21 11:09:10 +03:00
mohammed jasem alaajel 141388829c bumped redis version aswell 2021-10-21 11:09:10 +03:00
Govindas 2fb2dbcc08 Remove unnecessary EventHandler 2021-10-21 11:09:10 +03:00
mohammed jasem alaajel 82f4a88cf5 bumped skript + spigot api version 2021-10-21 11:09:10 +03:00
Govindas a8c7250c31 Update README.md 2021-10-21 11:09:10 +03:00
mohammed jasem alaajel dea5fcfc56 Merge pull request #7 from Limework/add-license-1
Create LICENSE
2021-10-21 11:09:10 +03:00
mohammed jasem alaajel 87aa180e20 Create LICENSE 2021-10-21 11:09:10 +03:00
Govindas 1efb5a5fe5 Update README.md 2021-10-21 11:09:09 +03:00
Govindas e31773f6dd Optimizations 2021-10-21 11:09:08 +03:00
Govindas 3e4b6b78e7 Merge branch 'master' of https://github.com/Limework/RediSkript 2021-10-21 11:09:08 +03:00
Govindas cb7c2c1de8 Some more work on variables (Still very unfinished) 2021-10-21 11:09:08 +03:00
Govindas 3733018e7c Remove to-do list from readme (refer to issues) 2021-10-21 11:09:08 +03:00
Govindas 22e9cfdd40 Add cross-server variable editing (I'll make it use {} instead of strings later) 2021-10-21 11:09:08 +03:00
Govindas c33f49ca3c Allow sending multiple redis messages in one go 2021-10-21 11:09:08 +03:00
Govindas 13ce7d90c4 Fix rare error on disable 2021-10-21 11:09:08 +03:00
Govindas cf9da45f5d Fix wrong prefix coloring in command 2021-10-21 11:09:08 +03:00
Govindas ee294a4f65 test 2021-10-21 11:09:08 +03:00
Govindas f53f9dd5a2 Fix wrong class name & Fully fix sending messages while disabled 2021-10-21 11:09:08 +03:00
Govindas f35ad377d1 so I found that this threadpool was actually needed, oops
due to it not having threadpool, froze my server at one point
2021-10-21 11:09:08 +03:00
Govindas 76b7166145 Remove Skript plugin check, as it doesn't load without it anyway 2021-10-21 11:09:08 +03:00