Don't Starve Together

Don't Starve Together

Server Status
Showing 11-20 of 20 entries
< 1  >
Update: 31 Aug, 2015 @ 12:46pm

- Updated example_api.php with a fix for potential issues with apostrophe character

Update: 31 Aug, 2015 @ 11:15am

- Updated url_encode function to prevent 404 API errors when data contains encoded slash symbol (%2F converted to %252F)

Update: 22 Aug, 2015 @ 1:53pm

- Small code improvement

Update: 22 Aug, 2015 @ 1:40pm

- Added basic queuing for the status pushes

Update: 22 Aug, 2015 @ 10:35am

- Added "server status" server tag

Also update to fix 'SignatureDoesNotMatch' error for some people.

Update: 21 Aug, 2015 @ 9:25am

- Replaced ModManager:GetEnabledServerModNames() with TheNet:GetServerModNames()
- Added support for clanonly variable, no idea how I missed it in the first place

Update: 21 Aug, 2015 @ 6:02am

- Default API URL is now set to my public API ( http://dstservers.jacklul.com/api/push/ ) - it will allow to display more info about your server on my server list
- Removed Schedule configuration setting, schedule is now enabled all the time, pretty much this acts as heartbeat to the API when nothing is changing on the server for a longer period of time
- Added c_pushstatus() command

Update: 20 Aug, 2015 @ 2:19pm

Ooops.

Update: 20 Aug, 2015 @ 2:16pm

- Removed some unnecessary lines

Update: 20 Aug, 2015 @ 11:43am

Initial Upload