summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder
Commit message (Expand)AuthorAgeLines
* Fix error message typoNecrodoom2014-10-03-1/+1
* Update WorldDataHolder.javaElgarL2014-10-03-36/+35
* Case sensitive works, so make all Users names case insensitive as no duplicat...ElgarL2014-07-20-28/+28
* All User lookups should be case sensitive.ElgarL2014-07-19-12/+12
* Perform case sensitive name checks on plugin requests.ElgarL2014-07-19-1/+1
* Debug logging on Name to UUID lookup.ElgarL2014-07-19-0/+4
* Add FINE debug on user login.ElgarL2014-07-19-1/+10
* Fix Overloaded and non-overloaded users to report correctly for group tests.ElgarL2014-07-08-3/+3
* Remove debug spam.ElgarL2014-06-21-5/+1
* Ensure GM reports the same permissions as Bukkit.ElgarL2014-06-20-2/+6
* Fix attachments not being reset between worlds.ElgarL2014-06-20-1/+0
* Convert all User lookups and commands to use UUIDs where possible.ElgarL2014-06-20-21/+14
* Prevent NPEs on new user creation.ElgarL2014-06-20-11/+15
* Prevent plugins which run their PlayerJoinEvent too early from breaking the n...ElgarL2014-06-19-1/+1
* Fix NPE when adding name to UUID key before the name has been set.ElgarL2014-06-19-1/+1
* Add internal name to UUID resolution to speed data lookups.ElgarL2014-06-19-3/+92
* Error in logicElgarL2014-05-04-1/+1
* Prevent players who have never logged in before from taking over existing acc...ElgarL2014-05-04-1/+1
* Fix overloadedWorldHolder so it correctly calls the new WorldHolder code when...ElgarL2014-04-14-10/+6
* Fixup javadocsElgarL2014-04-14-1/+1
* v2.1:ElgarL2014-04-14-59/+143
* Fix Cyclic mirroring test (silly me)ElgarL2013-07-08-2/+2
* Fix global mirroring of non main worlds.ElgarL2013-02-22-2/+8
* Do not list "all_unnamed_worlds" as a selectable world.ElgarL2013-02-22-24/+27
* Don't try to use the worldHolder before it's initialised.ElgarL2013-02-22-5/+10
* Added a new mirroring option in the config of 'all_unnamed_worlds'. ThisElgarL2013-02-22-10/+40
* '/manselect' will no longer list duplicate worlds.ElgarL2013-02-22-6/+15
* Update EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/Users...Necrodoom2013-02-01-2/+2
* Update EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/Group...Necrodoom2013-02-01-1/+6
* Update EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/Users...Necrodoom2013-02-01-1/+6
* [GM] Catch all of the null.KHobbits2013-02-01-13/+17
* Add support for BukkitForge using 'overworld' as the main world name.ElgarL2013-01-28-7/+15
* Synchronize the raising of GroupManager events to Bukkit.getServer()ElgarL2013-01-09-11/+10
* Fix recursive error detection when partial mirroring the main worldElgarL2012-11-20-2/+2
* GroupManager typo fixNecrodoom2012-11-08-2/+2
* allWorldsDataList now returns fully mirrored worlds whihc are notElgarL2012-10-01-2/+2
* No need for a new array.ElgarL2012-09-25-3/+1
* Add alphabetically sorted user lists.ElgarL2012-09-25-4/+10
* Change order of data in Users.yml to [name, Group, SubGroup,ElgarL2012-09-25-124/+105
* CommentingElgarL2012-09-25-2/+2
* Fix javadocsElgarL2012-09-25-2/+2
* Thread safety for GMsnowleo2012-09-10-17/+46
* Revert bad synchronizationsnowleo2012-09-10-13/+10
* Synchronize the world data holder.ElgarL2012-09-10-2/+4
* Change to Hashtables to reduce the chance of aElgarL2012-09-10-8/+9
* Give a better error when a subgroup is null.ElgarL2012-08-31-4/+8
* Fix mirroring now we are not using any Bukkit methods.ElgarL2012-08-03-16/+24
* Fix a cases sensitivity bug in world loading.ElgarL2012-08-03-1/+1
* Throw a better error than 'null' when someone removes all groups from aElgarL2012-07-06-0/+4
* Ignore any sub folders in the Worlds folder which start with a periodElgarL2012-07-04-1/+1