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,234
Commits
1
Branch
0
Tags
bcb4e5ca64f90474bcd5c843aa112a34f452c40a
Commit Graph
441 Commits
Add workaround for plugins adding/removing/modifying permission attachments via reflection (
#1024
)
who knows why they're doing it, it's not even beneficial for performance...
Luck
·
2018-05-30 13:17:41 +01:00
644c53a074
Cache the creation of Sponge proxy subject classes (
#1005
)
Luck
·
2018-05-17 18:19:45 +01:00
f4882c1c14
Lazily load contexts cache for Sponge subjects (
#1005
)
Luck
·
2018-05-17 18:12:20 +01:00
ed3b5a3cf1
Fix saving node attributes on non-YAML file storage types (
#999
)
Luck
·
2018-05-16 19:30:05 +01:00
45e2b7b12f
Various performance optimizations
Luck
·
2018-05-15 00:08:23 +01:00
18f09f9862
Reduce the number of config lookups required when calculating contexts
Luck
·
2018-05-12 01:51:38 +01:00
1639879106
Reduce the throughput on the contexts cache in ContextManager (
#929
)
Luck
·
2018-05-12 01:34:34 +01:00
a927ca659f
Update configurate to fix issues with legacy guava compat
Luck
·
2018-05-06 19:57:50 +01:00
804c884d8b
Release version 4.2.0
blaze it
Luck
·
2018-05-06 17:16:36 +01:00
64838708ab
Use the servers uuid cache in the output to /lp search if LP doesn't have data (
#974
)
Luck
·
2018-05-06 16:20:08 +01:00
91b7af52ac
Fix jedis shading (
#930
)
Luck
·
2018-05-06 15:58:40 +01:00
d3dded8791
Fix bad caching logic resulting in super high CPU usage
Luck
·
2018-05-04 23:12:46 +01:00
10c0efaa5d
Implement different comparison methods for /lp search (
#917
)
Luck
·
2018-05-04 18:11:11 +01:00
194b602fd6
Remove the locks in NodeMap to ease thread contention when lots of processes are resolving inheritance & refactor the way LocalizedNodes are created (
#734
)
Luck
·
2018-05-04 16:16:12 +01:00
2dbbea4993
Refactor the way holder caches are invalidated in order to improve consistency (
#734
)
Luck
·
2018-05-03 19:36:10 +01:00
a6facf7492
Refactor extended node types, general cleanup
Luck
·
2018-05-02 20:18:57 +01:00
4547b52748
Maybe fix problems with symlinks (
#956
)
Luck
·
2018-04-30 14:44:09 +01:00
e3a783c546
Refactor configurate deo serialization of permission data, add support for the TOML format
Luck
·
2018-04-28 21:26:59 +01:00
7d089cb5f0
Some small fixes and changes for ContextSet implementations
Luck
·
2018-04-27 18:50:36 +01:00
3784d904fb
Fix sponge split-storage config section being in the wrong section of the config (
#928
)
Luck
·
2018-04-25 17:30:56 +01:00
55382519a1
Fix sponge subject storage
Luck
·
2018-04-25 17:30:02 +01:00
cbb562b603
Fix misplaced sponge config options
Luck
·
2018-04-23 21:31:04 +01:00
d73543408e
Implement the option to combine yaml/json/hocon storage files into one
Luck
·
2018-04-20 21:59:32 +01:00
328353d053
Account for Sponge permission defaults in SpongeSenderFactory#getPermissionValue (
fixes
#920
)
Luck
·
2018-04-20 14:17:29 +01:00
882a29029e
refactor inheritance graphs slightly
Luck
·
2018-04-20 14:00:50 +01:00
957365ab91
Minor misc changes
Luck
·
2018-04-08 22:58:15 +01:00
cb185e4827
derp
Luck
·
2018-04-04 15:29:45 +01:00
6a5b7ce3a1
Register Sponge PermDescriptions to the LP permission registry
Luck
·
2018-04-03 21:56:15 +01:00
f33c540efb
Add extra parameter to EventBus#subscribe which allows a handler to be bound to a plugin
Luck
·
2018-04-02 17:26:02 +01:00
7684ac5d3a
Fix resolving data directory on Sponge servers with a custom config dir location (
#875
)
Luck
·
2018-03-30 21:37:33 +01:00
72f9de6cc7
Implement Messaging Service using SQL (
#534
)
Luck
·
2018-03-18 16:02:04 +00:00
da797f154d
Fix Sponge persisted subject parent serialisation
Luck
·
2018-03-18 11:41:13 +00:00
926195efc4
Fix Sponge subject inheritance
Luck
·
2018-03-18 10:41:27 +00:00
8c1c5c820c
Fix parentadd and parentremove sponge commands
Luck
·
2018-03-18 10:09:21 +00:00
f63f652edb
Rename role parameter in PermissionDescription.Builder#assign
Luck
·
2018-03-18 10:02:16 +00:00
174ef187e8
Reorganise the default configuration
Luck
·
2018-03-17 21:03:50 +00:00
d1e76f401a
Reorganise commands
Luck
·
2018-03-12 21:25:39 +00:00
907d716929
Further improvements to the Sponge service design
Luck
·
2018-03-08 21:51:25 +00:00
f6c440c172
Implement Sponge subject lookup queries using CachedData from LP common
Luck
·
2018-03-07 23:50:23 +00:00
bf69d5314e
Fix errors relating to sponge plugin parameter being an illegal argument (
#810
)
Luck
·
2018-03-03 20:43:41 +00:00
6d2ea659a4
Always fire SubjectDataUpdateEvent async
Luck
·
2018-03-03 16:27:43 +00:00
f93e8fdccd
Extract common plugin behaviour into an abstract class
Luck
·
2018-03-03 16:26:37 +00:00
68e4d36f40
Remove sponge migration commands
Luck
·
2018-03-01 11:03:22 +00:00
6c0bb61cb1
Implement SubjectDataUpdateEvent (
#753
)
Luck
·
2018-03-01 10:58:08 +00:00
d9a45b1090
Cleanup parts of the sponge service implementation
Luck
·
2018-03-01 08:48:39 +00:00
fbe84322b5
Refactor Contexts class
Luck
·
2018-02-28 19:13:21 +00:00
98fb9946e4
Fully relocate the jedis driver
Luck
·
2018-02-24 18:20:56 +00:00
6704ac4b46
Update API to 4.1
Luck
·
2018-02-23 22:13:41 +00:00
168e712324
Fix illegal argument exception when a proxied Sponge calculator adds an empty context (
#780
)
Luck
·
2018-02-22 22:24:21 +00:00
b1fa4263ed
Update web related functionality to point to new locations and APIs (
#770
) (
#784
)
Luck
·
2018-02-22 22:09:37 +00:00
31d435dc2b
First
Previous
1
2
3
4
5
...
Next
Last