Commit graph

176 commits

Author SHA1 Message Date
Shank
3422ade35f Added /auth <token> 2011-06-05 15:00:11 -06:00
Shank
32947a1a1e Changed /maxspawns to point to defaultMaxSpawns
Closes #18
2011-06-05 14:10:10 -06:00
Maverick Motherfucker
0f063cfa11 Breaks on unhandled exception if building in debug mode 2011-06-05 12:29:47 -07:00
Maverick Motherfucker
081692e7df Merge branch 'master' into permissions-devel 2011-06-05 12:19:35 -07:00
Maverick Motherfucker
a51a323b9b oops, forgot this' 2011-06-05 12:16:33 -07:00
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
Maverick Motherfucker
7c2f62d1be merged master into permissions-devel 2011-06-05 12:12:48 -07: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
Maverick Motherfucker
4907407337 merged master into us 2011-06-04 13:56:39 -07:00
Maverick Motherfucker
362b2b776e Removed all referneces to admin and replaced with group permissions 2011-06-04 13:35:52 -07:00
Shank
95c1710b55 Configuration now loads up prior to the files being accessed. 2011-06-04 13:21:40 -06:00
Maverick Motherfucker
8d7a52ff9a changed default group permissions and fixed /help 2011-06-04 12:00:00 -07:00
Maverick Motherfucker
dbdbc9e41e implemented ignorecheatdetection 2011-06-04 11:42:56 -07:00
Shank
d255fa60bf Version tick: 1.6.0.0 2011-06-04 12:41:14 -06:00
Maverick Motherfucker
61b9b8779e Made groups.txt and users.txt auto appear in save folder 2011-06-04 11:14:39 -07:00
Maverick Motherfucker
43f173f7d7 dont fucking blindy try-catch everywhere 2011-06-04 10:43:16 -07:00
Maverick Motherfucker
24f7756370 did a debug session, fixed bugs 2011-06-04 10:35:20 -07:00
Maverick Motherfucker
cfd3cbf5a3 made it so newlines arn't parsed and added avaliable permissions to groups.txt 2011-06-04 09:45:23 -07: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
Maverick Motherfucker
c895369ff6 Deleted useless file and edited default group permissions 2011-06-03 22:57:48 -07:00
Maverick Motherfucker
4aa5c71b5b got command handling implemented 2011-06-03 22:50:30 -07:00
Maverick Motherfucker
bf0a95f656 finally converted all commands 2011-06-03 22:42:48 -07:00
Maverick Motherfucker
8344801128 Started work on revamping command system for permissions, but I'm out for the night, cya tomorrow 2011-06-03 22:28:05 -07:00
Maverick Motherfucker
3774c30f7d Removed useless permissions class and finished loading groups 2011-06-03 22:06:18 -07:00
Maverick Motherfucker
f5723ee834 did a debug session and fixed some errors 2011-06-03 22:00:46 -07:00
Maverick Motherfucker
273615f738 Loading groups adds the groups, doesn't add permissions yet 2011-06-03 21:51:35 -07:00
Maverick Motherfucker
517b40eec6 oops, forgot to do this 2011-06-03 21:41:17 -07:00