Luck
aaeaf5cfa0
Nicer format for verbose meta logging
2018-10-28 21:56:42 +00:00
Luck
45b4e1463f
Match the type in verbose filters
2018-10-28 15:18:02 +00:00
Luck
be92a67544
Increase verbose stacktrace truncation length for web outputs
2018-10-28 12:40:56 +00:00
Luck
5e0b8ebdf6
Include meta lookup events in verbose output
2018-10-28 12:31:47 +00:00
Luck
9d4ccd33e1
Update commodore for tab complete fix ( #1257 )
2018-10-26 20:21:00 +01:00
Luck
f5c42c70e5
Catch Throwable instead of Exception when calling context calculators
...
Related to: lucko/ExtraContexts#4
2018-10-15 22:32:52 +01:00
MrMicky
ee2de3cff1
Some minor code cleanup ( #1262 )
2018-10-09 18:00:53 +01:00
Luck
f96518b8e4
misc tidying
2018-10-07 19:48:20 +01:00
Luck
dac59966aa
Setup gradle license format check
2018-09-24 13:52:59 +01:00
Luck
8115fbaa98
Refactor storage system
2018-09-23 21:49:49 +01:00
Luck
8b97439ffc
Use the correct permission check method when forming tree views
2018-09-23 19:53:37 +01:00
Luck
fa83986250
Refactor Constraint/Comparison impls for bulkupdate
2018-09-23 19:53:16 +01:00
Luck
e1b16465f8
Fix race condition in BufferedRequest
2018-09-23 19:52:42 +01:00
Luck
57619dacb1
Update commodore to 1.1
2018-09-23 15:40:33 +01:00
Luck
1cc156d6f6
Fix buildscript deployment config for Sonatype
2018-09-23 14:30:09 +01:00
Imortalshard
1445a3faec
Fix typo in the description of /lp export ( #1229 )
2018-09-23 11:28:48 +01:00
Luck
8e344cea76
Cleanup imports
2018-09-20 21:17:28 +01:00
Luck
5b1229c882
Fix slf4j loading ( #1224 )
2018-09-20 21:17:00 +01:00
Luck
834649b390
Improve Uuids#parse
...
thanks @kashike
2018-09-20 15:30:22 +01:00
Luck
d28170cc3f
Operations to add new nodes with differing values should just override existing entries, instead of failing with the ALREADY_HAS result ( #1198 )
2018-09-20 11:25:31 +01:00
Luck
04e511026d
Detach from permissible objects with a 1 tick delay after player quit to allow plugins listening on monitor to still access data ( #1220 )
2018-09-20 11:07:20 +01:00
Luck
3941c77826
Move from findbugs jsr305 to checker-qual
2018-09-19 20:40:25 +01:00
Luck
dd78e0e271
Separate formatted vs plain display name methods in User/Group
...
Continues from 3c773e6823
& #1210
2018-09-10 16:54:16 +01:00
Max Lee
3c773e6823
Use neutral color to display potentially colored names - fixes #1170 ( #1210 )
2018-09-10 16:41:14 +01:00
Luck
eca6b09b18
Refactor config keys
2018-09-05 20:49:37 +01:00
Luck
b7f8ca6658
Add 'require-sender-group-membership-to-modify' config option ( #1140 )
2018-09-05 15:49:29 +01:00
Luck
ffdeadac8a
Add flag to prevent users from being added/removed to/from the first group on a track ( #1151 )
2018-09-05 15:15:15 +01:00
Luck
9e769904bf
Expose TemporaryMergeBehaviour in the API ( #1189 )
2018-09-05 11:11:45 +01:00
Luck
8d79ec6b07
Rename "update task" --> "sync task"
2018-09-04 21:11:03 +01:00
Luck
3a123f9fa1
Avoid running full "update tasks" unless they're absolutely needed. Process Vault API "set" requests immediately instead of in the background
2018-09-04 21:02:40 +01:00
Luck
f0c0328919
Refactor MetaAccumulator to be a little more sane
2018-09-04 20:33:22 +01:00
Luck
76517374a2
Only allow import and export commands to interact with files in the data directory ( #1193 )
2018-09-02 22:20:29 +01:00
Luck
2da027f3b5
Revert MySQL driver update
2018-09-02 20:04:26 +01:00
Luck
fd712f131f
Update some dependency versions
2018-09-02 16:36:28 +01:00
Luck
ec9060ba80
Update messenger log prefixes
2018-08-31 20:22:31 +01:00
Luck
502d57e744
Optimize event generation & other misc improvements
2018-08-27 22:11:03 +01:00
Luck
c59f2ab37a
Don't call NodeAddEvent when adding the default group ( #1177 )
2018-08-27 22:06:49 +01:00
Luck
066189b486
Send a more informative message when the bulkupdate command is used from in-game
2018-08-27 18:25:57 +01:00
Luck
55220e9d10
Add support for Velocity
2018-08-26 22:24:46 +01:00
Luck
bd41286076
Fix build
2018-08-26 18:45:33 +01:00
Luck
d84484c81c
Optimize event generation and posting
2018-08-26 10:28:04 +01:00
Luck
fec87d4c6a
Update event to 3.0.0
2018-08-16 20:01:26 +01:00
Luck
a784ad435f
Fix applying group web editor changes ( #1148 )
2018-08-13 22:44:10 +01:00
Luck
cc9bb34873
Update kyori/event dependency
2018-08-13 20:03:57 +01:00
Luck
56c55d71fe
Improve the way Vault lookups for offline players are handled ( #1150 )
...
1) The behaviour of online player lookups is unchanged - this only affects offline player data lookups.
2) If a 'offline player' request is made from an async task, it is executed normally. (the data is loaded)
3) If a 'offline player' request that cannot be immediately fulfilled is made from the main server thread, an exception is thrown.
The exception thrown as a result of 3) can be disabled in the config. In this case, the query is performed anyway. The main server thread will block until the request is complete.
2018-08-11 19:02:57 +01:00
Luck
56df15caf8
Add bukkit-legacy build back to the main project
2018-08-11 18:11:30 +01:00
Luck
03720665b3
Move to gradle
2018-08-10 20:39:29 +01:00
Luck
445429b510
Update text & asm dependencies ( fixes #1142 )
...
Updates for:
6a7fda4e80
2018-08-10 00:09:34 +01:00
Luck
c698587d53
Update text dependency
2018-08-09 22:43:41 +01:00
Luck
b8466beee5
Completely rework event system
...
* Event instances are now generated dynamically at runtime. The performance hit of creating proxies at runtime is negligible in this case.
* A better EventBus implementation is now being used internally, API contracts are unaffected.
2018-08-09 22:39:33 +01:00