TShock/TShockAPI/DB
Zack Piispanen 856def83b3 Added basic framework for allowing for ban durations and banning admin.
Added BanningUser, Date(of ban), and Expiration to the db
On join, Expiration is checked, if ban is expired we remove it and the user is allowed on.
When running the ban command, your UAN is used as the banning user, and the date is that moment, with no expiration.
#531
2013-09-22 16:04:12 -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 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
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