Luck
8d9b4182f4
Modify issue templates slightly
2020-08-29 18:37:21 +01:00
Luck
f972113d11
Add GitHub issue templates
...
Credit to @Andre601 and PR #1735 for the original proposal of these templates.
I've held off from adding this for a while, but I now feel that the GitHub UI is nice enough to justify the change.
2020-08-29 18:32:39 +01:00
Luck
4d5a24f2c4
ContextSetJsonSerializer output should be sorted
2020-08-14 16:25:55 +01:00
Luck
e2b575dd24
Handle null or empty server/world field in SQL ( #2553 )
2020-08-13 11:40:33 +01:00
Luck
7fae141e33
Ignore cancelled events for OP command disabling ( #2527 )
2020-08-13 11:03:24 +01:00
Luck
6f90e545fc
Don't attempt further poll operations after SQL messenger has closed ( #2516 )
2020-08-13 10:49:18 +01:00
Luck
ee3bb22c2c
Improve Bukkit identifyClassLoader ( #2444 )
2020-08-13 10:31:20 +01:00
Luck
361a4d66bc
Refactor exporter into separate classes
2020-08-13 10:12:36 +01:00
Luck
e1bac438aa
Add /lp export --without-groups ( #2498 )
2020-08-13 10:00:49 +01:00
Luck
ac9706b83f
Ignore FileAlreadyExistsException in MoreFiles#createDirectories ( #2525 )
2020-08-10 22:29:12 +01:00
Luck
fea757887c
Use official configurate 3.7 branch
2020-08-01 11:08:46 +01:00
Luck
1eab127f50
Refactor op command detection
2020-08-01 10:20:49 +01:00
Luck
92e008ff0a
Fix bug in PermissionHolder#hasNode ( #2490 )
...
Regression introduced in bd6d3ab7c0
2020-07-26 14:14:41 +01:00
Luck
9659333d0e
Some misc cleanup for migration commands
2020-07-25 16:56:52 +01:00
Larry
d8020e77fe
Fix import with no users object ( #2488 , #2489 )
2020-07-24 11:43:49 +01:00
Luck
232d17436c
Rename config based static calculator
2020-07-21 11:26:16 +01:00
Luck
1461651e22
Include a wider range of potential contexts in web editor payload ( #2470 )
2020-07-21 11:25:50 +01:00
Luck
ef556f7cf7
Pre-generate event classes ( #2463 )
2020-07-16 21:00:17 +01:00
Luck
47ca6b162b
Catch throwable instead of exception when handling hikari errors ( #2444 )
2020-07-16 20:26:54 +01:00
Luck
f72a5cb6b5
Ensure group/track names are always lowercase'd when created via the API ( #2440 )
2020-07-16 20:19:33 +01:00
Luck
cd0fd80b33
Impose 15 second timeout on all http calls ( #2436 )
2020-07-16 20:15:53 +01:00
Sam Goodger
0fd7f643a7
Add option to use bytebin for exports/imports ( #2432 )
2020-07-04 20:41:34 +01:00
Mark
6c7c1b67b8
Try to reopen Redis pub-sub connection on failure ( #2430 )
2020-07-04 20:08:58 +01:00
Luck
4514a17eaf
Remove MRUCache
...
Now we're using ConcurrentHashMap, it's usefulness in terms of performance is debatable
2020-07-03 18:23:34 +01:00
Luck
adbd2fc81f
Use ConcurrentHashMap instead of Caffeine in CachedDataManager
...
The behaviour of Caffeine cache invalidation calls is "undefined for an entry that is being loaded (or reloaded)" - this causes a nasty race condition in CachedDataManager, because we rely on the call to #invalidate to completely clear the cache and prevent old/outdated data from sticking around & being used for permission queries.
This is an unfortunate characteristic of Caffeine, because other than that, it is perfect for our use-case.
2020-07-03 17:57:53 +01:00
Luck
8b506b6a95
Don't re-use PermissionCache instances
2020-07-03 15:18:58 +01:00
Luck
426c8565fd
Small optimization to processExportedPermissions
2020-07-03 14:57:46 +01:00
Luck
bd6d3ab7c0
Optimize PermissionHolder#hasNode
2020-07-02 12:28:30 +01:00
Luck
d12d13d6ea
Fix NodeMap#size method and rename some things
2020-07-02 12:16:13 +01:00
Luck
cc08390abe
Remove NodeMap immutable cache
2020-07-02 12:06:37 +01:00
Luck
b460e282b1
Add ConstraintNodeMatcher toString method for use in commands
2020-07-02 10:44:52 +01:00
Tobi
005d19f2a3
Fix JavaDoc typo ( #2421 )
2020-07-02 10:42:37 +01:00
Jonas Baars
8817e17d2c
Fix typo in config file
2020-06-29 15:17:42 +01:00
Luck
0f23b7a460
Avoid calling #stream on the result of Bukkit getOnlinePlayers
2020-06-25 10:24:33 +01:00
Luck
21ae1dbac0
Fix potential race condition in MRUCache
2020-06-21 22:07:53 +01:00
Luck
6cb0f5e810
Use a non-async cache in CachedDataManager
2020-06-21 21:23:57 +01:00
Luck
2ac7d3dfe6
Refactor command argument parsing
2020-06-21 19:58:17 +01:00
Luck
bfaa543ecd
Fix NPE in ConfigurateConfigAdapter#getStringList ( #2399 )
2020-06-21 10:18:27 +01:00
Luck
f893b1c632
Add optional time parameters to permission/parent removetemp commands ( #1384 )
2020-06-20 22:01:27 +01:00
Luck
cb5a28f043
Use the only/default track if one is not specifed in the promote/demote command ( #1581 )
2020-06-20 21:03:01 +01:00
Luck
bd9718c5af
Add log notification filters ( #1980 )
2020-06-20 20:46:54 +01:00
Luck
97a0dbebcb
Add DataTypeFilter#NONE
2020-06-13 21:07:59 +01:00
Luck
df324de9ec
Add DataTypeFilter
2020-06-12 23:14:33 +01:00
Luck
6fa690a49d
Update API pom description
2020-06-12 20:36:41 +01:00
Luck
2bb1aa7511
Change behaviour of resolveInheritanceTree when 'resolve inheritance' flag is false
2020-06-12 20:34:57 +01:00
Luck
0bef0902c0
Update some dependencies
2020-06-10 20:41:39 +01:00
Luck
f10f60e27f
Define dependency on Vault during enable ( #1959 )
2020-06-10 20:24:11 +01:00
Luck
91337b49ea
Just use the section char instead of some other random one
...
Idk wtf I was thinking
2020-06-08 23:47:10 +01:00
Luck
f5e41f7e7e
Cleanup chat meta commands
2020-06-08 23:44:25 +01:00
Luck
fe0e82f285
Verbose command shouldn't be able to run as console
2020-06-04 14:46:11 +01:00