TShock/TShockAPI/DB
MarioE e1531ab675 Overhauled permissions.
Overhauled permissions to use permission nodes, and separated some
permissions into smaller ones (such as cfg into tshock.cfg.maxspawns,
tshock.cfg.spawnrate, etc),
2013-09-23 18:53:36 -04:00
..
BanManager.cs Added basic framework for allowing for ban durations and banning admin. 2013-09-22 16:04:12 -04:00
DBTools.cs Few other fixes 2011-08-06 13:49:47 +12:00
GroupManager.cs Overhauled permissions. 2013-09-23 18:53:36 -04:00
InventoryManager.cs Updated copyright information to point to 2013. 2013-08-22 21:51:17 -06:00
IQueryBuilder.cs Updated copyright information to point to 2013. 2013-08-22 21:51:17 -06:00
ItemManager.cs remove unused using statements 2013-09-17 02:24:02 -04:00
RegionManager.cs remove unused using statements 2013-09-17 02:24:02 -04:00
RememberedPosManager.cs Remove WorldID from the WHERE clause in UPDATE SQL for RememberedPosManager, changed logic to also update the WorldID 2013-09-21 16:41:45 -04:00
SqlColumn.cs Updated copyright information to point to 2013. 2013-08-22 21:51:17 -06:00
SqlTable.cs Updated copyright information to point to 2013. 2013-08-22 21:51:17 -06:00
SqlValue.cs Updated copyright information to point to 2013. 2013-08-22 21:51:17 -06:00
UserManager.cs Added LastAccessed time field and KnownIPs field to the user database. This resulted in some changes everywhere, such as new logic with default groups. Apparently, somehow, the ip based stuff worked even though no ips were set to properly grab the user group. The wrong group was being assigned to new users resulting in a player with 0 permissions. This is now fixed. 2013-09-21 20:57:14 -04:00
WarpsManager.cs Updated copyright information to point to 2013. 2013-08-22 21:51:17 -06:00