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
726
Commits
1
Branch
0
Tags
71bfdd9bfdbe0153a9dfd44ec372542c03d7a315
Commit Graph
726 Commits
This Branch
This Branch
All Branches
log the file name when exceptions are thrown during i/o
Luck
·
2017-04-12 14:09:51 +01:00
71bfdd9bfd
Update ru_RU locale (
#238
)
Articuno
·
2017-04-11 10:47:43 +01:00
c7305f6b06
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
fix issue with /reloading and permission registration
Luck
·
2017-04-10 18:17:09 +01:00
4de8165c95
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
Don't attempt to migrate empty permissions
Luck
·
2017-04-07 21:03:27 +01:00
9de44d2605
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
Fixes for the verbose uploader
Luck
·
2017-04-04 17:17:57 +01:00
7259e6be0a
Add '/lp group <group> listmembers' command -
closes
#203
Luck
·
2017-04-04 16:07:41 +01:00
2e40557b39
Improve performance of resolve methods in PermissionHolder, other cleanup
Luck
·
2017-04-04 15:22:25 +01:00
e68fc7c558
Only allow one server and one world in context sets parsed from command args
Luck
·
2017-04-04 13:47:50 +01:00
055dfb000d
Properly sort storage files -
closes
#227
Luck
·
2017-04-03 10:57:29 +01:00
b997ab6e3f
Cleanup sponge delegate classes
Luck
·
2017-04-03 10:27:31 +01:00
25f31d0bb8
Fix broken command parameter & update default locale file
Luck
·
2017-04-03 09:53:26 +01:00
4cfd8a7e2c
Implement accumulation of static contexts from a file
Luck
·
2017-04-03 01:42:49 +01:00
0ec19a8fee
Replace guava caches with caffeine
Luck
·
2017-04-03 00:53:04 +01:00
2749563f5d
Allow context pairs to be specified in commands, fix misuse of exceptions in the permission holder class
Luck
·
2017-04-02 18:44:05 +01:00
e7e2e3f7e0
Fix compatibility with older gson versions -
closes
#222
Luck
·
2017-04-01 07:26:05 +01:00
0a33c0aac5
Add ru_RU.yml (
#224
)
Articuno
·
2017-03-30 18:45:50 +01:00
24e09fd2d9
Avoid parsing UUID in sponge world calculator
Luck
·
2017-03-30 18:40:36 +01:00
4d0499a61e
Add "use-vault-server" config option, depreciate vault primary group override feature
Luck
·
2017-03-27 17:35:28 +01:00
ae82807139
Remove missing permission nodes before adding new ones when saving users/groups with SQL storage
Luck
·
2017-03-27 16:54:59 +01:00
65147e1935
Fix some concurrency issues with login handling
Luck
·
2017-03-26 18:40:09 +01:00
8e557d122b
Cleanup some misc stuff
Luck
·
2017-03-26 16:10:49 +01:00
486b19aa90
Force some config options to be read as lower case
Luck
·
2017-03-25 23:23:20 +00:00
14cb34ac95
Provide tab completion for rewritten arguments & add some more rules
Luck
·
2017-03-25 20:27:33 +00:00
abfc23b04d
Fix parent set command also adding default
Luck
·
2017-03-25 20:06:30 +00:00
ebb24aefa1
Fix removing temporary permissions/parents/meta in global context
Luck
·
2017-03-25 19:58:56 +00:00
2573f46f40
Output group/track lists in alphabetical order
Luck
·
2017-03-25 19:48:17 +00:00
5dcb8cd73a
Don't bother loading test classes (
#217
)
Luck
·
2017-03-25 11:38:02 +00:00
e4bfe09882
Add es_ES locale
Luck
·
2017-03-25 11:13:45 +00:00
eecbfe04db
Cleanup remaining (un)setPermission methods
Luck
·
2017-03-25 11:04:25 +00:00
671e2adc32
Rewrite inheritance resolution implementation
Luck
·
2017-03-24 22:18:18 +00:00
1137e476dd
correct zPermissions migration logging tag
Luck
·
2017-03-23 23:18:03 +00:00
cb63b321d0
Automatically push updates to other servers via the messaging service when commands are ran
Luck
·
2017-03-21 21:58:45 +00:00
c36b0d2975
Rename "debug" classes to "verbose"
Luck
·
2017-03-20 17:22:18 +00:00
f8ad562b95
Slight speed improvement for import processes
Luck
·
2017-03-19 20:52:35 +00:00
c35ab38f36
Implement nicer json format for Sponge local data
Luck
·
2017-03-19 17:54:12 +00:00
073b775566
Implement new file layout for YAML / JSON storage files (
#211
)
Luck
·
2017-03-19 15:37:30 +00:00
85c7a7db8d
Clarify the file names of H2 and SQLite databases
Luck
·
2017-03-18 23:00:12 +00:00
1e134df27d
Enforce that ContextSets use the HashMultimap variant -
closes
#208
Luck
·
2017-03-18 20:18:18 +00:00
bdff84885a
Fix PM migration command not being registered
Luck
·
2017-03-18 17:26:44 +00:00
f1a9c3722c
Fix NoSuchMethodError being thrown for older Bukkit config classes
Luck
·
2017-03-18 15:34:29 +00:00
8b402f6423
First
Previous
1
2
3
4
5
...
Next
Last