Commit graph

102 commits

Author SHA1 Message Date
Deathmax
63259938f8 Update server binary
Fix linux paths.
Tile compression.
2011-12-29 11:33:34 +08:00
Deathmax
8d84514128 Fix MOTD 2011-12-24 10:27:50 +08:00
Deathmax
877de10cba Sanitize string read from file before sending to player. 2011-12-23 16:54:01 +08:00
Lucas Nicodemus
1520688256 Hark 2011-12-22 12:16:44 -07:00
Lucas Nicodemus
26afe92648 Hark 2011-12-22 12:16:19 -07:00
Graham Cantin
a35dfcc1db Fixes up Deathmax's Commit:b4971834238387d1cca96eea01f48fca51b0ba35
Adds some more/saner config descriptions while I'm at it.
Bumped version tick to 1222.
2011-12-22 01:27:36 -08:00
Lucas Nicodemus
5d3f5eed90 GeoIP dispose fix 2011-12-21 13:09:28 -07:00
Lucas Nicodemus
74c493bd6a VERSION TICK: 3.4.0.1221
- Prepare code freeze for release
 - 4 hour bug testing state beginning
2011-12-21 00:34:59 -07:00
Deathmax
2cec51ada4 /converthallow/corruption should now report the correct hallow/corruption percentage. 2011-12-20 18:49:08 +08:00
Deathmax
99d3162345 Recount and resend Good/Evil stats after converting hallow/corruption 2011-12-19 19:30:06 +08:00
Deathmax
d1320e434c Cache the IP so that things don't shit bricks when Mono closes the socket. 2011-12-18 07:28:52 +08:00
Deathmax
7a1ea99ea8 Fix Purification Powder not working on ebonsand 2011-12-17 09:45:04 +08:00
Deathmax
b23b6789f2 Update to 1.1.1
Switch to v2 of the sqlite lib. v4 has a bug when run under .Net.
2011-12-16 09:02:59 +08:00
Deathmax
97b6f77383 Fix logs and configs not following -configpath param 2011-12-15 21:04:13 +08:00
Deathmax
c821c920ce Was never supposed to add exploit code. 2011-12-13 17:30:01 +08:00
Deathmax
075a909e0a Add tile protection to SendTileSquare 2011-12-12 21:33:04 +08:00
Lucas Nicodemus
e1cd9f6bd4 Added a new server exe that should fix mannequins. Exempted the ice rod from the range checks. 2011-12-11 02:34:50 -07:00
Lucas Nicodemus
7ad353000e Debug output 2011-12-05 01:03:43 -07:00
Deathmax
28c4f9ed9c Add DisableTombstones 2011-12-04 15:55:20 +08:00
Deathmax
b78ea17d68 Fix death text exploit. 2011-12-03 10:25:57 +08:00
Deathmax
e539080625 Fixy fix
-/item now works
2011-12-02 15:12:27 +08:00
Lucas Nicodemus
8514140ca7 As per High's complaining, holocaust against the Tools class (now Utils)
Plugin developers: You really need to change to reference this.
2011-12-01 23:24:02 -07:00
Deathmax
82acf0cdfb Add XNA dependency. 2011-12-02 11:55:44 +08:00
high
c9aefef1d7 Player position updated on teleport 2011-09-26 21:49:45 -04:00
high
a5550ad3f7 Fixed typo 2011-09-25 18:34:28 -04:00
high
408c1efc5b version tick 2011-09-24 18:51:42 -04:00
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
ed7d280a1d Updated binaries
Changed TilesDestroyed to reflect binary change.
2011-09-06 19:56:26 -04:00
high
1a9f4d43bc Disable Rest by default
Version Tick
2011-09-05 23:57:38 -04:00
Lucas Nicodemus
92d940e5dc Added startup/shutdown messages to Rest, for troubleshooting bad configuration settings.
Added server nickname configuration option, to be returned in the /status API endpoint
Added configuration option for disabling the /check API endpoint in the event that users don't like that.
Added /status API endpoint
2011-09-05 00:30:46 -06:00
Lucas Nicodemus
319f369799 Added example for how all additional endpoints should respond in regards to success and failure.
Added example endpoint that demonstrates rest verbs.
2011-09-04 23:59:44 -06: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
Lucas Nicodemus
5939c3256a Enabled RCON. 2011-09-04 17:05:01 -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
1547a06ed6 Fixed everything 2011-09-02 23:44:04 -06:00
Lucas Nicodemus
b31a84cdd2 Merge remote-tracking branch 'remotes/origin/general-devel-mono' into general-devel
Conflicts:
	TShockAPI/Properties/AssemblyInfo.cs
	TShockAPI/TShockAPI.csproj
2011-09-02 23:23:23 -06:00
Lucas Nicodemus
442a5b4202 Stuff 2011-09-02 23:21:01 -06:00
Deathmax
65b323f004 Don't force Hardcore players to spawn, they are supposed to be ghosts. 2011-09-03 08:01:58 +08:00
Deathmax
3f40437d4b Added /grow 2011-09-02 11:35:35 +08:00
high
21ac8a4a0e Removed XNA dependencies 2011-08-30 08:36:34 -04: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
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
63623bd971 Version tick 2011-08-17 14:47:37 -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
3312b769c4 Fixed teleporting 2011-08-11 00:27:56 -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