Commit graph

152 commits

Author SHA1 Message Date
high
683d45f00c Added unhandled exception logging. Also if server crashes from an unhandled exception it will save the world with .crash appended. 2011-06-05 15:15:37 -04:00
Shank
73b3def96f Merge branch 'general-devel' of github.com:TShock/TShock into general-devel
Conflicts:
	TShockAPI/TShock.cs
2011-06-05 03:30:06 -06:00
Shank
c7d69f42fd Names are limited to 32 characters. 2011-06-05 03:28:48 -06:00
Deathmax
c85dca933f Merge commit '9a68676392' into general-devel-2 2011-06-05 17:27:33 +08:00
Deathmax
436b50f26e some checks for tp 2011-06-05 17:27:18 +08:00
Deathmax
30e46173c2 Log player inventory flags. 2011-06-05 17:23:52 +08:00
Shank
9a68676392 Added /playing 2011-06-05 03:23:28 -06:00
Deathmax
ae42278f16 test fix for teleport. 2011-06-05 16:33:45 +08:00
Deathmax
974dbc2424 Forgot to clear the dictionary after each check. We don't want it revert ALL changes do we. 2011-06-05 14:23:32 +08:00
Deathmax
39edac96b0 Kill tile abuse now reverts the tiles.
Water acts glitchy (as if there was no tiles)
Things like trees and doors are not reverted
2011-06-05 14:16:58 +08:00
Deathmax
2a2fbe62d5 . 2011-06-05 13:49:10 +08:00
Deathmax
5b655f00de Added broadcast for /ban. (thanks rjhazelwood)
Changed broadcast for /kick as it now takes partial matches.
2011-06-05 13:32:55 +08:00
Deathmax
8d375506b4 Fail auto-merge, fixed. 2011-06-05 13:21:10 +08:00
Deathmax
59e73e996c Merge commit '422d2cfdb3' into general-devel-2 2011-06-05 13:20:18 +08:00
Deathmax
422d2cfdb3 Added some extra logging when kicking for cheating/griefing. 2011-06-05 13:14:58 +08:00
Shank
549728b510 Added DistributionAgent to configuration file. Default is facepunch. Change it to terraria-online for cheat removal. 2011-06-04 22:28:13 -06:00
Shank
b786c80bb0 Added /debug-config
Added Version codename
Added version tick early
Closes #15
2011-06-04 21:57:41 -06:00
Shank
30a200b6e0 Merge branch 'master' into general-devel
Conflicts:
	TShockAPI/ConfigurationManager.cs
	TShockAPI/TShock.cs
2011-06-04 21:36:11 -06:00
Deathmax
dc374f9051 Log no longer outputs to console. (Some things are calling it too fast) 2011-06-05 11:10:14 +08:00
Shank
68014b4853 SpawnRate now uses default spawn rate 2011-06-04 20:38:45 -06:00
Shank
95a066d145 Fixing spawn rates 2011-06-04 20:28:29 -06:00
Shank
95c1710b55 Configuration now loads up prior to the files being accessed. 2011-06-04 13:21:40 -06:00
Shank
d255fa60bf Version tick: 1.6.0.0 2011-06-04 12:41:14 -06:00
Deathmax
d26cd3bd16 Some KillTile prevention thingy 2011-06-05 00:02:56 +08:00
Deathmax
767268e1f7 Added spawn protection radius to config. 2011-06-04 14:26:25 +08:00
Deathmax
b9ff874351 Added spawn protection radius to config. 2011-06-04 14:25:47 +08:00
Deathmax
069c95e2cf Spawn protection. 5 block radius.
/protectspawn - toggle spawn protection.
2011-06-04 14:21:41 +08:00
Deathmax
48ea956724 Added spawn protection. Prevents any tile from being placed/killed within a 5 block radius.
/protectspawn - Toggle spawn protection.
2011-06-04 14:19:22 +08:00
Deathmax
474498416d Handled KillMe packet. 2011-06-04 12:17:12 +08:00
Deathmax
d0fe76090d Blocked KillMe from other players. 2011-06-04 11:51:54 +08:00
Deathmax
ab67d9f137 Added try/catch statements. 2011-06-04 11:46:52 +08:00
Deathmax
0155156367 Ugh, set wrong LogLevel, wasn't saving to file. 2011-06-04 11:33:28 +08:00
Deathmax
3ffd91cf2d Oops, forgot this. 2011-06-04 11:29:51 +08:00
Deathmax
35b584ab94 Added some basic logging. 2011-06-04 11:27:35 +08:00
Deathmax
0b06bbd692 Merge commit 'eba484ff35' 2011-06-04 11:11:37 +08:00
Maverick Motherfucker
eba484ff35 myass.bat post-build, if it doesn't work for you, your visual studio is fucked up 2011-06-03 20:04:24 -07:00
Deathmax
50430ce9a7 Fixed bug where PvP would always stay on even if perma PvP was off. 2011-06-04 10:59:16 +08:00
Maverick Motherfucker
bdd55a4d06 Fixed merge 2011-06-03 19:57:58 -07:00
Maverick Motherfucker
fbad9d6d67 Fixed mana and HP first time getting flagged as cheat 2011-06-03 19:51:57 -07:00
Deathmax
efe8b3ce4f Projectile check used the wrong config. 2011-06-04 00:44:11 +08:00
Deathmax
16e5cfe342 Fixed issue where players with > 100 MP/HP would get flagged as their max didn't get synced. 2011-06-03 22:38:13 +08:00
Deathmax
cd539e0e7e Fixed /help output. (Thanks rjhazelwood) 2011-06-03 22:00:14 +08:00
Deathmax
f1d821a554 Added Dynamite/Bomb projectile checks.
Fixed issue where Kill Tile Abuse doesn't check for config values.
2011-06-03 21:43:05 +08:00
Deathmax
60156af877 FindPlayer now has partial matches. 2011-06-03 19:51:43 +08:00
Shank
0e01dca587 Version tick: 1.5.0.1 2011-06-03 04:22:25 -06:00
Shank
ebfe78d12a The server now informs you of what list you were on when you are booted. 2011-06-03 04:18:36 -06:00
Shank
cd0382f3e4 Merge branch 'master' of github.com:TShock/TShock 2011-06-03 03:03:13 -06:00
Shank
aefde30a8d Fixed /off, it now saves the world.
Added /off-nosave, it doesn't.
Raised threshold to 20.
Closes #8
Closes #6
Closes #5
2011-06-03 03:02:48 -06:00
high
f66606f01a Updated Server/API (ServerHooks.OnCommand) 2011-06-03 03:32:54 -04:00
high
e50d855f5f Added new Server/API 2011-06-03 03:20:12 -04:00