..
config
Added new commands to allow users in game to create, delete, modify groups.
2011-07-22 23:14:56 -04:00
DB
* Finally fixed /user group and /user password.
2011-07-24 20:28:07 -07:00
Net
Removed the onsenddata hook and added a raw send command.
2011-07-08 03:42:42 -04:00
Properties
Now logs null sockets on unhandled exception in serverloop/listenforclients. Hopefully to track down the null error in terraria.
2011-07-24 01:14:50 -04:00
BackupManager.cs
Merge branch 'sql' of github.com:TShock/TShock into general-devel-sql (test)
2011-07-12 15:49:24 +12:00
Commands.cs
* Finally fixed /user group and /user password.
2011-07-24 20:28:07 -07:00
ConfigFile.cs
Added support for sha256 and md5.
2011-07-24 14:26:52 -04:00
FileTools.cs
Adds MySql Support
2011-07-12 13:31:36 +12:00
GetDataHandlers.cs
Added EnableAntiLag to ConfigFile.cs
2011-07-21 15:07:28 -06:00
Group.cs
Premissions now inherit from groups listed anywhere in the db, not just below them.
2011-07-22 16:29:29 -04:00
IPackable.cs
Added IPackable interface
2011-06-27 05:08:41 -04:00
Log.cs
Made console change text color depending on messages
2011-07-08 23:38:02 +12:00
Newtonsoft.Json.dll
Added Newtonsoft.Json.dll
2011-06-02 01:51:19 -06:00
postbuild.bat
Does $(ProjectDir) exist teamcity?
2011-07-01 11:11:50 -04:00
RconHandler.cs
Catch socketexception if address is already in use for rcon.
2011-07-10 11:39:38 +08:00
RememberPosManager.cs
Missing license
2011-07-01 09:10:38 -04:00
Resources.Designer.cs
Removed mousefontchars, valid chars are 0x20-0xA9(32-169)
2011-07-09 10:00:00 -04:00
Resources.resx
Removed mousefontchars, valid chars are 0x20-0xA9(32-169)
2011-07-09 10:00:00 -04:00
Tools.cs
Fixed broken auth system.
2011-07-24 17:36:57 -06:00
TShock.cs
Added support for sha256 and md5.
2011-07-24 14:26:52 -04:00
TShockAPI.csproj
Added query function for easier queries.
2011-07-24 10:12:18 -04:00
TSPlayer.cs
No longer spam users to login.
2011-07-22 16:18:28 -06:00
UpdateManager.cs
Adds Itembans into SQL, in game commands not added yet, but can use a DB editor to add bans
2011-07-10 13:08:19 +12:00
WarpsManager.cs
Merge branch 'sql' of github.com:TShock/TShock into general-devel-sql (test)
2011-07-12 15:49:24 +12:00