Zack Piispanen
444af6cf57
Update to latest TSAPI. Changed update manager to use same code as stat tracker, which hopefully doesnt break on mono. Also changed it to not check every update to see if time has passed. Made packetbufferer async for windows and if specified for mono. Fixed maxspawns error message to explain range. Ticked version.
2014-09-09 03:49:57 -04:00
Enerdy
7135217315
Fix Utils.GetPrefixById
2014-07-20 01:54:02 +01:00
Zack
fb451c6d49
Update license header for 2014
2014-07-10 21:48:33 -04:00
Zack
915e791406
Initial work to move all Server Side Character code to its own module.
2014-07-10 21:09:32 -04:00
MarioE
16cf364d59
Add user account banning, similar to offline bans
...
Also removed logging of bans since... the command is logged as well
2014-07-02 13:34:15 -04:00
MarioE
3e12e80a89
Clean up /itemban, /projban and tempbans
2014-07-02 10:51:06 -04:00
Zack Piispanen
871ad1fd2a
Initial Commit of 1.2.4, all data handlers are currently off.
2014-05-09 21:20:21 -04:00
CoderCow
39a81cfa66
-SSC now saves player hair, hair color, hair dye, cloth colors and accessory visibility.
...
-Fixed hair changes now showing up to other players ingame.
2014-02-26 22:24:03 +01:00
MarioE
ebc36a5ada
Add temp banning, remove /ban clear, fix temp ban check
2013-11-10 23:03:12 -05:00
MarioE
9f7055b806
Merge with upstream
2013-11-10 14:40:16 -05:00
Zack Piispanen
f8eafb9073
Require at least one digit in regex.
2013-11-10 08:14:33 -05:00
Zack Piispanen
9b477e461d
Fix that awful code that parses colors to use a regex. This likely fixes the issue Icy mentioned.
2013-11-10 07:53:14 -05:00
MarioE
3405acd15b
Fix warps
2013-11-03 17:10:20 -05:00
Zack Piispanen
229d2bf990
Wrap usages of TShock.Players[] with checks for out of bounds.
2013-10-22 02:37:19 -04:00
Zack Piispanen
cd13cc97aa
Reload itembans on /reload
2013-10-22 00:25:26 -04:00
Zidonuke Ghost
05ff0be3f5
Reverting change that sneaked in.
2013-10-06 02:59:19 -04:00
Zidonuke Ghost
3f956801f8
Removed stat hack configs and permissions, added hardcoded limits due to crash exploit potential from abnormal stats. Also added hardcoded limits of player damage and killme due to crash exploits.
2013-10-06 02:56:55 -04:00
MarioE
01388a5948
Fix noclip on actuated tiles and fix crimson grass vine purification
2013-10-03 16:49:22 -04:00
Zack Piispanen
931e65fd80
Fix bans.
2013-10-01 18:38:39 -04:00
Zidonuke Ghost
0d351778a7
Initial server side character system implementation.
2013-10-01 06:22:08 -04:00
Zidonuke Ghost
b2a8198bb1
Client UUID Implementation: Bans and User Auth.
...
Send ServerSideCharacter flag if set in WorldInfo.
2013-10-01 04:35:49 -04:00
Zack Piispanen
d71aacc58d
Did some tweaks to Teleport to make the bounds checks in one place.
...
Fixed item drop packet, as well as update the bounds.
2013-09-30 19:34:43 -04:00
Zack Piispanen
c17b661166
Stripped out stupid shit
...
Commented packets we dont know about yet.
2013-09-28 17:32:03 -04:00
Zack Piispanen
dea360869b
Refactored the many matches found redundancy by adding a utils method. Changed the csproj to build x86 instead of anycpu which was causing issues for release.
2013-09-27 01:42:13 -04:00
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
Zack Piispanen
7c0bcceb9f
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
Zack Piispanen
ba42fb08df
Removed ip address from users, as well as changed /user add syntax to be '/user add username password group' instead of colon bullshit.
2013-09-21 17:11:22 -04:00
Zack Piispanen
b22457382e
remove unused using statements
2013-09-17 02:24:02 -04:00
Lucas Nicodemus
ae7ab5f234
Updated copyright information to point to 2013.
2013-08-22 21:51:17 -06:00
Lucas Nicodemus
9470e20423
Line ending normalization to CRLF (Windows)
2013-08-22 21:17:32 -06:00
CoderCow
0ea83746cf
-Added REST per-endpoint permissions.
...
-Added REST endpoint "/v2/server/restart".
-Added REST endpoint "/v2/server/reload".
-Added REST endpoint "/v3/server/rawcmd", will output all returned lines as an array instead.
-Added "uptime", "serverpassword", "rules/ServerSideInventory" fields to REST endpoint "/v2/server/status".
-REST requests are now logged.
-Endpoint "/v2/server/rawcmd" does now check whether the user has the sufficient permission to execute the command.
-Fixed Config.EnableTokenEndpointAuthentication not working properly before.
-Removed obsolete "api" permission (only "restapi" now).
2013-07-25 19:52:12 +02:00
CoderCow
d1f1e422a0
-Ingame log messages are no longer shown to the player who caused them.
...
-Changed ingame log message color to something more unique for better identification.
2013-07-22 12:22:39 +02:00
CoderCow
33b1ca969b
-Added "-d" parameter to "/region info". Use to display the given region's boundaries as wires.
2013-07-01 20:06:17 +02:00
Lucas Nicodemus
778f0b4f77
Fixed #457
2012-09-23 01:00:53 -06:00
MarioE
fda287d78d
More fixes
2012-09-01 15:22:34 -04:00
MarioE
c8dde957f9
Fix a bug
2012-09-01 15:15:19 -04:00
MarioE
98875e16ac
No need for a duplicate method.
2012-08-21 10:32:47 -04:00
MarioE
8c8ca02d88
fsdfgsg
2012-08-20 11:19:18 -04:00
MarioE
500fc6b211
Optimize some GetBy* methods, also fix up the project file.
2012-08-20 11:16:00 -04:00
MarioE
76c7b3fe8e
Chest + boulder exploit
2012-08-15 20:17:34 -04:00
MarioE
2c769410f8
Fixed ban messages
2012-06-03 09:12:27 -04:00
Zack Piispanen
be45fb762b
Removed some deprecation messages. Added some more docs.
2012-06-01 13:08:53 -04:00
Lucas Nicodemus
9dcd58435e
Replaced half of like all the messages to players with the new methods
...
Deprecated use of Utils.Broadcast; Use TSPlayer.All instead.
Removed some really freaking odd capitalization issues.
2012-05-30 02:12:51 -06:00
Lucas Nicodemus
7f5ee044c9
Removed dumb comment by developer regarding the method Utils.ShowFileToUser not working because it works fine ffs
2012-05-29 20:21:06 -06:00
Lucas Nicodemus
52aa90ff9a
Thoreatically, /who should be paginated now
...
Version is now its own command with a different permission.
2012-05-29 00:26:09 -06:00
Lucas Nicodemus
8bcc24da7e
Added some code to enable chat above heads
2012-05-27 10:19:52 -06:00
Lucas Nicodemus
d9a53cda30
REST & console window title report port correctly
...
Fixes #443
2012-05-26 11:59:31 -06:00
Lucas Nicodemus
8ea0b40214
Removed some old code
2012-05-26 11:52:05 -06:00
Lucas Nicodemus
8ecabb7f2e
All TShock methods calling the obsolete ForceKick function now use the new one
...
Subnote: fixes an issue where players would be reported as kicked to the
ingame console.
2012-05-26 09:50:15 -06:00
Lucas Nicodemus
ca5d68b838
Second upstart hold on
2012-05-26 05:12:59 -06:00