Commit graph

203 commits

Author SHA1 Message Date
high
4ae6733f81 Added RangeChecks config to disable the range part of the grief checks 2011-06-08 13:44:25 -04: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
205542d70b Increased 'impossible' range to hopefully prevent false bans. 2011-06-08 11:58:20 -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
9d193ba651 Merge branch 'master' of github.com:TShock/TShock 2011-06-08 09:17:55 -04:00
high
d8272b9a8e Added extra logging to ban functions. Mainly the ones with the most false positives.
Players without a name can no longer join
2011-06-08 09:17:42 -04:00
Shank
2174d7e94d Version tick 2.0.0.2 2011-06-08 04:51:51 -06:00
high
ee63bd8a80 Made the log not clear. 2011-06-08 06:33:59 -04:00
high
66619d9148 Fixed chests not being breakable 2011-06-08 06:16:42 -04:00
high
8e9358a986 Merge branch 'master' of github.com:TShock/TShock 2011-06-08 06:09:15 -04:00
high
5e55da2e4c Added sexy StreamExt class
Split HandleGetData into several methods.
2011-06-08 06:09:07 -04:00
Shank
4422f643f8 Added UpdateManager.cs
Update checks now happen every 5 minutes. Side effect: Instant join update is now delayed 5 minutes.
2011-06-08 04:06:38 -06:00
Shank
f3c30da22c Merge branch 'master' of github.com:TShock/TShock 2011-06-08 03:44:48 -06:00
Shank
8c8bd42426 Added a timed update checker set to 10 minutes.
If a server is out of date then every time an admin joins, they will be nagged about it.
2011-06-08 03:44:36 -06:00
high
e9fd9a5e06 Merge branch 'master' of github.com:TShock/TShock 2011-06-08 05:33:10 -04:00
high
5a36993705 Added net debugging 2011-06-08 05:32:28 -04:00
Shank
a4798a35e5 Merge branch 'master' of github.com:TShock/TShock 2011-06-08 02:51:40 -06:00
Shank
efa9bfc86c Removed life/mana increase check 2011-06-08 02:51:23 -06:00
ricky
673359653f Kick for using Dirt Rod now checks if player is imure to kicking
Remove nades and added sticky bombs for explosives thrown check
2011-06-08 18:49:07 +10:00
Shank
2d13f0d86d Merge branch 'master' of github.com:TShock/TShock 2011-06-08 01:39:45 -06:00
Shank
0241c8b56f Fixing exploits. 2011-06-08 01:39:15 -06:00
high
d05a0f5783 Place impossible increased from 6 to 8
Send Tile Square increased from 10 to 12
Now kicks you for using Dirt Rod.
2011-06-08 01:03:58 -04:00
ricky
1ac46f8824 Fixed GetData overidding handled value from OnChat.
Dont continue if Fake Chat message is detected.
2011-06-08 13:19:37 +10:00
Maverick Motherfucker
3a3bf6e866 Finished testing, shit works\! 2011-06-07 19:45:02 -07: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
4874a2bdd4 Merge remote-tracking branch 'upstream/master'
Conflicts:
	TShockAPI/TShock.cs
2011-06-08 06:53:54 +10:00
high
5ee04572d6 GetData now blocks the server from handling packets from sockets set to die. 2011-06-07 10:40:04 -04:00
ricky
edffd29a69 Merge remote-tracking branch 'upstream/master'
Conflicts:
	TShockAPI/TShock.cs
	TShockAPI/Tools.cs
2011-06-07 23:07:14 +10:00
high
d7987ac633 Fixeds kick not working 2011-06-07 08:46:33 -04: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
693e279a78 Fixed kill tile spamming when kicking 2011-06-07 05:21:21 -04:00
ricky
97e0b67cf8 Using ForceKick instead of imunity check based kick for name based ban check and too long name 2011-06-07 18:56:54 +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
070f5a7801 Merge remote-tracking branch 'upstream/master'
Conflicts:
	TShockAPI/Commands.cs
	TShockAPI/TShock.cs
2011-06-07 18:45:09 +10:00
Shank
b7a87866fe Name length check now works.
Bans now run by name too.
Closes #36
2011-06-07 00:08:32 -06:00
Shank
c13df1c03d Changed version
Closes #35
2011-06-06 23:52:39 -06:00
ricky
cc92a38e40 Merge remote-tracking branch 'upstream/master' 2011-06-07 15:24:50 +10: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
44e503eafe Version 1.9.0.0 2011-06-06 22:44:38 -06:00
high
9dee779a27 Fixed exploit allowing client to send client info packet more than once.
Fixed exploit allowing client to send tile square.
2011-06-06 21:00:32 -04:00
high
cfc05e1663 Mav why did you remove ConfigurationManager.startedInvasion without removing its use. 2011-06-06 20:24:21 -04:00
high
3bbbafc94d Merge branch 'master' of github.com:TShock/TShock 2011-06-06 20:19:58 -04:00
high
114f5ff34b Shank was dividing the tilex and tiley by 16 2011-06-06 20:19:42 -04:00
Maverick Motherfucker
0f01f58c67 Merge branch 'master' of github.com:TShock/TShock 2011-06-06 17:12:05 -07:00
Maverick Motherfucker
df9e2bb423 fixed kicking and banning, and removed a unused variable 2011-06-06 17:11:49 -07:00
high
9deb1e9a44 Shank forgot braces around a ban if statement 2011-06-06 20:09:20 -04:00
high
a7e912c9f4 Fixed impossible placing 2011-06-06 19:55:04 -04:00
Shank
af3f03b38e Fixed PlayerDamage hole. Thanks to Minic 2011-06-06 17:39:50 -06:00
Shank
b28e12ecf8 Fixed impossibility check. 2011-06-06 17:25:59 -06:00
Shank
b62fc02d94 Merge branch 'master' of github.com:TShock/TShock 2011-06-06 16:39:05 -06:00