Commit graph

215 commits

Author SHA1 Message Date
Lucas Nicodemus
cf7323d653 Adds /ip <player> and returns the Internet Protocol Version 4 address of the player.
Closes #219
2011-07-07 01:32:49 -06:00
Deathmax
da60e1cd0c Indicate when Teleport has failed. 2011-07-06 22:09:15 +08:00
Deathmax
f3e3c4dafc Completely removed /buff 2011-07-06 22:00:34 +08:00
Lucas Nicodemus
34d39bd8d3 Read hashes are now converted to uppercase when checked to preserve computability with php's sha512 hashing. 2011-07-05 00:58:06 -06:00
Steven French
35eae48dfe Merge branch 'general-devel' of github.com:TShock/TShock 2011-07-04 21:45:45 +12:00
Deathmax
2d53001197 Merge commit '65a7998b16' into general-devel
Conflicts:
	TShockAPI/Commands.cs
2011-07-04 17:08:40 +08:00
high
65a7998b16 Do not log /login and /user 2011-07-04 01:07:44 -04:00
Steven French
60b21e4c1a Adds /setspawn again
This edits your maps spawn tile, use wisely.
2011-07-03 20:20:41 +12:00
Deathmax
473d554de1 Chest KillTile is now subject to region protection.
Non-working /buff
2011-07-03 20:20:39 +12:00
Deathmax
e4bcadcdc4 Changed some of the command permissions 2011-07-03 20:20:39 +12:00
Deathmax
843d7b4469 Chest KillTile is now subject to region protection.
Non-working /buff
2011-07-03 14:12:09 +08:00
Deathmax
0975c7b6bf Changed some of the command permissions 2011-07-03 13:10:04 +08:00
Deathmax
31cf5c1ae7 Fix /login /user being logged 2011-07-03 13:07:00 +08:00
Deathmax
e4ee06f659 Broadcast on saveWorld.
(Latest API required)
2011-07-03 10:51:49 +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
Deathmax
64db44d245 Fixed issue with /whisper 2011-07-01 22:42:04 +08:00
high
bfd8ed5685 Merge branch 'general-devel' of github.com:TShock/TShock
Conflicts:
	TShockAPI/Commands.cs
	TShockAPI/TSPlayer.cs
2011-07-01 10:04:03 -04:00
high
7e8486527f Added command aliases. 2011-07-01 09:36:01 -04:00
Deathmax
7cc56a1b5a Added /reply (/r) - Sends a whisper to the last person who whispered to you
/whisper now uses string.Join
2011-07-01 21:13:17 +08:00
Deathmax
9cbcfe8d70 Fix for /broadcast not spacing properly. (Thanks Kaikz) 2011-07-01 20:57:39 +08:00
Deathmax
b4b54317d7 /w is now an alias for /whisper 2011-07-01 20:53:59 +08:00
Deathmax
c7a4a00fa8 /whisper now combines all arguments after player name 2011-07-01 20:53:15 +08:00
Deathmax
3ad99d0fcd Added /whisper (/tell) 2011-07-01 20:41:53 +08:00
Lucas Nicodemus
26a2018a44 Derp code fail 2011-07-01 03:46:33 -06:00
Lucas Nicodemus
2281519eb0 Logging slap command usage under info (do we need a separate log level for player commands?) 2011-07-01 03:45:15 -06:00
Lucas Nicodemus
0dec79e0b5 Clamping damage on /slap to avoid abuse.
Closes #157
2011-07-01 03:43:51 -06: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
d62068eacf Changed wording again. 2011-07-01 03:13:01 -06:00
Lucas Nicodemus
d1849dbe10 Changed wording from "basic SHA1" to "complicated SHA512" 2011-07-01 03:10:00 -06:00
Lucas Nicodemus
e57ab38e4b -1 Maximum login attempts to disable. 2011-07-01 03:08:10 -06:00
Lucas Nicodemus
c6b77970c8 Added MaximumLoginAttempts to configuration system. 2011-07-01 03:07:06 -06:00
Lucas Nicodemus
53c3fdf276 Installed grammar package and updated it. 2011-07-01 03:03:36 -06:00
Lucas Nicodemus
9d6cf29c4e Eject a player from the server if they have 3+ invalid login attempts. 2011-07-01 03:02:10 -06:00
Lucas Nicodemus
2c812dbb53 Added /tphere * and /tphere all
Closes #159
Forgot to close the auth issue
Closes #98
2011-06-30 22:37:28 -06:00
Lucas Nicodemus
b20970a3e5 We don't really need to log a user's password. Defeats the point of hashing it. 2011-06-30 20:38:20 -06:00
Lucas Nicodemus
a4fd16ae64 Actually hashing the right thing this time. 2011-06-30 20:34:24 -06:00
Lucas Nicodemus
9791955414 Debug 2011-06-30 20:19:52 -06:00
Lucas Nicodemus
da055867c9 Added basic system for logging in and adding users ingame. 2011-06-30 19:41:37 -06:00
Twitchy
f1b406fc3d Can now TP without bed (bed stays). Stops client crashing (hopefully) 2011-06-30 16:12:49 +12:00
Twitchy
80ca8509a3 Adds some broadcasting on map saves 2011-06-29 19:06:20 +12:00
Twitchy
554eb464f1 Added tphere permission 2011-06-28 20:42:56 +12: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
Twitchy
0a69d1ae3b Merge branch 'master' of git://github.com/TShock/TShock 2011-06-25 04:16:56 +12:00
Twitchy
7ddc74890b /warp list only shows warps from current world 2011-06-25 04:16:09 +12:00
Deathmax
840c91d341 Merge remote-tracking branch 'origin/master'
Conflicts:
	TShockAPI/Commands.cs
2011-06-24 22:45:34 +08:00
Deathmax
a0c71e7b30 /setspawn spawn shouldn't save into world file unless using /savespawn 2011-06-24 22:43:17 +08:00
Twitchy
4978e2960c Fixed /setspawn creating spawn 3 tiles too high 2011-06-25 02:35:24 +12:00
Twitchy
b2271f980e Merge branch 'master' of git://github.com/TShock/TShock 2011-06-25 01:43:52 +12:00
Twitchy
90cfb8266b Fixed a bug where tp-ing would delete blocks where you spawn 2011-06-25 01:43:04 +12:00