summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/org/anjocaido/groupmanager/data
Commit message (Collapse)AuthorAgeLines
* Fix clones forgetting sub groups.ElgarL2014-05-04-0/+14
|
* Fix overloadedWorldHolder so it correctly calls the new WorldHolder code ↵ElgarL2014-05-04-13/+11
| | | | when the user is not overloaded.
* Fixup javadocsElgarL2014-05-04-1/+1
|
* v2.1: - Update for CraftBukkit 1.7.8-R0.1(3050). - Add UUID support. Plugins ↵ElgarL2014-05-04-17/+77
| | | | can still query by player name but a UUID is faster and preferable.
* Change to use LinkedHashSets to preserve ordering. Fixes an issue with ↵ElgarL2014-05-04-0/+1
| | | | populating bukkit perms in the wrong order. Fix wildcard negation in parent groups.
* Show the world a group change is made in when using notify.ElgarL2013-02-25-1/+1
|
* Synchronize the raising of GroupManager events to Bukkit.getServer()ElgarL2013-01-09-11/+7
| | | (should prevent deadlocks).
* - Fix Synchronization on adding subgroups (thanks snowleo).ElgarL2012-09-22-1/+1
| | | | - Remove info node support from GlobalGroups. It should not have them as GlobalGroups are only permission collections.
* Remove unused imports.ElgarL2012-09-11-1/+0
|
* Missing finalsnowleo2012-09-10-1/+1
|
* Thread safety for GMsnowleo2012-09-10-22/+48
|
* Better update for the User object player reference.ElgarL2012-06-16-6/+1
|
* Clear the player reference on logout so it's refreshed upon a reconnect.ElgarL2012-06-16-0/+4
|
* Finally remove all deprecated methods.ElgarL2012-04-13-13/+0
|
* Update all code formatting to use tabs for indentation.ElgarL2012-04-13-562/+645
|
* Removed some debug spam.ElgarL2012-03-17-1/+0
|
* Fix a silly logic error when testing bukkit permsElgarL2012-03-03-1/+1
|
* Prevent adding inheritances to globalgroups. These are permissionsElgarL2012-02-25-29/+44
| | | collections, not player groups.
* Add some commentingElgarL2012-02-05-1/+3
|
* Fix world mirroring so it correctly creates data files and data sourcesElgarL2012-02-05-0/+9
| | | | | for partially mirrored worlds. Fixed world mirroring so it returns the correct data for the requested world
* fix setGroup to only block superperms update if update is false.ElgarL2012-02-02-2/+2
|
* Fixed an infinite loop error when using '/manudel' on a logged inElgarL2012-01-25-1/+10
| | | | player. It caused setDefaultGroup to trigger a bukkit update when no GM User existed yet.
* Fixed subgroups (I broke earlier).ElgarL2012-01-25-9/+15
|
* addSubGroup now returns a boolean for success/failure.ElgarL2012-01-24-11/+15
| | | | '/manuaddsub' now correctly reports if it was able to add the sub group.
* Fixed infinite loop error on player join.ElgarL2012-01-22-6/+6
| | | | Optimized code to only update the player logging in instead of all players online.
* Better optimize assembling of a players permissions and allow the * nodeElgarL2012-01-18-5/+5
| | | to populate all registered superperms.
* Update event Action names to be uniqueElgarL2011-12-13-7/+7
|
* Added custom events so plugins can now be notified of changes withinElgarL2011-12-13-8/+25
| | | GroupManager.
* Fix manload to properly clone user variables.ElgarL2011-12-08-12/+5
|
* Optimizations include changing the return of comparePermissionString.ElgarL2011-11-25-196/+219
|
* Minor optimization for groupsElgarL2011-11-25-3/+5
|
* optimize getPermissionListElgarL2011-11-24-2/+4
|
* Optimize sorting to speedup permission tests.ElgarL2011-11-24-2/+10
|
* better groups match checking for globalgroupsElgarL2011-11-20-4/+13
|
* Prevent Group.equals tests throwing a NullPointerException forElgarL2011-11-19-1/+3
| | | GlobalGroups.
* Fixed Group/User reloadingElgarL2011-11-05-3/+8
| | | Fixed Group.clone(dataholder)
* Optimize notify test so it's not run as oftenElgarL2011-11-04-5/+7
|
* Fix string comparesElgarL2011-11-04-1/+1
|
* Notification of being moved to the default group only happens if it's aElgarL2011-11-04-1/+6
| | | demotion/promotion (not on join).
* Fixed up javadoc comment errorsElgarL2011-11-04-4/+4
|
* Added Info node support to Global Groups.ElgarL2011-10-31-2/+9
|
* Added Global GroupsElgarL2011-10-31-3/+33
| | | | | Defined in groupmanager/globalgroups.yml. Create groups in the yml with a g: prefix, then inherit in the worlds groups files.
* v 1.4:ElgarL2011-10-11-5/+5
| | | | - Updated for Bukkits new YamlConfiguration. - Cleared remaining Cast errors cause by object cloning.
* Added two new permission nodes - groupmanager.notify.self &ElgarL2011-10-11-1/+4
| | | | | groupmanager.notify.other These allow players/admins to be notified when players are moved between groups.
* Merge branch 'groupmanager' ofElgarL2011-10-11-0/+0
| | | | | | | https://elgarl@github.com/essentials/Essentials.git into groupmanager Conflicts: EssentialsGroupManager/src/Changelog.txt
* Fixed silly error with isLoaded()ElgarL2011-09-25-11/+16
|
* - Fix for an infinite loop bug with the new Bukkit Perms during a newElgarL2011-09-03-5/+5
| | | user creation.
* Bukkit Superperms supportElgarL2011-09-02-2/+19
|
* GroupManager update to Permissions 3.1.6 API done by ElgarLsnowleo2011-08-14-50/+56
|
* Moving all files to trunk.snowleo2011-03-19-0/+747
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@969 e251c2fe-e539-e718-e476-b85c1f46cddb