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
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
df324de9ec
Add DataTypeFilter
2020-06-12 23:14:33 +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
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
Luck
8996cf02af
Add player argument to'/lp verbose command' to execute the test command as another player
2020-06-04 01:32:56 +01:00
Luck
e37c77a1be
Add '/lp verbose command <command>' for easy testing of command permissions
2020-06-03 22:32:24 +01:00
Luck
11998b2dd6
Some misc cleanup
2020-06-03 21:20:41 +01:00
Luck
8754123535
Fix parsing second optional argument in editor command
2020-05-30 02:39:37 +01:00
Luck
91d75424f4
Include users which inherit the group when running /lp group <group> editor
2020-05-30 02:13:18 +01:00
Luck
c5c99abd16
Improve argument based perm checks for the editor
2020-05-30 01:54:18 +01:00
Luck
6c88f7629e
Add optional filter argument to editor command
2020-05-30 01:47:31 +01:00
Luck
98c71739f8
Fix user ordering in the editor
2020-05-30 01:37:24 +01:00
Luck
25551641fc
Add option to merge into instead of overriding existing data in imports ( #2324 )
2020-05-28 21:36:06 +01:00
Luck
00b701f129
Improve undo command generation ( #2318 )
2020-05-28 20:53:07 +01:00
Luck
ab082aa311
Group names should always be lowercase in inheritance nodes
2020-05-28 00:49:46 +01:00
Joshua Schmitt
dc32c84bb3
Increase world column max length ( #2334 )
2020-05-27 14:02:53 +01:00
Luck
0bb4161397
Use nicer toString for Durations in log messages
2020-05-27 10:46:24 +01:00
Luck
4a049ca732
Use contains instead of startsWith for context tab completions
2020-05-27 10:43:30 +01:00
Luck
6b3e4bdc71
Add ContextUpdateEvent and related functionality
2020-05-25 21:49:49 +01:00
Luck
5c0d82f306
Refactor config handler classes
2020-05-25 10:42:32 +01:00
Luck
5a6176def5
Enforce removal of server=global and world=global contexts at a higher level
2020-05-21 17:30:13 +01:00
Luck
1ca1bcf1d1
Make getUniqueUsers more resilient to invalid uuids
2020-05-20 21:23:40 +01:00
Luck
ea5a05d770
Fix incorrectly reading node value from the value field when reading from the flatfile meta section ( #2312 )
2020-05-20 18:22:10 +01:00
Luck
ed85ab1bfd
Change ContextSet 'satisfy' behaviour ( #2300 )
2020-05-20 14:51:03 +01:00
Luck
c09e4a1aa0
Update web app urls
2020-05-20 14:45:20 +01:00