Luck
|
2dd0858960
|
Allow multiple verbose filters
|
2016-11-05 19:01:06 +00:00 |
|
Luck
|
f72819a664
|
Try to reduce contention in PermissionHolder
|
2016-11-05 17:49:52 +00:00 |
|
Luck
|
5361b1e87b
|
Implement group weights
|
2016-11-05 09:04:26 +00:00 |
|
Luck
|
e15d03ed4e
|
Fix parents being cleared on promote/demote
|
2016-11-05 07:53:18 +00:00 |
|
Luck
|
6c9041ce40
|
Improve meta info command
|
2016-11-04 19:13:39 +00:00 |
|
Luck
|
8da96e6e48
|
Re-add showtracks/showpos commands
|
2016-11-04 18:36:32 +00:00 |
|
Luck
|
385aa6d438
|
Add set "none" command as an alternative to unset
|
2016-11-04 16:40:55 +00:00 |
|
Luck
|
79f24a5944
|
Improve track functionality. Resolves #39
|
2016-11-01 21:34:54 +00:00 |
|
Luck
|
80570717f9
|
Fix slow datastore performance when using the API
|
2016-11-01 19:41:40 +00:00 |
|
Luck
|
ebab79c4ca
|
Maybe fix blocking issue with #getPermissions
|
2016-11-01 19:38:08 +00:00 |
|
Luck
|
42882ebe11
|
Update some ugly messages
|
2016-10-31 22:25:42 +00:00 |
|
Luck
|
d2de26f765
|
Move hasperm/inheritsperm commands & add parent set command. Resolves #40
|
2016-10-31 19:27:04 +00:00 |
|
Luck
|
e2cebfbd16
|
Refactor Node class
|
2016-10-31 18:18:31 +00:00 |
|
Luck
|
a58cc6bdf3
|
Refactor PermissionHolder
|
2016-10-30 21:29:14 +00:00 |
|
Luck
|
17b06c39e9
|
Ignore negated primary group override nodes & fix broken message
|
2016-10-30 15:29:55 +00:00 |
|
Luck
|
66f756575a
|
Remove redundant config option
|
2016-10-27 18:48:38 +01:00 |
|
Luck
|
7acc8bc7ed
|
Add verbose command
|
2016-10-27 17:46:44 +01:00 |
|
Luck
|
0a4d337a53
|
Cache context lookups & refactor Sponge subjects
|
2016-10-27 16:32:14 +01:00 |
|
Luck
|
0198068a13
|
Improve permission lookup speed (slightly)
|
2016-10-26 21:35:44 +01:00 |
|
Luck
|
1c15f8462f
|
Don't run commands through the buffer system
|
2016-10-26 19:52:03 +01:00 |
|
Luck
|
3929ce0dfc
|
Fix compile
|
2016-10-26 19:32:41 +01:00 |
|
Luck
|
7deeaf305d
|
Experimental: Run I/O after commands in a new thread
|
2016-10-26 17:55:38 +01:00 |
|
Luck
|
0f04c06e13
|
Remove redundant method
|
2016-10-26 17:19:56 +01:00 |
|
Luck
|
d1863fa714
|
Implement more customizable primary groups
|
2016-10-26 17:19:33 +01:00 |
|
Luck
|
46b122a167
|
Fix memory leak preventing users from being unloaded
|
2016-10-25 18:44:11 +01:00 |
|
Luck
|
a9b6493091
|
A few small optimizations
|
2016-10-24 18:48:39 +01:00 |
|
Luck
|
2cfc82f3aa
|
Implement support for instant data propagation with Redis
|
2016-10-24 14:38:12 +01:00 |
|
Luck
|
bb9eab0989
|
Lower sync wait buffer & fix export command
|
2016-10-24 13:02:26 +01:00 |
|
Luck
|
9f8f32b33e
|
Fix suffixes not being applied
|
2016-10-23 22:02:48 +01:00 |
|
Luck
|
a80ec6d893
|
Implement PermissionsEx 2.0 migration for Sponge
|
2016-10-23 20:42:58 +01:00 |
|
Luck
|
4d85930f5a
|
Refactor migration classes
|
2016-10-23 20:42:25 +01:00 |
|
Luck
|
f722f4112d
|
Update default-lang.yml
|
2016-10-23 17:59:34 +01:00 |
|
Luck
|
383276f47a
|
Refactor contexts, expose cached data in the API & release 2.13
|
2016-10-23 16:46:53 +01:00 |
|
Luck
|
33c78e4a17
|
Use LoadingCache instead of a regular map + more datastore fixes
|
2016-10-22 20:39:26 +01:00 |
|
Luck
|
55a0de7899
|
Lower buffer time to 1 second. Should resolve any issues with changes being overridden. (related: #32)
|
2016-10-22 18:52:51 +01:00 |
|
Luck
|
6b3aab66bf
|
Fix some #saveX methods being waited for, when they can just be ran async
|
2016-10-22 09:35:11 +01:00 |
|
Luck
|
77e70ef8d3
|
Fix deadlocks caused by waiting for async operations to complete before the scheduler has started
|
2016-10-22 09:21:30 +01:00 |
|
Luck
|
5d955e77b6
|
Make the max pool size configurable
|
2016-10-21 22:22:06 +01:00 |
|
Luck
|
270a276b98
|
Refactor SQL storage to not hold onto connections for as long
|
2016-10-21 22:07:14 +01:00 |
|
Luck
|
be7d914e39
|
Finish the buffering refactor - still WIP. Towards #32
|
2016-10-21 18:34:53 +01:00 |
|
Luck
|
37fc00cce8
|
Refactoring storage - WIP. Towards #32
|
2016-10-20 21:55:34 +01:00 |
|
Luck
|
0d515abadb
|
Cleanup some bad code in SQLDatastore. Might help #32
|
2016-10-19 23:30:30 +01:00 |
|
Luck
|
258bf1cc41
|
small cleanup
|
2016-10-19 20:57:53 +01:00 |
|
Luck
|
ce3d7829d7
|
Update internal permissions to match the new command layouts
|
2016-10-19 20:14:16 +01:00 |
|
Luck
|
c66a01c1a6
|
Fix temporary permission expirations never persisting. Fixes #30
|
2016-10-19 17:37:26 +01:00 |
|
Luck
|
d113a92ce5
|
Cleanup permission calculation
|
2016-10-18 20:48:59 +01:00 |
|
Luck
|
7b655d12df
|
Add set-primary-group option to the default assignments
|
2016-10-17 18:23:41 +01:00 |
|
Luck
|
6252a5bc75
|
Fix invalid property
|
2016-10-16 20:53:12 +01:00 |
|
Luck
|
165c5610c3
|
Add extra Hikari flag
|
2016-10-16 17:24:02 +01:00 |
|
Luck
|
13fbc7dd39
|
Implement default assignment system (#25)
|
2016-10-16 13:58:57 +01:00 |
|