Commit Graph

60 Commits

Author SHA1 Message Date
Govindass 7849efd866 Little questionable improvements (shouldn't hurt anything anyway) 2020-10-24 17:59:48 +03:00
Govindass f80d9b36e7 Make on redis message a synchronous event for thread-safety 2020-10-24 15:19:10 +03:00
Govindass 0c20becfa1 Merge branch 'master' of https://github.com/Limework/RediSkript 2020-10-24 14:33:12 +03:00
Govindass 089fdfd1f3 Update pom.xml 2020-10-24 14:32:55 +03:00
Govindas c4426a692e
Update README.md 2020-10-24 14:32:48 +03:00
Govindass ed3ea7b2c7 Remove unneeded threadpool (testing has shown for it to be unneeded) 2020-10-24 13:29:49 +03:00
Govindass 2b00f0908e change useSSL to useTLS, because redis itself refers to it as TLS 2020-10-24 12:35:35 +03:00
Govindass f6c4bbcdce Revert "fixed reload but not tested"
This reverts commit a08ecd93b7.
2020-10-24 12:32:40 +03:00
Govindass ba48fdc564 Revert "Update RedisManager.java"
This reverts commit 6c5d580b16.
2020-10-24 12:32:36 +03:00
Govindass ce47af29f4 Revert "Update RedisManager.java"
This reverts commit b93624bc49.
2020-10-24 12:32:24 +03:00
mohammed jasem alaajel b93624bc49 Update RedisManager.java 2020-10-23 21:01:57 +04:00
mohammed jasem alaajel 6c5d580b16 Update RedisManager.java 2020-10-23 20:45:53 +04:00
mohammed jasem alaajel a08ecd93b7 fixed reload but not tested 2020-10-23 20:37:43 +04:00
Govindass c720433c60 Re-word redis reload command information 2020-10-23 17:50:04 +03:00
Govindass 12ce69d68f Fix critical redis server shutdown bug 2020-10-23 17:48:22 +03:00
Govindass efab085c47 Better 1.8 support & cleanup 2020-10-23 17:21:32 +03:00
Govindass 31db51fce6 Undo synchronous event, broke 1.8 servers completely 2020-10-23 16:55:04 +03:00
Govindass 776ebc9780 add redis message date expression & improve quality of existing expressions & make event guaranteedly synchronous 2020-10-23 16:49:25 +03:00
Govindass 1ef35dfb60 New /reloadredis fully restarts the plugin with reloaded configuration & some code improvements 2020-10-23 14:34:30 +03:00
Govindass 2049616f64 Make json errors easier to debug 2020-10-22 17:44:45 +03:00
Govindass 97aa663bfd Reduce jar size by removing unneeded dependencies 2020-10-22 17:28:00 +03:00
Govindass 4afd5a2dbc Merge branch 'master' of https://github.com/Limework/RediSkript 2020-10-22 14:19:36 +03:00
Govindass 92d89ec76d Remove debug message & Hotfix 2020-10-22 14:19:29 +03:00
Govindas 0ca8712a1a
Update README.md 2020-10-22 13:31:38 +03:00
Govindass 216b2635b3 Further fixes & refactoring for release 2020-10-22 13:30:41 +03:00
Govindass df8608802d Fix encryption disabling & some refactoring 2020-10-22 12:32:08 +03:00
Govindass 157e2b08c7 Remove unneeded code 2020-10-18 17:07:37 +03:00
mohammed jasem alaajel 5f4600546e small fix to make sure the connect was killed 2020-07-30 09:35:50 +04:00
mohammed jasem alaajel f4ab43bcb8 added protection to kill current working sub 2020-07-28 10:53:42 +04:00
mohammed jasem alaajel 542884dfe9 added /reloadredis command 2020-07-28 10:44:00 +04:00
ham1255 2e80b57a53 Fixed mongodb url from config is wrong 2020-07-08 12:37:10 +04:00
ham1255 4141bcdfb1 added mongodb, bumped versoin 2020-07-07 18:49:19 +04:00
ham1255 9b24e49f43 new changes. 2020-07-06 22:38:54 +04:00
ham1255 35af0d3b0a Skript counts as softdepend as it make the plugin usable without skript 2020-06-30 12:44:49 +04:00
ham1255 52a2fb4c22 abstract class for guis making for making stuff easier 2020-06-30 12:42:27 +04:00
ham1255 24dafb436d moved some stuff and fixed wrong usage 2020-06-30 11:45:14 +04:00
ham1255 fc1cb590d2 forgot one line xd 2020-06-28 18:41:22 +04:00
ham1255 d9c323bc25 not tested But rewritten the Plugin 2020-06-28 18:40:53 +04:00
ham1255 7a51aef643 Update .gitignore 2020-06-28 16:45:02 +04:00
ham1255 bda20daa4b Delete SkLimework.iml 2020-06-28 16:41:47 +04:00
ham1255 9dca6cfc85 renamed project 2020-06-28 16:39:21 +04:00
ham1255 4c59ab26a4 Merge branch 'master' of https://github.com/Limework/SkLimework 2020-06-26 17:03:14 +04:00
ham1255 39fcccefeb fixed conflict and removed hard coded channels 2020-06-26 17:02:39 +04:00
Govindass 4893d53c74 fix channel syntax conflict with Vixio 2020-06-26 15:58:30 +03:00
ham1255 37edb0d497 added maven to since it will get rewritten soon. 2020-06-22 13:48:44 +04:00
ham1255 39e9536e8f New Reconnector hopefuly works 2020-06-14 17:43:46 +04:00
Govindass 3dffba07df Highly improve encryption security 2020-06-08 16:53:23 +03:00
Govindass 691b47c558 attempt to use SIV 2020-06-08 11:16:16 +03:00
ham1255 fc72c698f4 Fixed loop doesn;'t exist on server shutdown 2020-06-05 13:28:26 +04:00
Govindass 4f79fc29b7 Remove awaitTermination as it was preventing shutdown sometimes 2020-05-30 10:11:43 +03:00