Commit Graph

  • dc87ec1c82
    Update placeholder expansion Luck 2016-10-24 09:57:29 +0100
  • 98b7b65ce7
    Remove PEX dependency Luck 2016-10-24 09:22:53 +0100
  • 9f8f32b33e
    Fix suffixes not being applied Luck 2016-10-23 22:02:48 +0100
  • a80ec6d893
    Implement PermissionsEx 2.0 migration for Sponge Luck 2016-10-23 20:42:58 +0100
  • 4d85930f5a
    Refactor migration classes Luck 2016-10-23 20:42:25 +0100
  • f722f4112d
    Update default-lang.yml Luck 2016-10-23 17:59:34 +0100
  • 383276f47a
    Refactor contexts, expose cached data in the API & release 2.13 Luck 2016-10-23 16:46:53 +0100
  • 33c78e4a17
    Use LoadingCache instead of a regular map + more datastore fixes Luck 2016-10-22 20:39:26 +0100
  • 55a0de7899
    Lower buffer time to 1 second. Should resolve any issues with changes being overridden. (related: #32) Luck 2016-10-22 18:52:51 +0100
  • 6b3aab66bf
    Fix some #saveX methods being waited for, when they can just be ran async Luck 2016-10-22 09:35:11 +0100
  • 77e70ef8d3
    Fix deadlocks caused by waiting for async operations to complete before the scheduler has started Luck 2016-10-22 09:21:30 +0100
  • 9b92143501 prevent logins until the plugin has started Luck 2016-10-22 00:07:30 +0100
  • 87f94f6b8f add started value to bukkit plugin Luck 2016-10-22 00:05:33 +0100
  • 5d955e77b6
    Make the max pool size configurable Luck 2016-10-21 22:22:06 +0100
  • 270a276b98
    Refactor SQL storage to not hold onto connections for as long Luck 2016-10-21 22:07:14 +0100
  • be7d914e39
    Finish the buffering refactor - still WIP. Towards #32 Luck 2016-10-21 18:34:53 +0100
  • 37fc00cce8
    Refactoring storage - WIP. Towards #32 Luck 2016-10-20 21:55:34 +0100
  • 0d515abadb Cleanup some bad code in SQLDatastore. Might help #32 Luck 2016-10-19 23:30:30 +0100
  • daef01194e
    Shade MySQL connector into Sponge jar. Resolves #31 Luck 2016-10-19 22:23:43 +0100
  • 258bf1cc41
    small cleanup Luck 2016-10-19 20:57:53 +0100
  • ce3d7829d7
    Update internal permissions to match the new command layouts Luck 2016-10-19 20:14:16 +0100
  • c66a01c1a6
    Fix temporary permission expirations never persisting. Fixes #30 Luck 2016-10-19 17:37:26 +0100
  • d113a92ce5
    Cleanup permission calculation Luck 2016-10-18 20:48:59 +0100
  • 7b655d12df
    Add set-primary-group option to the default assignments Luck 2016-10-17 18:23:41 +0100
  • a4c872f1e8
    Fix per-world permissions not working until a user switches worlds Luck 2016-10-17 17:10:02 +0100
  • 0e7d9bf9c1
    Bump hikari version Luck 2016-10-16 21:05:25 +0100
  • 6252a5bc75
    Fix invalid property Luck 2016-10-16 20:53:12 +0100
  • e4e80c9c31
    Update to SpongeAPI 5.0.0 release Luck 2016-10-16 18:13:55 +0100
  • 165c5610c3
    Add extra Hikari flag Luck 2016-10-16 17:24:02 +0100
  • 13fbc7dd39
    Implement default assignment system (#25) Luck 2016-10-16 13:58:57 +0100
  • 02a75fc32a
    Reimplement autoop on Bukkit & other misc fixes Luck 2016-10-15 21:04:04 +0100
  • 699c4d107b
    Swap the javaassist maven plugin with a better method Luck 2016-10-15 08:59:49 +0100
  • e4810302e1
    Implement meta / Sponge option commands & fix meta caching system. Fully resolves #23 Luck 2016-10-14 22:49:32 +0100
  • 73f10cad66
    Make the recent command changes backwards compatible Luck 2016-10-14 20:42:00 +0100
  • f1d670dc46
    refactor permission commands Luck 2016-10-14 19:55:22 +0100
  • 045539c752
    refactor inheritance commands Luck 2016-10-14 19:19:57 +0100
  • 782c09b686
    Refine bulk group edit primary group check Luck 2016-10-13 21:29:30 +0100
  • 6109718c67
    Cleanup some remaining TODOs Luck 2016-10-13 21:16:34 +0100
  • cd758d7e48
    Bump minor version Luck 2016-10-13 20:40:09 +0100
  • fcb0fcadeb
    Fix StackOverflowException Luck 2016-10-13 20:36:08 +0100
  • 26fb506560
    Reorganize packages Luck 2016-10-13 20:07:03 +0100
  • b6c4239322
    Fix NPE Luck 2016-10-13 19:43:48 +0100
  • 74f9283f18
    Silence exception on #giveDefaultIfNeeded. Resolves #26 Luck 2016-10-13 19:25:31 +0100
  • 60e6ae6e23
    Fix Sponge implementation, remove standalone module Luck 2016-10-13 19:13:34 +0100
  • 83d9229295
    Refactor caching system (WIP) - still working towards #23 Luck 2016-10-12 21:57:57 +0100
  • e079b0f3ed
    Fix meta command showing when a user doesn't have permission to use it Luck 2016-10-11 21:17:04 +0100
  • d433a5461d
    Refactor meta commands, working towards #23 Luck 2016-10-11 21:12:10 +0100
  • 2c43f6bf21
    Fix global permissions and groups sometimes not applying Luck 2016-10-11 19:31:55 +0100
  • ac57509a29
    Fix prefix/suffix priorities being ignored Luck 2016-10-11 19:31:26 +0100
  • c5ce655cf6
    Add Vault chat debug messages Luck 2016-10-11 19:06:18 +0100
  • 9fe05efb4e
    Don't force the default group Luck 2016-10-11 18:54:42 +0100
  • dcf207f5e5
    Fix exception, resolves #20 and #22 Luck 2016-10-10 22:39:24 +0100
  • 11facab71c
    Fix NPE, resolves #19 Luck 2016-10-10 22:26:39 +0100
  • 5b4975f34c
    Implement persisting subjects (+ defaults) Luck 2016-10-10 18:58:43 +0100
  • 069e535f1a
    Avoid odd behavior where Sponge prevents User subjects from being GCed Luck 2016-10-09 21:34:05 +0100
  • 1eb053447e
    Make refresh calls in SpongeListener run async Luck 2016-10-09 20:49:17 +0100
  • 93c7c06b2d
    Cleanup some Sponge subject classes Luck 2016-10-09 13:14:58 +0100
  • b0085bc1e1 Update readme Luck 2016-10-09 10:58:14 +0100
  • 9133951446
    I'm dumb Luck 2016-10-08 16:45:18 +0100
  • 7853d4686a
    Fix NPE with LPPermissibles & refreshing users Luck 2016-10-08 16:43:57 +0100
  • ed5892eb56
    add option to ignore vault world parameters Luck 2016-10-08 15:01:54 +0100
  • 687804de2c
    small change to BukkitConfig Luck 2016-10-08 09:05:48 +0100
  • 9d166041ab
    Account for inheritance and wildcards in SimpleSubject Luck 2016-10-07 18:11:59 +0100
  • 924041bff4
    Add server and world args to clear command, and add clearmeta command Luck 2016-10-06 21:23:27 +0100
  • e9216d3e0f
    Allow the prefix to be modified by the lang file Luck 2016-10-06 19:54:52 +0100
  • db8f1bca66
    Fix API javadoc & fix Bukkit legacy build Luck 2016-10-06 17:21:04 +0100
  • 2429831153
    API changes for 2.11 Luck 2016-10-05 21:40:54 +0100
  • 80d2246634
    Fix exporting users not in the default group Luck 2016-10-04 20:48:58 +0100
  • 56df2477ca
    Fix UnsupportedOperationExceptions with #getPermissions Luck 2016-10-04 17:30:27 +0100
  • 9b4384dc33
    Revert: Merge dummy implementations Luck 2016-10-04 17:15:10 +0100
  • bc65857831
    Fix CME Luck 2016-10-04 17:13:32 +0100
  • de462d2385
    Merge dummy implementations Luck 2016-10-04 16:58:54 +0100
  • 90150428be
    Inject a dummy on quit instead of a real PermBase instance Luck 2016-10-04 16:19:41 +0100
  • 2a7f951f4f
    Fix NPE / crash on player quit Luck 2016-10-04 16:10:06 +0100
  • 82789328c1
    Pre-process permissions and apply immediately on login events Luck 2016-10-04 14:57:00 +0100
  • 13bccd1d3f
    Fix users not receiving permission updates Luck 2016-10-03 21:41:47 +0100
  • 43c514132d
    Cache node deserialization Luck 2016-10-03 21:18:59 +0100
  • 9e0fdcbfee
    Fix memory leak, woops Luck 2016-10-03 20:43:36 +0100
  • 008dc3fc52
    Move some classes around Luck 2016-10-03 20:42:11 +0100
  • 9fde237d9b
    Swap slow get method Luck 2016-10-03 19:53:43 +0100
  • d626c08b4c
    Small fix for #getAllWithPermission Luck 2016-10-03 16:45:52 +0100
  • 58e223e74b
    Implement bulk prefix/suffix removal Luck 2016-10-02 21:17:59 +0100
  • 1da1df156e
    Fix issues related to Node comparisons Luck 2016-10-02 15:44:46 +0100
  • 3442372281
    Cleanup random debug messages Luck 2016-10-02 15:43:44 +0100
  • 1b3b50c113
    Refactor PermissionHolder & Sponge subjects Luck 2016-10-02 15:05:53 +0100
  • 18e126b781
    Fix issue with permissions sometimes not being removed Luck 2016-10-02 10:33:58 +0100
  • c88600adda
    Make User constructor protected. Closes #18. Luck 2016-10-01 22:56:57 +0100
  • 4787361e66
    Implement locks to hopefully resolve race conditions with I/O - experimental Luck 2016-10-01 19:03:05 +0100
  • b5ece8b5bd
    Fix exception Luck 2016-09-30 22:26:39 +0100
  • 7ee3116f29
    Maybe fix broken inheritance Luck 2016-09-30 20:43:08 +0100
  • 1fc0d77971
    Cache & fix (and maybe break) Vault Chat implementation Luck 2016-09-30 20:08:59 +0100
  • a32ab4bf7f
    Show where a permission was inherited from in the inheritsperm command Luck 2016-09-30 19:21:19 +0100
  • 2d8083bf18
    Another Vault fix & cleanup User / Group classes Luck 2016-09-30 17:45:29 +0100
  • 63b9be9845
    Change Vault behavior & cleanup Node class Luck 2016-09-30 17:09:19 +0100
  • 85a83d8c71
    Add logging output to Vault Luck 2016-09-29 22:04:46 +0100
  • 71b33a296c
    Calculate Sponge defaults using context Luck 2016-09-29 20:38:03 +0100
  • becdfd6f03
    Silence subject load errors unless debug-permission-checks is true Luck 2016-09-29 20:02:38 +0100
  • 41744f9416
    Add clone commands Luck 2016-09-29 18:07:41 +0100
  • cb89a92ba9
    Message colour changes and standardization Luck 2016-09-28 21:16:07 +0100
  • 93d54373c6
    Add detailed command info system Luck 2016-09-28 20:59:08 +0100