A. Svensson 872d7a429b Revert "Sort server list better."
This reverts commit eca528318ff7f533ea75f82616a6d37aba0ade82.
Fuck, I made a mess.
2016-03-13 10:50:32 +01:00
2016-03-13 10:50:32 +01:00
2016-02-22 18:57:38 +01:00
2015-02-08 14:38:02 +01:00
2016-02-22 18:37:04 +01:00
2016-02-20 17:54:53 +01:00

Space Station 13 Hub

A server hub dedicated to SS13 and possibly a better replacement for the default server page at Byond.

The source code has recently been rewritten from Python to Go, for better performance and stability, as well as cleaner structure and ease of use for the server host.

Please note that the code is still in a experimental stage at this time and there is still a lot of work to be done before it's ready for production use.

Features For Players

  • A friendlier server list, which is also sortable.

  • Player count stats and graphs.

  • Dedicated pages for each public server, with more detailed info.

  • Pages for private servers too, upon request.

Data Source

The data used for most of the public servers is scraped from the Byond page. Relying on Byond means we're affected by their server downtime (no page, no data), but we will automatically discover any new public servers.

All private servers, and some public ones, are being polled directly for data. That means a list of private servers have to be maintained manually, but we're not affected by any downtimes (as long as the game servers themselves are up and running). This is usually a more reliable method, but it's more expensive to run since we have to send multiple network requests (instead of one to Byond).

Both methods can be affected by spoofing attacks, done by bad servers, and so there's no way to guarantee that the calculated stats and graphs are 100% correct.

But then again it's just some silly numbers for a bunch of games.

License

MIT License, see the LICENSE file.

Credits

Todo

Bugs

  • Better colors for the warning/offline server notices.

  • Prevent locking the whole db when updating.

  • Update static files to newer versions.

New features

  • Tests (a must have for the scraper and poller).

  • Show note about data source for each server (scraped/polled).

  • Index page:

    • TODO
  • About page:

    • Move all notices about Byond sources to this page.
    • A way to contact me (reddit, github etc.).
    • Info on how to request adding a new server to be polled.
  • Stats page:

    • Server graphs
    • Player graphs + average
    • Number of online/warn/offline servers.
    • Total/average number of online players.
    • Log of recently added/removed servers.
    • The number of data points since start.
    • Time since last update.
    • Time to run update

Suggestions

Description
A server hub dedicated to SS13.
Readme 1.1 MiB
Languages
Go 97%
Dockerfile 3%