Commit Graph

173 Commits

Author SHA1 Message Date
Sleaker 4305efde92 added McMoney support - updated all licensing information to be current 2012-02-19 00:22:02 -08:00
Sleaker 8ce3c77129 fix bPerms2 Chat - InfoReader package was removed without any
notification.  solves chat no hooking properly in latest bPerms.
2012-02-18 17:04:43 -08:00
Sleaker 264f769aad changed how we check versions so we don't display update to people
running development versions.
2012-02-18 11:16:13 -08:00
Sleaker c6ee3ef964 updates 2012-02-08 17:40:21 -08:00
Sleaker d3ef74bd8e attempt to load bPerms2 again, this is for testing purposes. 2012-02-01 07:20:39 -08:00
Sleaker 53613cd0f9 issue was wrong import the whole time 2012-01-31 17:45:29 -08:00
Sleaker 0a677273c6 schedule the metrics to start after the server is finished loading up 2012-01-31 17:37:42 -08:00
Sleaker 7328977f21 added custom plotters for determining econ/perm/chat plugin metrics. 2012-01-31 16:11:03 -08:00
Sleaker b379b67dc3 metrics whee 2012-01-31 14:11:48 -08:00
Sleaker 3437dcfcaf stripped out bPerms2 API it's completely non-functional. 2012-01-31 13:52:51 -08:00
Sleaker ab07eefde2 adjust bPermission hooking slightly. 2012-01-31 13:45:06 -08:00
Sleaker d02fca42fe fixup load order for bPerms/bPerms2 and priority levels. 2012-01-29 16:15:15 -08:00
Sleaker 4fd18e3962 switched to cb 1.1 - chat implementations now use new events. others
need to be converterd
2012-01-25 14:31:13 -08:00
Sleaker 46fc94d1b1 removed unnecessary bits. we cache the current-version, no need to
recalculate it everytime.
2012-01-19 20:04:55 -08:00
Sleaker d45236fe86 check the register package before attempting to hook. 2012-01-16 08:30:30 -08:00
Sleaker edf4c1fefb Craftconomy support, cause I'm nice like that. 2012-01-16 08:01:30 -08:00
Sleaker 02c4e0b22c only enable RegisterToVault option if Register can't hook the economy
itself.  This allows non-Register compatible economies to work with
Register.
2012-01-15 17:15:05 -08:00
Sleaker e4896477c2 added reflected Register pass-through to Vault. please test. 2012-01-15 17:10:53 -08:00
Sleaker 98808d7538 hook starburst, getprimarygroup is probably broken. 2012-01-12 17:24:07 -08:00
Sleaker e9c684047a don't load a pass-through for HeroTitles, just throw exceptions. 2012-01-11 16:14:38 -08:00
Sleaker a1fd8e0161 bPerms 2.6.x support, blech. 2012-01-11 12:11:25 -08:00
Sleaker 7fbe05f7d4 fix towny hook, version adjustment for next release, possibly fix
herotitle hook.
2012-01-06 14:04:08 -08:00
Sleaker 92862d4e7e fix a couple log messages, add heroTitles hooks. 2012-01-06 00:19:43 -08:00
Sleaker 7a80c18f09 Vault now only checks every 6 hours. 2012-01-02 10:08:48 -08:00
Sleaker 4c0d628b1f enabled zPermissions hooking. 2011-12-31 16:35:31 -08:00
Sleaker b872ce41d2 added currency core support 2011-12-30 09:03:21 -08:00
sleak 3a09fe1a73 removed PEX warning. fixed iChat hook saying it had registered with PEX.
Added Towny chat implementation - it only support player prefix/suffix
and group(town) prefixes
2011-12-18 23:40:19 -08:00
sleak 042176eb4e removed getDescription from the updateCheck as it's not
technically thread safe, even though it wont get called during normal
execution ever.
2011-12-18 10:38:09 -08:00
sleak 29681e53d9 prevent http request from pausing server at start - everything is thread
safe so no need to lock main process.
2011-12-11 23:46:43 -08:00
sleak 2cea48b6fe some more notification stuffs. Spiffy! 2011-12-09 21:19:09 -08:00
sleak 530a636df7 added vault.admin permission - and an upate check during login 2011-12-09 20:14:28 -08:00
Sleaker 442d852ef0 minor formatting. 2011-12-03 11:28:02 -08:00
Paul Dinelle 6969e40b26 Added support for EconXP. 2011-12-03 13:35:49 -05:00
Sleaker 0c784c7797 forgot to attempt the update check 2011-12-03 01:36:39 -08:00
Sleaker 1927dd93cb version checker 2011-12-03 01:30:44 -08:00
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 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 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 a1902dc2b1 added warning message for PEX 2011-11-05 01:46:19 -07:00
Sleaker e4675154d7 removed debugging messages for systems not being used to prevent
spamminess
2011-11-03 18:35:46 -07:00
Sleaker fd7d804924 P3 support seems messed up - hacked it together - please update 2011-10-28 17:02:07 -07:00
Sleaker a4a2580c53 added bPermissions chat support 2011-10-28 16:12:49 -07:00
Sleaker b9cfea3d33 added bPerms support - minor housekeeping on some other methods 2011-10-28 13:41:02 -07:00
Sleaker 60d4d59441 updated libs - added mChat to Chat API 2011-10-23 13:18:23 -07:00
mung3r 50f916e3ae fixed another conflict 2011-10-10 00:30:45 -07:00
mung3r 4a40e50891 fixed conflicts 2011-10-10 00:26:59 -07:00
mung3r ddbecef78b Merge remote-tracking branch 'upstream/master'
Conflicts:
	src/net/milkbowl/vault/Vault.java
	src/net/milkbowl/vault/economy/plugins/Economy_BOSE7.java
