index
:
archive/Essentials
2.x
3.x
4.x
groupmanager
release
sponge
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
EssentialsGroupManager
/
src
/
org
/
anjocaido
/
groupmanager
/
data
Commit message (
Expand
)
Author
Age
Lines
*
Fix clones forgetting sub groups.
ElgarL
2014-05-04
-0
/
+14
*
Fix overloadedWorldHolder so it correctly calls the new WorldHolder code when...
ElgarL
2014-05-04
-13
/
+11
*
Fixup javadocs
ElgarL
2014-05-04
-1
/
+1
*
v2.1: - Update for CraftBukkit 1.7.8-R0.1(3050). - Add UUID support. Plugins ...
ElgarL
2014-05-04
-17
/
+77
*
Change to use LinkedHashSets to preserve ordering. Fixes an issue with popula...
ElgarL
2014-05-04
-0
/
+1
*
Show the world a group change is made in when using notify.
ElgarL
2013-02-25
-1
/
+1
*
Synchronize the raising of GroupManager events to Bukkit.getServer()
ElgarL
2013-01-09
-11
/
+7
*
- Fix Synchronization on adding subgroups (thanks snowleo).
ElgarL
2012-09-22
-1
/
+1
*
Remove unused imports.
ElgarL
2012-09-11
-1
/
+0
*
Missing final
snowleo
2012-09-10
-1
/
+1
*
Thread safety for GM
snowleo
2012-09-10
-22
/
+48
*
Better update for the User object player reference.
ElgarL
2012-06-16
-6
/
+1
*
Clear the player reference on logout so it's refreshed upon a reconnect.
ElgarL
2012-06-16
-0
/
+4
*
Finally remove all deprecated methods.
ElgarL
2012-04-13
-13
/
+0
*
Update all code formatting to use tabs for indentation.
ElgarL
2012-04-13
-562
/
+645
*
Removed some debug spam.
ElgarL
2012-03-17
-1
/
+0
*
Fix a silly logic error when testing bukkit perms
ElgarL
2012-03-03
-1
/
+1
*
Prevent adding inheritances to globalgroups. These are permissions
ElgarL
2012-02-25
-29
/
+44
*
Add some commenting
ElgarL
2012-02-05
-1
/
+3
*
Fix world mirroring so it correctly creates data files and data sources
ElgarL
2012-02-05
-0
/
+9
*
fix setGroup to only block superperms update if update is false.
ElgarL
2012-02-02
-2
/
+2
*
Fixed an infinite loop error when using '/manudel' on a logged in
ElgarL
2012-01-25
-1
/
+10
*
Fixed subgroups (I broke earlier).
ElgarL
2012-01-25
-9
/
+15
*
addSubGroup now returns a boolean for success/failure.
ElgarL
2012-01-24
-11
/
+15
*
Fixed infinite loop error on player join.
ElgarL
2012-01-22
-6
/
+6
*
Better optimize assembling of a players permissions and allow the * node
ElgarL
2012-01-18
-5
/
+5
*
Update event Action names to be unique
ElgarL
2011-12-13
-7
/
+7
*
Added custom events so plugins can now be notified of changes within
ElgarL
2011-12-13
-8
/
+25
*
Fix manload to properly clone user variables.
ElgarL
2011-12-08
-12
/
+5
*
Optimizations include changing the return of comparePermissionString.
ElgarL
2011-11-25
-196
/
+219
*
Minor optimization for groups
ElgarL
2011-11-25
-3
/
+5
*
optimize getPermissionList
ElgarL
2011-11-24
-2
/
+4
*
Optimize sorting to speedup permission tests.
ElgarL
2011-11-24
-2
/
+10
*
better groups match checking for globalgroups
ElgarL
2011-11-20
-4
/
+13
*
Prevent Group.equals tests throwing a NullPointerException for
ElgarL
2011-11-19
-1
/
+3
*
Fixed Group/User reloading
ElgarL
2011-11-05
-3
/
+8
*
Optimize notify test so it's not run as often
ElgarL
2011-11-04
-5
/
+7
*
Fix string compares
ElgarL
2011-11-04
-1
/
+1
*
Notification of being moved to the default group only happens if it's a
ElgarL
2011-11-04
-1
/
+6
*
Fixed up javadoc comment errors
ElgarL
2011-11-04
-4
/
+4
*
Added Info node support to Global Groups.
ElgarL
2011-10-31
-2
/
+9
*
Added Global Groups
ElgarL
2011-10-31
-3
/
+33
*
v 1.4:
ElgarL
2011-10-11
-5
/
+5
*
Added two new permission nodes - groupmanager.notify.self &
ElgarL
2011-10-11
-1
/
+4
*
Merge branch 'groupmanager' of
ElgarL
2011-10-11
-0
/
+0
*
Fixed silly error with isLoaded()
ElgarL
2011-09-25
-11
/
+16
*
- Fix for an infinite loop bug with the new Bukkit Perms during a new
ElgarL
2011-09-03
-5
/
+5
*
Bukkit Superperms support
ElgarL
2011-09-02
-2
/
+19
*
GroupManager update to Permissions 3.1.6 API done by ElgarL
snowleo
2011-08-14
-50
/
+56
*
Moving all files to trunk.
snowleo
2011-03-19
-0
/
+747