Deathmax
37d30cd49e
Check tile thresholds and banned items every second instead of every update.
...
Increase tile threshold to accommodate for ^.
2011-07-14 15:46:40 +08:00
high
6468ed7562
This is not C, stop doing return codes especially without doing an enum.
...
Databases can store other things besides strings.
If you do not like changes from this commit feel free to revert it. Just giving some last insight on this branch.
2011-07-13 14:14:39 -04:00
Twitchy
9cefc69075
Merge branch 'sql' of github.com:TShock/TShock into general-devel-sql (test)
2011-07-12 15:49:24 +12:00
Twitchy
3e17e42a37
Adds MySql Support
2011-07-12 13:31:36 +12:00
Deathmax
1fca9b6860
now sends heartbeats to a q3 master server
2011-07-09 23:09:45 +08:00
Deathmax
d04ef15427
Changed how rcon outputs commands
...
Changed how rcon handle commands
Added inforesponse and statusresponse
2011-07-09 12:34:58 +08:00
Deathmax
1e17a6edb4
Changed default RconPort to 7777
...
Changed how rcon commands are handled.
2011-07-09 09:11:57 +08:00
Deathmax
a465943eee
Added rcon packet handling.
2011-07-08 22:44:19 +08:00
Deathmax
cf7fd6da23
Ban/KickOnHardcoreOnlyDeath is now Ban/KickOnHardcoreDeath - Any hardcore deaths can be acted on.
...
Ban/KickOnHardcoreDeath will no longer trigger with a magic mirror.
2011-07-08 21:20:07 +08:00
Deathmax
f3e3c4dafc
Completely removed /buff
2011-07-06 22:00:34 +08:00
Deathmax
843d7b4469
Chest KillTile is now subject to region protection.
...
Non-working /buff
2011-07-03 14:12:09 +08:00
high
91abde27d2
ConfigFile and ConfigurationManager merged into 1.
...
Check OnConfigRead for a list of variables that will now be updated when the config file is reloaded.
2011-07-01 13:19:16 -04:00
Lucas Nicodemus
a66d016fcb
Added /broadcast and /bc
...
Admin chat color and prefix are now optional
2011-07-01 03:35:24 -06:00
Lucas Nicodemus
c6b77970c8
Added MaximumLoginAttempts to configuration system.
2011-07-01 03:07:06 -06:00
high
7a62674ba3
Removed setspawn, it should not be a config option!
2011-06-25 20:10:52 -04:00
high
17cd6652d7
Renamed settings to start with a Capital letter
...
Removed config read on post init. Already read in SetupConfig which is called in Init
Added option to disable auto saving
2011-06-25 00:44:07 -04:00
Deathmax
1e66e1a256
Ban/kick on death if HardcoreOnly == true
2011-06-24 20:03:19 +08:00
Deathmax
5dfc4f6e60
Added HardcoreOnly
2011-06-24 19:04:52 +08:00
Deathmax
96988fc7c9
/setspawn settings no longer carry over to other worlds.
2011-06-24 14:50:18 +08:00
Deathmax
1f7d3eb5e6
Added DisableExplosives along with the permission useexplosives to bypass it.
2011-06-23 20:22:41 +08:00
Deathmax
8037fd67db
Tile threshold can now be set in config.
2011-06-23 17:36:19 +08:00
Twitchy
df1cbab1f5
Adds option to remember leave positions. Change to true in config.json
2011-06-23 20:43:57 +12:00
Twitchy
f790d9378c
Added /setspawn command, uses "cfg" permmission. Sets the spawn point of the server
2011-06-23 19:34:27 +12:00
ricky
28b1267079
Fixed BanKillTileAbusers/KickKillTileAbusers using wrong propert when writing config
2011-06-22 13:52:55 +10:00
high
c901e8482d
Backups added
...
Pvp throttle added
2011-06-17 21:12:37 -04:00
Shank
6411e71cee
Added AdminChatPrefix configuration option.
...
Added AdminChatRGB configuration option.
Tweaked how broadcast works, now clamps RGB values to prevent overflows.
Added a new permission, "adminchat," that defines who is affected by the AdminChatPrefix and the new AdminChatRGB (which is a rgb color spectrum for the chat color of admin's text).
Closes #72
2011-06-14 02:56:04 -06:00
Shank
2fe906744f
Added a new Configuration Flag called "DisableBuild".
2011-06-12 02:24:46 -06:00
Shank
169950d1fd
Added year and author name to GPL ness.
2011-06-12 01:20:20 -06:00
Maverick Motherfucker
3a2c6bb314
gpl up in dis bitch
2011-06-11 21:35:29 -07:00
high
c4033af6f2
Added SpamChecks config option which is false by default. This disables redigit's shitty anti grief.
2011-06-10 19:47:09 -04:00
high
4ae6733f81
Added RangeChecks config to disable the range part of the grief checks
2011-06-08 13:44:25 -04:00
Shank
dfc4325e59
ReSharper Code optimization
2011-06-05 23:36:41 -06:00
high
73f17b0260
Added MaxSlots (Kicks player if full)
2011-06-05 17:53:18 -04: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
Deathmax
b9ff874351
Added spawn protection radius to config.
2011-06-04 14:25:47 +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
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
Maverick Motherfucker
f5a76dd154
Griefing != Cheating
2011-06-02 22:24:43 -07:00
Shank
45a8cf09ce
Json starting fresh.
2011-06-02 01:39:05 -06:00
high
c644fcd45c
Sqlite added
...
BanManager now uses sqlite (imcomplete)
2011-07-01 15:54:52 -04:00