Commit Graph

739 Commits

Author SHA1 Message Date
Sleaker
38839dfb65 added eWallet econ support 2011-11-27 11:28:23 -08:00
Sleaker
310df669d1 added MineConomy support 2011-11-27 11:14:28 -08:00
Sleaker
7865019cda javadocs! 2011-11-25 16:04:16 -08:00
Nick Minkler
ea4e45bcdd Merge pull request #19 from mung3r/master
added optional ant build target to do a maven install
2011-11-23 17:07:39 -08:00
mung3r
dcbdce7602 decoupled maven install as a main target dependency 2011-11-23 11:31:36 -08:00
mung3r
f4c53f70c9 added ant task to install Vault.jar into local maven repository 2011-11-23 09:34:18 -08:00
Sleaker
1cdc84a0e3 added player-specific permission addition/removal to bPerms API 2011-11-21 10:35:25 -08:00
Sleaker
ab123016ed version++ 2011-11-19 17:16:38 -08:00
Sleaker
6bacfef517 fix iChat package checking 2011-11-19 17:01:31 -08:00
Sleaker
9e04122c9f added very basic iChat support, it loads last as iChat functions as a
Pass-through if any other perms systems are detected with Chat support.
2011-11-19 10:13:12 -08:00
Sleaker
b1cc568653 updated GM support to allow adding/removing permissions on
players/groups - unable to add Group Addition/Removal because of how GM
handles primary groups.
2011-11-18 08:01:12 -08:00
Sleaker
40a6391f35 version+ 2011-11-16 21:56:32 -08:00
Sleaker
3eb747e089 update bPerms to allow offline permission checks. 2011-11-16 09:42:44 -08:00
Sleaker
6618fc1f91 update bPerms library 2011-11-16 09:35:07 -08:00
Sleaker
996e8a8e6d Chat interface now allows for getting groups in case a plugin only wants
to hook chat to do group related operations.
2011-11-16 08:02:30 -08:00
Sleaker
7bce4ad2fc re-fix Permissions3 support 2011-11-16 07:50:45 -08:00
Sleaker
a4a6d51c36 don't hook PEX if it's less than 1.16 2011-11-09 17:04:53 -08:00
Sleaker
72f2830e46 update to 1.1.1 2011-11-08 16:04:44 -08:00
mung3r
79c2dd39b4 Merge branch 'refs/heads/master' of https://mung3r@github.com/mung3r/Vault.git 2011-11-07 10:51:27 -08:00
Sleaker
a1902dc2b1 added warning message for PEX 2011-11-05 01:46:19 -07:00
Sleaker
9deb16164e update PEX inGroup handling - has been updated since it was trash. 2011-11-04 17:28:11 -07:00
Nick Minkler
f71364d546 Merge pull request #14 from desht/master
Some Permissions refactoring
2011-11-04 08:29:52 -07:00
Sleaker
357e4c5080 update PEX library to 1.16 2011-11-04 08:25:24 -07:00
Des Herriott
a6ab00f5e6 Some refactoring in Permissions handlers
- Add default implementations of playerAddTransient() &
playerRemoveTransient() to the Permissions superclass.  "Pure"
superperms handlers (e.g. bPermissions, PermissionsBukkit) use those
methods, while handlers which use their own API can override them.

- Moved log and plugin fields to the Permissions superclass, since
they're present in all handlers.
2011-11-04 08:56:06 +00:00
Sleaker
e4675154d7 removed debugging messages for systems not being used to prevent
spamminess
2011-11-03 18:35:46 -07:00
Nick Minkler
f6d3770e5f Merge pull request #13 from desht/master
Permissions handling bugfixes
2011-11-02 11:20:05 -07:00
Des Herriott
ee40fda9c8 Permission handling bugfixes:
- Permission#playerRemoveTransient(Player, String) was calling
playerRemove(String, String, String) instead of
playerRemoveTransient(String, String, String)

- Avoid NPE in PermissionsBukkit plugin when adding/removing transient
permissions.  Also use unsetPermission() when removing transient perms
rather than getPermissions().remove(...).  This may need to be done for
other permissions provider plugins too - I've only tested with
PermissionsBukkit so far.
2011-11-02 11:28:35 +00:00
Sleaker
f2b03a99bb version increase 2011-10-31 11:11:32 -07:00
mung3r
371a1c3d4f Merge branch 'refs/heads/master' of https://mung3r@github.com/mung3r/Vault.git 2011-10-31 10:22:34 -07:00
Sleaker
a44124f837 API javadoc update for new bank methods 2011-10-30 13:27:34 -07:00
Sleaker
be5da7b708 fixed method I forgot to remove 2011-10-30 12:01:38 -07:00
Sleaker
ccfbc49ddb added bank support and has(name, amount) call to simplify economy
methods.  Fixed inconsistent returns on EconomyResponses - the first
variable is ALWAYS the amount modified and the second variable is ALWAYS
the account balance after the operation.
2011-10-30 12:00:12 -07:00
mung3r
af1a4b711f Merge branch 'refs/heads/master' of https://mung3r@github.com/mung3r/Vault.git 2011-10-29 22:33:39 -07:00
Sleaker
fd7d804924 P3 support seems messed up - hacked it together - please update 2011-10-28 17:02:07 -07:00
Sleaker
391fe80bdb javadoc the new chat interface 2011-10-28 16:30:15 -07:00
Sleaker
68d2e1a277 Vault now supports a full Chat API 2011-10-28 16:29:26 -07:00
Sleaker
e29b044cff Merge remote branch 'origin/master'
Conflicts:
	lib/PermissionsEx.jar
2011-10-28 16:27:28 -07:00
Sleaker
4c11c28031 fix blank returns for bPermission info nodes 2011-10-28 16:25:12 -07:00
Sleaker
a4a2580c53 added bPermissions chat support 2011-10-28 16:12:49 -07:00
Sleaker
4ab1b579a2 added framework for bPermissions info support - needs to be fully added 2011-10-28 13:49:30 -07:00
Sleaker
b9cfea3d33 added bPerms support - minor housekeeping on some other methods 2011-10-28 13:41:02 -07:00
mung3r
420670c9cf Merge branch 'master' of https://github.com/mung3r/Vault 2011-10-23 17:44:21 -07:00
Sleaker
bb16efbd63 updated mChat library 2011-10-23 13:22:12 -07:00
Sleaker
60d4d59441 updated libs - added mChat to Chat API 2011-10-23 13:18:23 -07:00
Sleaker
b508e777fb added some mutability to p2 support 2011-10-23 10:01:36 -07:00
mung3r
df0c3e19c9 Merge pull request #10 from mung3r/master
fix pex compile error
2011-10-23 00:10:17 -07:00
mung3r
7be6572025 calling pex has method via instance instead of static appears to keep
compatibility with both 1.15 and 1.15.1
2011-10-23 00:08:37 -07:00
Sleaker
510386404b added methods for P2/P3/GM/PEX to the Chat API 2011-10-23 00:04:29 -07:00
mung3r
4e5d166164 Merge pull request #9 from mung3r/master
lib updates
2011-10-22 23:55:25 -07:00
mung3r
d18f81d3cf updated PermissionsEx jar to 1.15.1 2011-10-22 23:54:22 -07:00