Don't Starve Together

Don't Starve Together

Server Status
A apresentar 11-20 de 20 entradas
< 1  >
Atualização: 31 ago. 2015 às 12:46

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

Atualização: 31 ago. 2015 às 11:15

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

Atualização: 22 ago. 2015 às 13:53

- Small code improvement

Atualização: 22 ago. 2015 às 13:40

- Added basic queuing for the status pushes

Atualização: 22 ago. 2015 às 10:35

- Added "server status" server tag

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

Atualização: 21 ago. 2015 às 9:25

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

Atualização: 21 ago. 2015 às 6:02

- 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

Atualização: 20 ago. 2015 às 14:19

Ooops.

Atualização: 20 ago. 2015 às 14:16

- Removed some unnecessary lines

Atualização: 20 ago. 2015 às 11:43

Initial Upload