high
|
b2f47f57ac
|
Updated to new binary (with the api merged).
Removed System.Drawing dependency
|
2011-09-24 18:30:19 -04:00 |
|
high
|
a4176947ae
|
Version Tick 3.3.3
|
2011-09-06 20:04:20 -04:00 |
|
high
|
839e308f5a
|
Fixed -ip null reference
|
2011-09-06 18:26:05 -04:00 |
|
high
|
da91d56513
|
Fixed geoip crashing on startup if geoip.dat is missing. Also fixed it crashing if you enable it without restarting tshock.
|
2011-09-05 22:07:51 -04:00 |
|
high
|
f949738db9
|
Added config options for RestApi
-IP now changes RestApi listening ip.
|
2011-09-05 14:33:37 -04:00 |
|
high
|
07e88dc8a7
|
SafeSet/SafeGet replaced with this[]
|
2011-09-05 14:12:49 -04:00 |
|
high
|
a0da52e558
|
Removed error constructor. Added response property.
|
2011-09-05 14:05:16 -04:00 |
|
high
|
866a4c9932
|
Implemented RestObject to enforce status/error keys.
|
2011-09-05 13:59:07 -04:00 |
|
high
|
1fe7284f7c
|
Added SecureRest which implements token requirement for commands. Still must implement a Verify function and probably change SecureRest around a bit.
|
2011-09-05 02:44:46 -04:00 |
|
high
|
7cfc219794
|
RestApi back to Rest, added separate RestManager field.
|
2011-09-05 01:17:54 -04:00 |
|
high
|
595efa4d41
|
Merge branch 'general-devel-rest' of github.com:TShock/TShock into general-devel-rest
Conflicts:
TShockAPI/TShock.cs
|
2011-09-05 01:14:24 -04:00 |
|
high
|
f087ae5c83
|
IP/Port can now be changed before started.
RestVerbs added instead of Dictionary<string,string>
|
2011-09-05 01:11:08 -04:00 |
|
Lucas Nicodemus
|
d7012bd094
|
Reworked a lot of how REST works
|
2011-09-04 23:06:43 -06:00 |
|
high
|
d824e71507
|
Added rest {verb} support
|
2011-09-05 00:48:05 -04:00 |
|
high
|
e9c3363313
|
Now instead outputs json serialized objects.
|
2011-09-04 23:50:35 -04:00 |
|
high
|
59a2fcd62e
|
Added Rest example
|
2011-09-04 23:43:39 -04:00 |
|
Lucas Nicodemus
|
a14299ee32
|
Fixing RCOn
|
2011-09-04 20:20:52 -06:00 |
|
Lucas Nicodemus
|
5939c3256a
|
Enabled RCON.
|
2011-09-04 17:05:01 -06:00 |
|
high
|
7b23669e2f
|
Do not enable RconHandler unless you fix it up. Remember, general-devel is not for incomplete features.
Also you were late on that PostInit fix.
Revert "RCONNNNNN"
This reverts commit 10167df4ef.
|
2011-09-04 11:50:18 -04:00 |
|
Lucas Nicodemus
|
10167df4ef
|
RCONNNNNN
|
2011-09-03 22:37:47 -06:00 |
|
Lucas Nicodemus
|
c31eeb1c6c
|
VERSION TICK 3.3
Preparing to launch, need to merge to master.
|
2011-09-03 00:24:25 -06:00 |
|
Lucas Nicodemus
|
442a5b4202
|
Stuff
|
2011-09-02 23:21:01 -06:00 |
|
Deathmax
|
9ed5f7a2f5
|
Added geoip support.
(grab the database from http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz and dump it in the tshock folder)
|
2011-09-02 12:28:19 +08:00 |
|
high
|
8bb8114223
|
Fixed not setting kill when disconnecting a client. Handling the disconnect packet makes Terraria not set ServSocket.kill.
|
2011-08-24 22:22:57 -04:00 |
|
high
|
625bab753b
|
Fixed getRegion not returning null (functions using it were expecting null too)
Disabled noclip check. (general-devel is not general-test)
Added null check to /region info (Don't commit shit that you know is broken)
|
2011-08-20 13:04:24 -04:00 |
|
Deathmax
|
05f0e9d717
|
bounds check for noclip detection
|
2011-08-21 00:47:39 +08:00 |
|
Deathmax
|
96ea583264
|
Noclip detection now uses the tile blacklist.
|
2011-08-21 00:27:07 +08:00 |
|
Deathmax
|
85f1ba6643
|
Force respawn after death.
(prevents some forms of invisibility)
|
2011-08-20 20:45:19 +08:00 |
|
Deathmax
|
eb88dc8924
|
Basic noclip detection (high chance of false positives, only text warning atm)
|
2011-08-20 17:33:58 +08:00 |
|
high
|
b06ec57819
|
Permission magic strings removed
|
2011-08-18 21:10:39 -04:00 |
|
high
|
fc03e72c77
|
Forgot to handle disconnect messages.
Fixed GetIPv4Address throwing socket exception
|
2011-08-18 20:04:16 -04:00 |
|
high
|
dcadec30de
|
Improved buffering slightly.
Disconnect messages are no longer buffered. (Fixes disconnect messages not being received)
|
2011-08-18 19:55:12 -04:00 |
|
high
|
7b58100546
|
Fixed issue of the client being killed before receiving the disconnect message.
|
2011-08-17 21:45:41 -04:00 |
|
high
|
1fa5fdcf04
|
Implemented SaveWorldOnCrash
|
2011-08-17 17:19:02 -04:00 |
|
high
|
445a3fd9d8
|
Added event 'TShock.Initialized' that is called after tshock is initialized.
'Called after TShock is initialized. Useful for plugins that needs hooks before tshock but also depend on tshock being loaded.'
|
2011-08-15 19:02:10 -04:00 |
|
high
|
ad664bfcca
|
Moved item ban checking into the PlayerSlot handler. Still has the issue of kicking the person too early though.
|
2011-08-13 12:50:53 -04:00 |
|
high
|
258b7d48fb
|
Added TShock.SendBytes which uses packetbuffer if available, otherwise sends like normal.
|
2011-08-12 23:17:23 -04:00 |
|
high
|
2a0bf9036a
|
Hashing now supports xp. Simply append "-xp" to the algorithm name.
Fixed kicking for mana over 200, max mana was raised to 400 in 1.0.6.
|
2011-08-10 05:25:17 -04:00 |
|
high
|
ceefbfdb03
|
Merge branch 'general-devel' of github.com:TShock/TShock
Conflicts:
TShockAPI/PacketBufferer.cs
TShockAPI/Properties/AssemblyInfo.cs
|
2011-08-09 18:42:31 -04:00 |
|
high
|
f2df7be202
|
updated api version attribute
|
2011-08-09 18:25:06 -04:00 |
|
darkunderdog
|
6b9e462ff4
|
adding logged in username to /playing in console - TShock Edit
|
2011-08-08 19:46:40 -05:00 |
|
high
|
80af1c52ca
|
Made handle checks consistent. Also some of us don't have a lot of horizontal space.
|
2011-08-07 03:01:29 -04:00 |
|
Twitchy
|
b061a6c085
|
Adds some e.handled checks
|
2011-08-07 18:55:32 +12:00 |
|
high
|
56eca71853
|
Fixed SCA warnings
|
2011-08-06 16:49:40 -04:00 |
|
Twitchy
|
e581f69249
|
Few other fixes
|
2011-08-06 13:49:47 +12:00 |
|
high
|
3fcb95f9a4
|
Added config option for Server Full kick reason.
Added config option to display group names in chat
|
2011-08-05 02:02:04 -04:00 |
|
high
|
2a20af352a
|
Removed testing code
|
2011-08-05 01:49:19 -04:00 |
|
high
|
7049fd65cd
|
Merge branch 'general-devel' of github.com:TShock/TShock into general-devel
Conflicts:
TShockAPI/Properties/AssemblyInfo.cs
|
2011-08-05 00:40:24 -04:00 |
|
Lucas Nicodemus
|
a0ad2a63d7
|
VERSION TICK: 3.2.0.0804
|
2011-08-04 22:35:44 -06:00 |
|
high
|
0801281c91
|
Added exception handler to initialize. For some reason CurrentDomain_UnhandledException isn't catching it.
|
2011-08-04 18:11:14 -04:00 |
|