Commit graph

90 commits

Author SHA1 Message Date
ricky
d4cf37fffe Updated playing to be exactly like Terraria playing so that Gmod theater ping is happy. 2011-06-10 11:19:25 +10:00
ricky
5a99aa2a5f Most of the commands now use the parsed parameters instead of raw text
Fixed slap throwing player across the map (even though it is hilarious)
2011-06-09 21:31:44 +10:00
ricky
eb8d1e180f Killed the Obsolete SendMessage method 2011-06-09 11:52:14 +10:00
ricky
e392e69a96 Kick/Ban/BanIP now uses the complete entered reason not just the first word if reason not in quotes.
Added RangeCheck to the debug-config output
2011-06-09 11:21:59 +10:00
high
11f5d9a116 Added parameter parser so that each command does not have to parse the text.
Dead players are kicked if they try to place a block or liquid.
2011-06-08 13:33:01 -04:00
high
0dc39e15f5 Fixed false bans when picking up liquid.
Added 3 permissions (canlava, canwater, logs)
'canlava' and 'canwater' are in the default group. Without them you cannot manipulate water/lava.
Users with the 'logs' permission get sent information. For example when someone uses a command they don't have access to.
2011-06-08 10:36:56 -04:00
high
55000158ee Fixed the update check spamming.
Moved the update check out of the main thread to prevent locking up the server.
2011-06-08 09:40:09 -04:00
high
8435a56d51 Merge branch 'master' of github.com:TShock/TShock 2011-06-08 06:45:09 -04:00
high
e66c57450a Fixed Ban not checking socket status correctly.
Fixed unban/unbanip for real this time
2011-06-08 06:44:53 -04:00
Shank
2910a4beff Added force check update command
Closes #54
2011-06-08 04:37:11 -06:00
ricky
c71ee6a985 Group commands by permissions 2011-06-08 13:19:40 +10:00
Maverick Motherfucker
61624249a2 Got TShock's part of updating done, waiting from ftp access from shank to test 2011-06-07 19:04:35 -07:00
ricky
88477eaccf Kill checks if player is found before killing. 2011-06-08 08:11:26 +10:00
ricky
4874a2bdd4 Merge remote-tracking branch 'upstream/master'
Conflicts:
	TShockAPI/TShock.cs
2011-06-08 06:53:54 +10:00
Shank
d5072af087 Merge branch 'master' of github.com:TShock/TShock
Conflicts:
	TShockAPI/Commands.cs
2011-06-07 11:13:47 -06:00
Shank
f1c8be3e60 Added /banip 2011-06-07 11:13:04 -06:00
high
5902aa7146 fixed /unban and /unbanip 2011-06-07 10:22:20 -04:00
ricky
cfd4de2f32 Fixed errors from failed merge 2011-06-07 20:34:15 +10:00
ricky
c368518caa Merge remote-tracking branch 'upstream/master'
Conflicts:
	TShockAPI/Commands.cs
	TShockAPI/TShock.cs
	TShockAPI/Tools.cs
2011-06-07 20:28:11 +10:00
high
6371a301da Added unban/unbanip
Fixed banning when a player picks up lava/water
Fixed name check for real this time.
Fixed banning multiple times.
2011-06-07 04:56:01 -04:00
ricky
0a49458302 Removed debug logs used for testing kick/ban commands 2011-06-07 18:51:42 +10:00
ricky
070f5a7801 Merge remote-tracking branch 'upstream/master'
Conflicts:
	TShockAPI/Commands.cs
	TShockAPI/TShock.cs
2011-06-07 18:45:09 +10:00
ricky
78d0480512 Fixed ban not working with quotes around player name. Kick now also supports reason 2011-06-07 18:33:54 +10:00
Shank
3589886eab Added /home
Closes #26
2011-06-07 00:03:01 -06:00
Shank
dafd739f88 Time now takes noon/dawn/dusk/midnight
Closes #33
2011-06-06 23:59:08 -06:00
Shank
866f63ea59 /ban now accepts a reason
/ban announces said reason
2011-06-06 23:51:51 -06:00
Shank
ab03cf174d Fixed /dropmeteor
Closes #40
2011-06-06 23:48:30 -06:00
ricky
1ad261a562 All greif related checks now respect ignoregreifdetection and ban/kick greif flags.
Refactored common ban/kick logic into helper method in tools.
Added ForceKick for when wanting to disallow players to join when sever is full or name is too long or not on whitelist etc.
Updated OnJoin to set e.Handled when players are force kicked during join.
Logging all players that successfully join the server.
2011-06-07 15:09:18 +10:00
Shank
e375703e96 Brackets 2011-06-06 19:01:08 -06:00
Shank
43b968e37f Added ban for placing impossible to place tiles and liquids.
Added ban for attempting to place non-existent liquids.
2011-06-06 16:38:41 -06:00
ricky
e30ddc0079 Added the final missing terraria command.
Removed Terraria commands from the output of help.
2011-06-06 20:43:59 +10:00
ricky
b8e4df2912 Issue #27 /kick, /ban. /tp and /tphere now handle quotes. 2011-06-06 20:03:53 +10:00
ricky
b99da71d58 Added MaxSlots on debug-config output 2011-06-06 19:50:34 +10:00
ricky
b33d1e1e95 Made hardcore part of spawnboss privilege intead of cfg. 2011-06-06 19:40:11 +10:00
Shank
dfc4325e59 ReSharper Code optimization 2011-06-05 23:36:41 -06:00
Maverick Motherfucker
78c577ab96 fixed /auth 2011-06-05 22:23:26 -07:00
Shank
d9df2bf962 Added /me
Turned back on logger
Stopped logging send message events(spam!)
Closes #28
2011-06-05 22:37:56 -06:00
high
18a3265ab3 Merge branch 'master' of github.com:TShock/TShock
Conflicts:
	TShockAPI/TShock.cs
2011-06-05 19:11:39 -04:00
high
1caf69998d Replaced the 3 ban files with a simple ban manager which stores ip, name and reason. 2011-06-05 19:05:38 -04:00
Maverick Motherfucker
0b637c1481 Fixed /off 2011-06-05 15:48:22 -07:00
high
73f17b0260 Added MaxSlots (Kicks player if full) 2011-06-05 17:53:18 -04:00
Shank
6909810519 Forgot to close the StreamWriter. 2011-06-05 15:05:11 -06:00
Shank
03927f7d72 Merge branch 'master' of github.com:TShock/TShock 2011-06-05 15:00:35 -06:00
Shank
3422ade35f Added /auth <token> 2011-06-05 15:00:11 -06:00
Maverick Motherfucker
6fdb7e028c kick players before shutting down 2011-06-05 13:23:32 -07:00
Shank
32947a1a1e Changed /maxspawns to point to defaultMaxSpawns
Closes #18
2011-06-05 14:10:10 -06:00
Shank
0e50d37522 Changed /maxspawns to point to defaultMaxSpawns 2011-06-05 14:06:40 -06:00
Maverick Motherfucker
a51a323b9b oops, forgot this' 2011-06-05 12:16:33 -07: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