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
792
Commits
1
Branch
0
Tags
b9fc8f4b5fb405088e4c455be0635cd17a902cdb
Commit Graph
552 Commits
Add MongoDB collection prefix option
Luck
·
2017-06-05 16:09:02 +01:00
b9fc8f4b5f
Maybe fix usernames not being updated in storage after name changes (
#301
)
Luck
·
2017-06-03 16:40:16 +01:00
7b8654339c
Fix -s flag (
#132
)
Luck
·
2017-05-25 21:35:47 +01:00
4109863aa9
Cleanup login handling & reduce the amount of unnecessary logging output on startup
Luck
·
2017-05-18 22:30:01 +01:00
139dd5302b
Don't catch exceptions thrown inside i/o (
#291
)
Luck
·
2017-05-18 21:16:31 +01:00
cc907b6530
Invalidate active context cache when a player changes world -
closes
#288
Luck
·
2017-05-16 21:52:46 +01:00
ca1dacf2b6
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
First
Previous
1
2
3
4
5
...
Next
Last