This website requires JavaScript.
Explore
Help
Sign In
worldofcraft
/
LuckPerms-DBA
Watch
10
Star
0
Fork
0
You've already forked LuckPerms-DBA
Code
Issues
Pull Requests
Releases
Wiki
Activity
781
Commits
1
Branch
0
Tags
abc1c164cf193bb8642b7c36f2577458ed36a463
Commit Graph
546 Commits
Expose MetaStacks in the API, general cleanup, release 3.2
Luck
·
2017-05-16 21:41:20 +01:00
abc1c164cf
Refactor meta stacking to be mapped in MetaCache - towards
lucko/LuckPermsPlaceholders#1
Luck
·
2017-05-16 19:13:08 +01:00
dc801464ef
Catch exceptions thrown by context calculators
Luck
·
2017-05-16 13:50:28 +01:00
99c6fe20c2
Fix typo
Luck
·
2017-05-15 12:07:59 +01:00
a44dec0402
Fix web editor url
Luck
·
2017-05-15 12:05:54 +01:00
a081152baa
fix compile
Luck
·
2017-05-14 22:41:25 +01:00
9b50d48f46
Cleanup
Luck
·
2017-05-14 22:15:25 +01:00
5121fc6b1f
Cleanup config keys, make editor URL configurable
Luck
·
2017-05-14 21:36:02 +01:00
d4ac261e85
Implement initial web editor support
Luck
·
2017-05-13 20:36:05 +01:00
2e9561371d
Fix vault lookups with static context
Luck
·
2017-05-11 20:04:11 +01:00
942fd3c4ce
Fix meta info only showing values in global context
Luck
·
2017-05-11 19:46:28 +01:00
8cf32752e9
Add parent cleartrack command, cleanup Messages enum
Luck
·
2017-05-09 16:26:55 +01:00
b240ca9939
Implement parent settrack command -
closes
#112
Luck
·
2017-05-09 14:06:16 +01:00
e25d99129c
Implement default contexts -
closes
#241
Luck
·
2017-05-09 13:36:43 +01:00
1fee47e087
Fix being able to negate permissions/parents/meta in specific contexts
Luck
·
2017-05-08 22:27:46 +01:00
030fb1262e
Refactor Patterns to PatternCache
Luck
·
2017-05-07 13:56:42 +01:00
cedc5108fc
Add data constraints -
closes
#256
Luck
·
2017-05-07 13:44:29 +01:00
65af3d0f54
Fix users being cleaned up too early and then logging back into the server -
closes
#271
Luck
·
2017-05-06 18:24:44 +01:00
7dc41e15d3
Refactor LP PermissionService to implement a modified API & add proxied classes
Luck
·
2017-05-03 20:14:31 +01:00
8326539d40
Always load user data caches alongside user instances
Luck
·
2017-05-02 16:55:08 +01:00
163e6e0f2a
Cleanup some stuff
Luck
·
2017-05-02 16:36:46 +01:00
f56bb251e9
Fix issue with bulk removing suffixes
Luck
·
2017-04-25 16:51:21 +01:00
152ca99276
Split up chat messages sent to console containing new lines
Luck
·
2017-04-23 20:51:24 +01:00
7c398d2c67
Add config options to allow for finer control over how permissions are calculated, and set include-global to true on BungeeCord by default
Luck
·
2017-04-23 20:30:58 +01:00
a526c942ca
improve speed of NodeTools#removeSamePermission
Luck
·
2017-04-23 11:51:56 +01:00
af8fd15929
implement atomic group insertion
Luck
·
2017-04-22 22:53:29 +01:00
7bfd5d4bc8
cleanup login handling & add CountdownLatch to ensure the plugin has started before logins are handled
Luck
·
2017-04-21 19:10:25 +01:00
f43b9c96de
Fix issue with loading usernames on MongoDB -
closes
#257
Luck
·
2017-04-21 16:58:07 +01:00
c64f72e394
Fix NPE caused by AllParentsByWeight primary group selector -
closes
#252
Luck
·
2017-04-18 17:11:07 +01:00
9715c5394c
Cleanup handling of unknown/null usernames for users
Luck
·
2017-04-17 19:31:52 +01:00
67b5c72520
Add not_on_track meta stack criteria
Luck
·
2017-04-16 11:06:05 +01:00
3314e94a9a
Fix getting primary groups for offline users
Luck
·
2017-04-15 20:32:03 +01:00
a27436b086
Determine dynamic primary groups using current context
Luck
·
2017-04-15 19:08:04 +01:00
f305f8d822
Cleanup poms, update copyright header
Luck
·
2017-04-15 19:01:52 +01:00
1f54bc41cc
fix yaml/json schema migration
Luck
·
2017-04-12 21:33:59 +01:00
c82d028429
Fix incorrect chat meta command usage
Luck
·
2017-04-12 17:59:51 +01:00
be2a8b7b07
Remove getuuid command
why did that ever exist anyways
Luck
·
2017-04-12 17:25:22 +01:00
261fc82016
Convert promote / demote commands to use new context system, update en locale with latest changes
Luck
·
2017-04-12 17:11:01 +01:00
37b940f3a5
Only perform flatfile schema migration if the new dir doesn't exist
Luck
·
2017-04-12 14:28:39 +01:00
0504e904a2
log the file name when exceptions are thrown during i/o
Luck
·
2017-04-12 14:09:51 +01:00
71bfdd9bfd
API changes for 3.1
Luck
·
2017-04-10 22:26:20 +01:00
4fb07ff181
Ensure expired permissions are removed when users/groups are loaded for commands
Luck
·
2017-04-10 20:57:59 +01:00
4631dcf857
Re-implement bulk updates
Luck
·
2017-04-10 19:33:23 +01:00
f6f9840eb7
Remove old bulk edit commands
Luck
·
2017-04-10 14:56:46 +01:00
242672f49d
Fix accumulation of temporary perms with a world or server context (
#235
)
creator3
·
2017-04-08 20:49:10 +01:00
c32c975a71
Make sure world names are lowercase'd
Luck
·
2017-04-08 17:00:36 +01:00
82e759d708
Fix export command switchprimarygroup output, and log player uuid if their username isn't included
Luck
·
2017-04-07 19:59:53 +01:00
132d0cf578
Make the standard MySQL driver the default again
Luck
·
2017-04-06 11:30:17 +01:00
029dc9f8d9
Use the mariadb driver by default
Luck
·
2017-04-05 21:23:18 +01:00
5567b1dad8
Refactor NodeModel into a more useful class, remove duplicate context serialization methods
Luck
·
2017-04-04 19:19:31 +01:00
ea00ec64af
First
Previous
1
2
3
4
5
...
Next
Last