Commit Graph

851 Commits

Author SHA1 Message Date
Luck
ddc881af11
Add new argument util method for reading context pairs 2017-03-09 17:56:15 +00:00
Luck
838fba9173
Switch all usages of file reader/writers to use java nio methods - closes #204 2017-03-09 17:55:33 +00:00
Luck
0b6f326c18
Fallback to uuid in the search command if the username is unknown 2017-03-07 22:17:49 +00:00
Luck
00895fc7ab
Don't send json text on MC 1.7 2017-03-06 18:22:11 +00:00
Luck
07f38aa283
Fix possible issue with context conversion 2017-03-05 22:56:00 +00:00
Luck
ecf1d3790c
Fix issue where group nodes could be unset using the permission commands, and where users with per-server groups wouldn't be assigned to the default group globally 2017-03-05 19:05:05 +00:00
Luck
53c9e5bb4a
Fix race condition with Bukkit join handling where players are denied entry but subsequently login slightly later 2017-03-05 00:59:44 +00:00
Luck
b20b03113a
Fix groupmanager global group migration on windows systems 2017-03-01 21:26:20 +00:00
Luck
ec8273aa9f
Change bungeecord leave event priority to wait longer before unloading data 2017-02-26 21:53:03 +00:00
Luck
2862f0dfae
Fix creating delimiter patterns 2017-02-26 21:28:40 +00:00
Luck
fd4963c74b
Fix getUuid and getName API methods returning null for User, Group and Track instances 2017-02-26 20:46:37 +00:00
Luck
df99ef4481
misc cleanup 2017-02-26 12:43:35 +00:00
Luck
35d1057673
Refactor sponge commands to use the proxied interfaces (closes #197) 2017-02-26 11:55:59 +00:00
Luck
e6a90a18c4
Sort subjects properly 2017-02-26 01:16:54 +00:00
Luck
26afb69a14
Cleanup LuckPermsSubjectData (fixes #194) 2017-02-26 01:00:02 +00:00
Luck
e8c0c43e9d
misc cleanup 2017-02-24 19:31:45 +00:00
Luck
1707f333bf update javadocs link in readme 2017-02-23 21:59:43 +00:00
Luck
6798fb21b2
Events rewrite, remove most deprecated API methods (v3.0) 2017-02-19 14:57:20 +00:00
Luck
89ff3b169b
Fix bukkit child permission handling to not include permissions with no children & cleanup permission registration 2017-02-18 21:01:09 +00:00
Luck
abddb265be
ensure all bukkit permissions are registered on startup 2017-02-18 08:50:06 +00:00
Luck
b328fa74a7
Clarify thrown exception when a null context is returned 2017-02-16 21:45:43 +00:00
Luck
f97aa651a0
Fix NPE caused by generating the wrong ExtractedContexts type - closes #185 2017-02-16 21:43:27 +00:00
Luck
8d86eed0a7
Don't bother adding checks to the listener queue if no listeners are registered 2017-02-15 19:39:24 +00:00
Luck
05f906a759
Add /lp tree command - closes #175 2017-02-15 19:21:27 +00:00
Luck
4b16be1b75
Fix setting chat meta with Vault, remove unnecessary permissible recalculations & general cleanup 2017-02-15 12:53:52 +00:00
Luck
bd97a7c5d2
Respect prefix option set in subject - closes #149 2017-02-14 17:11:17 +00:00
Luck
a3a23d8870
Remove redundant SQL queries and fix issue where multiple uuids could be mapped to the same username - fixes #179 2017-02-14 16:23:54 +00:00
Luck
30bddceac5
import log should be sent to console too 2017-02-13 16:26:41 +00:00
Luck
989a2cc89c
Make the bukkit command manager more accessible 2017-02-13 12:53:22 +00:00
Luck
3f17e8c3c8
Test verbose filters before registering them (#178) 2017-02-12 17:19:16 +00:00
Luck
140e6b08ca
Apply regex perms before wildcards 2017-02-11 12:12:28 +00:00
Luck
6a39b721ba Fix sponge service returning subjects in reverse priority order 2017-02-09 23:00:48 +00:00
Luck
1df6f4b9df
Allow negated group permissions 2017-02-08 21:04:34 +00:00
Luck
9493fb3a7a
Switch SpongeGroup meta handling to use MetaHolder - closes #171 2017-02-06 22:38:03 +00:00
Luck
0d1f3b855f
Ignore commented lines on dump imports & add annotations to export files - closes #169 2017-02-05 09:58:24 +00:00
Michael Vorburger
0982154a15 "Explaination" --> "Explanation" (#168) 2017-02-04 22:32:34 +00:00
Luck
378f3f5efa
Fix NPE for vault getUserMeta when defaultValue is null and the LP value is also null 2017-02-04 17:45:26 +00:00
Luck
9b8d6e1dc7
Modify node escaping to use "\" characters, and remove all limits on node/server/world strings - closes #166 2017-02-04 12:18:45 +00:00
Luck
6540c695de
Add configurable duration handling when a holder already has a temporary permission/parent/option set - closes #152 2017-02-03 22:24:42 +00:00
Luck
1d71ec07be
fix option lookups in specific contexts returning as global instead 2017-02-03 17:18:18 +00:00
Luck
c837dd5cc8
fix jedis shading - closes #158 2017-02-02 16:00:18 +00:00
Luck
bc52e4da0e
Fix OPs disabled message 2017-02-02 15:58:34 +00:00
Luck
f0b4040458
Fix Sponge PEX meta migration weightings 2017-02-02 15:33:15 +00:00
Luck
d804c4be2a
fix build 2017-02-02 15:16:08 +00:00
Luck
ede413a213
Fix import/export handling - closes #159 2017-02-02 15:13:44 +00:00
Luck
9cee319ed9
Cleanup all migration commands - closes #63 2017-02-01 18:41:15 +00:00
Luck
f7b281f655
Fix build 2017-01-31 12:32:18 +00:00
Luck
8dbb083b90
Fix migration log being sent to the console twice 2017-01-31 12:29:06 +00:00
Luck
0be6d658ed
Refactor plugin and scheduler interfaces 2017-01-31 12:14:42 +00:00
Luck
1efce41767
Fix search command page number 2017-01-30 20:13:19 +00:00