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,009
Commits
1
Branch
0
Tags
904bb90385cee9e43fd694aa5960a62c3ebc9c41
Commit Graph
1009 Commits
This Branch
This Branch
All Branches
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
Fix promote / demote command inconsistencies (
#609
)
Luck
·
2017-12-14 21:43:44 +00:00
2e7a08c006
Fix user demote command success message (
#609
)
Luck
·
2017-12-14 18:31:52 +00:00
38e75da92f
Update locale files (
#604
,
#601
,
#602
)
#601
by @DarkFort
#602
by @EuropeJing
Luck
·
2017-12-13 16:42:30 +00:00
97708c2c80
Add option to pull server setting from the server.properties file
Luck
·
2017-12-11 19:42:24 +00:00
e5ce64266f
Fix compat with older hikari versions (
#600
)
Luck
·
2017-12-11 19:26:17 +00:00
a765be0a6f
refactor context sets
Luck
·
2017-12-11 19:02:02 +00:00
0bec93ab1c
Work around message bug when parsing two consecutive color codes
Luck
·
2017-12-11 17:39:35 +00:00
dfb1b8f841
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
Fix compatibility with older Gson versions
Luck
·
2017-12-09 11:26:12 +00:00
bbb2897d20
Use static empty context set where appropriate, cache reversed comparator instances
Luck
·
2017-12-07 19:49:04 +00:00
a5e41e479a
Fix MongoDao issue causing unnecessary writes each time a user is loaded (
#589
)
Luck
·
2017-12-07 16:52:21 +00:00
2baea0ce13
Migrate PermissionsEx ladders (
#588
)
Foorack
·
2017-12-04 23:24:06 +00:00
90cbff885f
Run a sync task after completing a bulk update (
#579
)
Luck
·
2017-12-01 17:44:57 +00:00
0d9034504e
Update README.md
Luck
·
2017-12-01 00:02:35 +00:00
800749c5ed
Update readme
Luck
·
2017-12-01 00:01:50 +00:00
30f27f29b4
Don't run schema migrations for Postgre (
#568
)
Luck
·
2017-11-30 20:33:15 +00:00
2985cf7237
Rewrite the MongoDB storage impl to use the modern node serialisation format
Luck
·
2017-11-30 20:25:48 +00:00
003ddc51de
Fix mongodb bulkupdate (
#572
)
Luck
·
2017-11-29 23:10:32 +00:00
c369ac6b90
Change poms to conform to Sonatype's OSSRH requirements
Luck
·
2017-11-28 22:22:52 +00:00
e2b9e37867
Cleanup sponge service impl
Luck
·
2017-11-25 15:56:02 +00:00
1e105b4135
Fix bug when loading maps from the BungeeConfigAdapter (
#563
)
Luck
·
2017-11-25 12:45:57 +00:00
c5c253af4e
Add config option for defining extra SQL connection properties (
#563
)
Luck
·
2017-11-25 11:37:30 +00:00
717835e5c1
Update pl_PL locale (
#556
)
Mat't
·
2017-11-24 21:12:16 +00:00
e9ba62dbd9
Update hu_HU locale (
#558
)
montlikadani
·
2017-11-24 21:11:50 +00:00
ad5c22ecdb
Update ru_RU locale (
#560
- thanks @DarkFort)
Luck
·
2017-11-24 21:10:44 +00:00
2e92b97f01
Refactor configurate dao
Luck
·
2017-11-23 22:51:05 +00:00
ae8fe0fe1e
Fix race condition when saving null config nodes to non-existent files
Luck
·
2017-11-23 20:15:29 +00:00
d992d7f77c
Remove character constraints on group names, cleanup legacy node (de)serialization system
Luck
·
2017-11-23 20:05:38 +00:00
a7cb7ec1af
Implement system for shorter editor urls & display diff when changes are applied
Luck
·
2017-11-22 20:54:58 +00:00
3afeb30795
Don't allow user names to be set if the length exceeds 16 characters
Luck
·
2017-11-22 17:17:49 +00:00
26feeb125e
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 zero length prefixes from locale files
Luck
·
2017-11-21 15:44:22 +00:00
29eba93ee3
Bump SQLite version
Luck
·
2017-11-20 15:16:00 +00:00
52ebfe9309
Fix issue with loading tracks with configurate
Luck
·
2017-11-20 15:14:44 +00:00
b3e78c6dc1
Don't try to run schema migrations for SQLite
Luck
·
2017-11-19 22:24:39 +00:00
cd0184970a
Fix compiling null AssignmentExpressions
Luck
·
2017-11-19 19:09:21 +00:00
6401480874
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
Attach extra data to the editor payload object to allow for tab completion
Luck
·
2017-11-11 22:57:25 +00:00
9a420403de
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
Move #refreshCachedData up the type hierarchy into PermissionHolder
Luck
·
2017-11-08 22:59:22 +00:00
14005563a3
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
Move a couple more methods around in the API
Luck
·
2017-11-08 15:48:55 +00:00
d75b29f51d
Fix tab completions not being returned for empty strings (
#538
)
Luck
·
2017-11-07 22:16:48 +00:00
3e8f7911af
First
Previous
1
2
3
4
5
...
Next
Last