Commit Graph

1509 Commits

Author SHA1 Message Date
Luck
6d2a5a6317
Fix issues with postgres storage backend (#3647) 2023-06-08 21:28:15 +01:00
Luck
84bd2ee52a
Add more tests 2023-05-02 00:07:48 +01:00
Luck
bd08507150
Add automated tests for commands 2023-05-01 15:07:20 +01:00
Kamillaova
6d4ed224c8
Update mariadb driver (#3583) 2023-05-01 10:00:19 +01:00
Luck
9640271260
Reattempt RabbitMQ connection on first attempt 2023-05-01 10:00:05 +01:00
Josh
cfe0d806a1
Add date on hover to actionlog (#3597) 2023-05-01 09:32:18 +01:00
Luck
0ae751b533
Reformat import statements 2023-04-30 21:27:42 +01:00
lucko
90392511ef
Implement messenger using Postgres listen/notify (#3641) 2023-04-30 21:09:43 +01:00
Luck
4068c71d5a
Add integration tests for storage and messaging 2023-04-01 21:39:08 +01:00
Luck
6523e708a1
Add more tests 2023-04-01 17:35:50 +01:00
Luck
e61ac8bef6
Add tests for messages/components/translations 2023-03-29 23:03:28 +01:00
Emily
85a49f0f44
Handle invalid empty command inputs (#3606) 2023-03-29 23:01:25 +01:00
Emily
1fb62d2616
Cleanup classloaders on shutdown (#3605) 2023-03-19 21:35:09 +00:00
Glare
4037570fbb
Add 'paste' to verbose command tab completions (#3598) 2023-03-01 23:29:35 +00:00
Emily
1f8b66cfe3
Fix suffix.duplicates config setting being ignored (#3592, #3590) 2023-02-19 18:00:11 +00:00
lucko
3ecdeacaf8
Add more unit tests (#3555) 2023-01-05 21:32:50 +00:00
J.T. McQuigg
4d726f4e8b
Update Forge and Fabric to 1.19.3 (#3550) 2023-01-01 22:14:07 +00:00
Luck
ed9dd031cb
Add basic rate-limit for commands (#3546) 2022-12-28 22:49:41 +00:00
Kacper Krzychała
0193c06f16
Add Nats messenger (#3525) 2022-11-26 18:06:15 +00:00
Luck
5ff9a12a72
Preload dependencies in Docker image 2022-10-22 00:07:49 +01:00
Luck
e35f46798b
Upgrade h2 database engine to v2 (#3458) 2022-10-16 14:28:59 +01:00
maxcom1
8bbb6994b6
Don't pretty-print '/lp export' json (#3489) 2022-09-30 20:32:37 +01:00
OOP-778
1790c0ad47
Fix concurrent errors in URLClassLoaderAccess (#3403) 2022-09-05 21:39:52 +01:00
Luck
b6b3788f14
Change socket is verified check 2022-09-05 21:37:39 +01:00
Luck
fe0cb2df25
Fix Bukkit tab complete (#3449) 2022-08-03 22:14:11 +01:00
Luck
55d291f975
Update dependencies for 1.19.1 support (#3440) 2022-08-03 20:14:14 +01:00
Luck
8b0d6fd5d2
Fix compile 2022-07-18 21:38:44 +01:00
Luck
bf93077474
MetaCache refactoring 2022-07-17 11:53:52 +01:00
Luck
016f35a6f0
Update Bukkit dependencies for full 1.19 support 2022-06-12 20:54:33 +01:00
Luck
9b2bbb3e53
Bump adventure version 2022-06-12 17:48:29 +01:00
Alex Thomson
6421525f3a
LuckPerms for Forge (#3262) 2022-05-20 20:09:04 +01:00
Luck
e6cc817436
Update nexus mirror url 2022-05-15 18:22:21 +01:00
Luck
c35958b88e
Fix plugin message string encoding inconsistency (#3364) 2022-04-24 11:41:02 +01:00
Luck
b3cdf67c4f
Add error logging for failed plugin message parse (#3364) 2022-04-24 09:33:33 +01:00
Luck
207e4aa9f8
Show table prefix in a different colour 2022-04-08 21:02:31 +01:00
Zeromaniac
34873914bd
Show sql table prefix if set in '/lp info' (#3360) 2022-04-08 20:35:40 +01:00
Luck
126631fce8
Load configuration from env or system props (#3294) 2022-04-03 15:21:18 +01:00
Luck
2e0a4d71a5
Fix redis close (#3353) 2022-03-27 16:50:31 +01:00
Luck
5647b2e5c6
Shutdown okhttp on plugin disable (#3347) 2022-03-23 20:15:03 +00:00
Luck
eece15d415
Close web editor sockets on plugin disable (#3326) 2022-03-20 10:45:59 +00:00
Luck
fb56189f0a
Improve AbstractJavaScheduler (#3326) 2022-03-19 23:30:39 +00:00
Marton Schneider
405c5c3cf9
Fix typo with env var reading (#3345)
* resolves LuckPerms/LuckPerms#3339

* change server name from env var => add to a separate option for this

* fix missing variable assignment
2022-03-18 21:01:01 +00:00
Marton Schneider
eeec818286
Allow server name to be specified with an env var (#3341) 2022-03-16 21:01:21 +00:00
Luck
138f2c1b3e
Provide snakeyaml for Fabric (#3325) 2022-02-28 20:45:15 +00:00
Luck
f840c76e44
Don't pretty-print exporter json (#3329) 2022-02-28 20:33:00 +00:00
Luck
775f1adf36
Support for command completions on Bukkit 1.18.2 2022-02-28 20:20:30 +00:00
Luck
8ed63159ce
Set mongodb uuid representation (#3324) 2022-02-27 13:17:12 +00:00
Luck
4bdcca6566
Update mongodb driver 2022-02-20 22:41:58 +00:00
Luck
5c8b0a604e
Maintain order in editor users/groups collection 2022-02-16 19:53:33 +00:00
Luck
59f3866e36
Warn if the API was classloaded by another plugin 2022-02-09 21:08:18 +00:00