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
1,036
Commits
1
Branch
0
Tags
b9dfd7db54e28065c301098010e89be02dfdac9b
Commit Graph
423 Commits
Recompile against new powerfulperms namespace (
#651
)
Luck
·
2017-12-29 22:44:42 +00:00
e09c5622f7
Revert Spigot PluginClassLoader workaround
Luck
·
2017-12-29 20:40:43 +00:00
717347273d
Fix issue with slf4j loading
Luck
·
2017-12-29 16:52:11 +00:00
9bb1ba12b2
Implement nasty workaround for Spigot's changes to the PluginClassLoader (
#648
)
Luck
·
2017-12-29 15:25:49 +00:00
bff9715e7f
Fix NodeFactory#nodeAsCommand (
closes
#639
)
Luck
·
2017-12-27 10:30:13 +00:00
ab115c4a6b
Return empty string instead of null in VaultChatHook
Luck
·
2017-12-24 11:42:40 +00:00
e1e7bc8e0d
misc cleanup
Luck
·
2017-12-23 23:51:42 +00:00
6602b23f09
fix compile
Luck
·
2017-12-23 20:45:28 +00:00
862fe6e2e3
rewrite Vault implementation to upgrade requests to uuids instead of downgrade to usernames
Luck
·
2017-12-23 18:25:23 +00:00
5a34fa182a
Correctly close flatfile database connections on disable, catch all exceptions when performing initial data load
Luck
·
2017-12-22 22:35:13 +00:00
0b72507e2d
pass and account for the holder type when building PermissionCalculators
Luck
·
2017-12-19 22:48:53 +00:00
f793fd5010
Extract out common constants & magic values into factory classes
Luck
·
2017-12-18 22:19:25 +00:00
fb92fd9357
Misc cleanup
Luck
·
2017-12-17 12:17:46 +00:00
f86bdb7619
Refactor paginated command output, add flags for ordering 'permission info' entries, fix crashes caused by long messages (
#591
)
Luck
·
2017-12-16 21:05:43 +00:00
904bb90385
Add option to pull server setting from the server.properties file
Luck
·
2017-12-11 19:42:24 +00:00
e5ce64266f
propagate i/o errors to the futures returned by the dao
Luck
·
2017-12-10 01:47:00 +00:00
322b522a52
Remove the isAcceptingLogins storage state in favour of just throwing exceptions on usage
Luck
·
2017-12-09 19:02:23 +00:00
9dd4f71526
Validate checksums of downloaded dependencies
Luck
·
2017-12-09 18:36:08 +00:00
94b4e3d366
Use static empty context set where appropriate, cache reversed comparator instances
Luck
·
2017-12-07 19:49:04 +00:00
a5e41e479a
Migrate PermissionsEx ladders (
#588
)
Foorack
·
2017-12-04 23:24:06 +00:00
90cbff885f
Change poms to conform to Sonatype's OSSRH requirements
Luck
·
2017-11-28 22:22:52 +00:00
e2b9e37867
Add config option for defining extra SQL connection properties (
#563
)
Luck
·
2017-11-25 11:37:30 +00:00
717835e5c1
Catch and ignore exceptions thrown when migrating a specific entity
Luck
·
2017-11-22 16:59:19 +00:00
211fb219a7
fix issue with the LP Vault impl and servers with more than one server context
Luck
·
2017-11-21 16:44:20 +00:00
e71ef834c0
Fix issue with loading tracks with configurate
Luck
·
2017-11-20 15:14:44 +00:00
b3e78c6dc1
General tidy up
Luck
·
2017-11-18 23:20:48 +00:00
6ca9eb13dd
Expose more connection pool settings in the config file
Luck
·
2017-11-14 19:39:46 +00:00
987ea51264
maybe fix some bukkit migration issues when plugins use strange identifier formats, cleanup legacy message conversion on Bungee
Luck
·
2017-11-12 15:05:06 +00:00
df37491199
Bump dependency versions
Luck
·
2017-11-10 20:16:44 +00:00
17da2807cf
Fix broken usage of LogEntry#getActed
Luck
·
2017-11-09 21:05:06 +00:00
22fba0c172
Final bits of API refactoring, add group data caches, fix issue with LPPermissionAttachment fake map injection
Luck
·
2017-11-08 22:55:05 +00:00
a115ff8ce2
Fix tab completions not being returned for empty strings (
#538
)
Luck
·
2017-11-07 22:16:48 +00:00
3e8f7911af
API 4.0 - this is a breaking change
Luck
·
2017-11-07 22:05:49 +00:00
175a21c0e4
Inject a fake map into the super PermissionAttachment instance to fix compat with plugins using reflection to change attachment data (
#528
)
Luck
·
2017-11-07 17:05:16 +00:00
a2801bff7c
Throw exception earlier if an invalid permission is added/removed via Vault (
#526
)
Luck
·
2017-11-07 15:22:31 +00:00
f1a50f433f
Add Sender#getNameWithLocation
Luck
·
2017-11-02 18:51:59 +00:00
b7541c43c8
Add extra catch for null primary group in powerfulperms migration
Luck
·
2017-10-30 20:03:59 +00:00
94a4051d29
cleanup & fix build
Luck
·
2017-10-29 20:37:29 +00:00
230d9725e8
Inject our own subscription map into the plugin manager instead of registering permissions individually for each player
Luck
·
2017-10-29 15:16:48 +00:00
dee41b315f
Cleanup / tidy up a number of classes
Luck
·
2017-10-29 12:58:49 +00:00
72e6c75433
Fix NPE on startup (
#520
)
Luck
·
2017-10-24 13:05:06 +01:00
e8896fbdf7
Form more descriptive console & import usernames
Luck
·
2017-10-23 23:37:55 +01:00
54695b8046
More storage refactoring
Luck
·
2017-10-22 20:09:53 +01:00
a3a7198777
Add group setdisplayname command (
#493
)
Luck
·
2017-10-22 16:58:53 +01:00
ca8cc91f37
Apply PermissionAttachment permissions at a higher priority than normal nodes using the transient system (
#515
)
Luck
·
2017-10-22 10:24:04 +01:00
f109cb684a
Fix migrating null / non-existent usernames - reverts parts of
6bfeec6
,
fixes
#514
Luck
·
2017-10-22 09:07:08 +01:00
5ac0f93214
Add config option to allow invalid usernames (
#516
)
Luck
·
2017-10-22 09:00:10 +01:00
ecfbed00b1
Rewrite flatfile storage (YAML & JSON) to use configurate, add HOCON storage method
Luck
·
2017-10-21 23:20:45 +01:00
fa4bb0447a
Cleanup verbose handler & only send sponge OP command notification if the sender has permission
Luck
·
2017-10-16 18:55:17 +01:00
aa0be40124
Fix updating primary groups for players who've never joined the server with SQL storage types (
#500
)
Luck
·
2017-10-16 14:43:58 +01:00
6bfeec6d16
First
Previous
1
2
3
4
5
...
Next
Last