high
|
c2f52cec07
|
Added extension for key/value querying
|
2011-09-26 21:49:21 -04:00 |
|
high
|
a5550ad3f7
|
Fixed typo
|
2011-09-25 18:34:28 -04:00 |
|
high
|
223a77340f
|
Merge branch 'general-devel-rest' of github.com:TShock/TShock into general-devel
Conflicts:
TShockAPI/Properties/AssemblyInfo.cs
|
2011-09-25 18:29:31 -04:00 |
|
high
|
e55b1964fb
|
Fixed QueryResult.Reader being null
|
2011-09-24 18:57:40 -04:00 |
|
high
|
408c1efc5b
|
version tick
|
2011-09-24 18:51:42 -04:00 |
|
high
|
c4b2d6f438
|
Merge branch 'general-devel' of github.com:TShock/TShock into general-devel
Conflicts:
TShockAPI/Properties/AssemblyInfo.cs
|
2011-09-24 18:31:05 -04:00 |
|
high
|
b2f47f57ac
|
Updated to new binary (with the api merged).
Removed System.Drawing dependency
|
2011-09-24 18:30:19 -04:00 |
|
Lucas Nicodemus
|
dc9fa579f8
|
Merge pull request #295 from erikive/general-devel
Added /motd command.
|
2011-09-24 14:38:54 -07:00 |
|
erikive
|
922a2b26fa
|
Added a /motd command.
|
2011-09-23 19:04:59 -05:00 |
|
Deathmax
|
cf1f283199
|
Add /players/{player}/ban
|
2011-09-17 11:45:18 +08:00 |
|
Deathmax
|
7a2ae6dbf9
|
Add /players/{player}/kick
|
2011-09-17 11:41:22 +08:00 |
|
Deathmax
|
e258f54212
|
Add /player/read/{player}
|
2011-09-16 22:36:36 +08:00 |
|
Deathmax
|
32f59e51c7
|
Change /world/read to use object instead of string
Removes .ToString's
|
2011-09-16 22:13:29 +08:00 |
|
Deathmax
|
5e9cfb2791
|
Prevent people from placing chests when the world's chest array is already full.
Prevents bugs with chests not properly working if placed after the array is full.
|
2011-09-16 19:58:59 +08: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
|
839e308f5a
|
Fixed -ip null reference
|
2011-09-06 18:26:05 -04:00 |
|
Deathmax
|
51dd2749b7
|
Merge remote-tracking branch 'origin/general-devel' into general-devel
|
2011-09-06 18:42:34 +08:00 |
|
Deathmax
|
612b629a9b
|
Fixes TSDEV-129
Explicitly check for projectile exploit to kick/ban while ignoring other packets that can potentially crash clients.
|
2011-09-06 18:38:35 +08:00 |
|
high
|
81797667e9
|
Changed RestObject dictionary value to object so you can add things besides strings.
|
2011-09-06 01:23:49 -04:00 |
|
high
|
c72a80a51a
|
Merge branch 'general-devel-rest' into general-devel
|
2011-09-06 00:00:56 -04:00 |
|
high
|
1a9f4d43bc
|
Disable Rest by default
Version Tick
|
2011-09-05 23:57:38 -04:00 |
|
Lucas Nicodemus
|
cc0852383d
|
!!!IMPORTANT!!!
!!!!! READ THIS !!!!!
Changed default API port to 7878 (8080 is used by TCAdmin in a lot of cases, therefore it would fail dramatically).
|
2011-09-05 21:27:33 -06: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
|
bedfc060e2
|
Changed Status/UserList to use linq and RestObject instead.
|
2011-09-05 21:52:41 -04:00 |
|
Lucas Nicodemus
|
ddd7329fbf
|
Removed trailing commas from the lists of users
|
2011-09-05 19:36:44 -06:00 |
|
high
|
310c1b2fbf
|
Fixed rest Dispose(bool)
|
2011-09-05 15:27:42 -04:00 |
|
high
|
7ae6910853
|
Endpoint registering '/ep' will no longer match '/ep/x'.
Trailing slashes removed. So '/ep/' will become '/ep'.
|
2011-09-05 15:06:08 -04:00 |
|
high
|
f949738db9
|
Added config options for RestApi
-IP now changes RestApi listening ip.
|
2011-09-05 14:33:37 -04:00 |
|
high
|
4b694c0c31
|
Moved classes out of Rest.cs into their own files.
|
2011-09-05 14:15:46 -04:00 |
|
high
|
b7fd7f1953
|
Merge branch 'general-devel-rest' of github.com:TShock/TShock into general-devel-rest
|
2011-09-05 14:12:59 -04:00 |
|
high
|
07e88dc8a7
|
SafeSet/SafeGet replaced with this[]
|
2011-09-05 14:12:49 -04:00 |
|
Lucas Nicodemus
|
f87ff40260
|
Moved rest files around a bit
|
2011-09-05 12:09:23 -06:00 |
|
high
|
1cfca90b8d
|
Merge branch 'general-devel-rest' of github.com:TShock/TShock into general-devel-rest
|
2011-09-05 14:05:33 -04:00 |
|
high
|
a0da52e558
|
Removed error constructor. Added response property.
|
2011-09-05 14:05:16 -04:00 |
|
Lucas Nicodemus
|
6090b26459
|
Merge branch 'general-devel-rest' of github.com:TShock/TShock into general-devel-rest
|
2011-09-05 12:01:50 -06:00 |
|
Lucas Nicodemus
|
797bc90269
|
Refactor
|
2011-09-05 12:01:36 -06:00 |
|
high
|
89f5d13efb
|
Merge branch 'general-devel-rest' of github.com:TShock/TShock into general-devel-rest
|
2011-09-05 13:59:18 -04:00 |
|
high
|
866a4c9932
|
Implemented RestObject to enforce status/error keys.
|
2011-09-05 13:59:07 -04:00 |
|
Lucas Nicodemus
|
cc60099091
|
STOP RETURNING "Error" and an error message people! You need an HTTP status code on EVERY response, preferably the FIRST response. All API result keys should be LOWER case!
|
2011-09-05 11:33:33 -06:00 |
|
darkunderdog
|
3ce3b05190
|
Fix: fixes random error messages for Warning, teleport failed. - Tested for 2 hours with 15 users.
|
2011-09-05 10:26:16 -05:00 |
|
Graham Cantin
|
c97ff36b73
|
Merge branch 'general-devel-rest' of github.com:TShock/TShock into general-devel-rest
|
2011-09-05 06:25:03 -07:00 |
|
Graham Cantin
|
11a3ed7647
|
REST: Really shitty protection from nulls due to all parameters being optional in some cases. But it works, until someone can clean it up and i learn how to know better.
|
2011-09-05 06:24:07 -07:00 |
|
Deathmax
|
4162776972
|
Placed world methods into their own region
|
2011-09-05 20:43:50 +08:00 |
|
Deathmax
|
b0e27985b6
|
Added /world/meteor
Added /world/bloodmoon/{bool}
|
2011-09-05 20:41:05 +08:00 |
|
Deathmax
|
04b9fef4d1
|
Added /world/read
|
2011-09-05 20:27:05 +08:00 |
|
Graham Cantin
|
afff00b502
|
REST: ban creation, lookup by name or ip for ban info/delete
REST: There are no methods in banmanager to update bans, Update skipped.
|
2011-09-05 05:15:08 -07:00 |
|
Graham Cantin
|
34136cf3d5
|
Added ban info and destroy to RestManager.cs
|
2011-09-05 04:11:10 -07:00 |
|
Lucas Nicodemus
|
dc6ef8e059
|
Added /lists/players API endpoint.
|
2011-09-05 04:31:31 -06:00 |
|
Lucas Nicodemus
|
06462af4aa
|
Test complete
|
2011-09-05 03:56:08 -06:00 |
|