2011-10-10 00:19:50 -07:00
mung3r 4547775b93 checked for a couple more classes to distinguish between bose 6 & 7 2011-10-09 23:36:29 -07:00
mung3r 1bc729c65f merged prelim Bose7 from upstream 2011-10-09 23:02:05 -07:00
Sleaker 4ee434a791 preliminary Bose7 support - needs to be tested, unsure of method calls
for updated BOSE.
2011-10-09 12:10:29 -07:00
Sleaker 02e797a7a0 give an actual notice that SuperPerms is loaded as a backup permission
system.
2011-09-24 17:53:09 -07:00
Sleaker 435057d81a Merge branch 'master' of https://Sleaker@github.com/MilkBowl/Vault.git 2011-09-23 11:40:42 -07:00
Sleaker f648580eef iCo should load first. 2011-09-23 11:40:21 -07:00
mung3r 654908c1bb added support for MultiCurrency 2011-09-22 23:43:48 -07:00
Sleaker 7dfc283e47 enabled PermissionsBukkit/mChat & SuperPerms support. 2011-09-18 01:19:35 -07:00
Morgan d783b66be0 Formatting 2011-08-12 13:11:25 -04:00
Morgan db003526c0 Finish implementation of iConomy 6 2011-08-11 17:18:25 -04:00
Morgan 42f048a669 JavaDocs, Throw UnsupportedOperationExceptions when appropriate, finish PlayerPrefix & Suffix 2011-08-11 16:55:28 -04:00
Sleaker 46ad7835a4 Re-Added Permission2 support for legacy compatibility 2011-08-09 08:43:15 -07:00
Sleaker f0b13387b5 Re-added tentative GM support 2011-08-08 00:05:32 -07:00
Morgan 5a241def77 Remove /vault-reload command (caused memory leak) 2011-07-19 10:40:27 -04:00
Morgan 43c1e92e4a Improve vault-info && vault-reload commands 2011-07-19 10:33:01 -04:00
Sleaker dd014265a3 Import cleanup 2011-07-19 07:02:38 -07:00
Morgan 36b3843144 Use Service API 2011-07-19 09:25:12 -04:00
Morgan 29483e928e Rename commands to 'vault-info' and 'vault-reload' to allow others to use 'vault' for other purposes. 2011-07-18 12:34:54 -04:00
Morgan 764bd117a0 Refactor: Remove redundant method names, improve usability 2011-07-05 14:37:51 -04:00
Morgan d2dcc8fb54 Require Op or Console to use the vault command 2011-06-30 11:14:09 -04:00
Morgan 0ca8ccb710 Removed Managers (they were silly) 2011-06-30 10:37:26 -04:00
Morgan 9dd74441ab Removed PermissionManager & EconomyManager (pointless) 2011-06-30 09:49:26 -04:00
Morgan 5cc4c03950 Vault methods no longer static 2011-06-29 15:59:26 -04:00
Morgan 875e5f980c Initial Commit 2011-06-28 20:18:20 -04:00