TShock/TShockAPI/DB
CoderCow b828299a1c -Improved group loading from the database:
--TShock will now attempt to load any available valid group data even if there are invalid records and will also report proper errors / warnings.
--"superadmin" is now a reserved group name.
--Groups with parents causing infinite parent loops, invaild parents, or parenting theirselfes will have their parent group reset.
--Double definitions of groups with the same name are no longer allowed.
--Group instances are now tried to be preserved instead of being recreated during a reload of the group data.

-Added command "/group parent" to get and set the parent of groups.
-REST Endpoint "/v2/groups/create" will no longer allow creating groups having theirselfes as parent.
-REST Endpoint "/v2/groups/update" will no longer allow setting a group's parent to theirself or setting a parent group resulting in an infinite parent loop.
-This commit should fix #482.
2013-08-02 13:00:45 +02:00
..
BanManager.cs Update copyright to reflect actual year date. 2012-04-24 12:45:46 -06:00
DBTools.cs Few other fixes 2011-08-06 13:49:47 +12:00
GroupManager.cs -Improved group loading from the database: 2013-08-02 13:00:45 +02:00
InventoryManager.cs Update copyright to reflect actual year date. 2012-04-24 12:45:46 -06:00
IQueryBuilder.cs Update copyright to reflect actual year date. 2012-04-24 12:45:46 -06:00
ItemManager.cs Update copyright to reflect actual year date. 2012-04-24 12:45:46 -06:00
RegionManager.cs Added quick format versions of the TSPlayer.Send<X>Message methods. 2013-06-27 15:04:00 +02:00
RememberedPosManager.cs Rename RememberedPosManager, also remove some deprecation messages. 2012-08-20 10:53:02 -04:00
SqlColumn.cs Update copyright to reflect actual year date. 2012-04-24 12:45:46 -06:00
SqlTable.cs Update copyright to reflect actual year date. 2012-04-24 12:45:46 -06:00
SqlValue.cs Update copyright to reflect actual year date. 2012-04-24 12:45:46 -06:00
UserManager.cs Update copyright to reflect actual year date. 2012-04-24 12:45:46 -06:00
WarpsManager.cs Update copyright to reflect actual year date. 2012-04-24 12:45:46 -06:00