Nidan
2fbaa5a29f
fixing search for bPermissions
...
Closes #182
2012-03-17 14:54:11 -07:00
TomyLobo
247e8b163d
Removed the com.sk89q.bukkit.migration package and LegacyPermissionsProviderWrapper.
...
This restores compatibility with the latest Bukkit builds.
2012-02-20 14:33:09 +01:00
zml2008
483edd76bd
Removed redundant PermissionsResolver.load() call
2012-01-22 21:28:19 -08:00
zml2008
3d0c045cd4
Added bPermissions support
2012-01-22 21:26:53 -08:00
TomyLobo
8aa65fd7f4
License block changes
...
Added some missing license blocks
Added "and contributors" to all copyright notices.
Added $Id$ to files that were still missing it.
Changed "All rights reserved" to GPLv3 on Injector.java.
2012-01-20 08:24:32 +01:00
sk89q
5746831818
Revert "Removed support for Permissions2/3." Reason: http://pastebin.com/jTZEJVxJ
...
This reverts commit efb7b3509a
.
2012-01-19 21:33:12 -08:00
zml2008
6134d2b868
Updated for slightly cleaner event handler syntax
2012-01-19 15:22:42 -08:00
TomyLobo
4e4a5a02c9
Updated the remaining Listeners to the new event system.
2012-01-18 17:50:07 +01:00
zml2008
efb7b3509a
Removed support for Permissions2/3
2012-01-16 10:26:45 -08:00
TomyLobo
cc256aa246
Added license blocks to some files that were still missing them.
...
Copied from files from the same directory.
2011-12-26 00:57:26 +01:00
TomyLobo
324a041e38
Split up some external .* imports.
2011-12-26 00:36:23 +01:00
zml2008
a1e239d08c
Fixed SIOOBE when entering a blank quoted string
2011-12-24 22:22:37 -08:00
zml2008
cf69daff78
Fixed inGroup always returning true for ops
2011-12-10 01:25:35 +01:00
TomyLobo
50bdb2332a
Removed LegacyPluginPermissionsResolver.
...
Wrapping at the PermissionsProvider level instead, which removes some code duplication and fixes 2 warnings :)
2011-12-05 04:25:56 +01:00
zml2008
deea1f7655
Moved PermissionsResolverServerListener into PermissionsResolverManager and got rid of some unnecessary methods.
2011-12-04 19:06:41 -08:00
TomyLobo
cd2f56918d
Renamed WEPIFRutimeException to WEPIFRuntimeException and gave it a serialVersionUID.
2011-12-05 03:41:24 +01:00
zml2008
daf1dde701
Moved WEPIF to the com.sk89q.wepif package and made PermissionsResolverManager a singleton
...
Added OfflinePlayer permissions fetching methods to WEPIF
2011-12-04 17:42:46 -08:00