142 Commits

Author SHA1 Message Date
A. Svensson
8fa98df187 Don't quit on scraper errors. 2016-03-04 20:52:30 +01:00
A. Svensson
2ec35faed1 Fix servers not getting removed. 2016-02-22 19:30:25 +01:00
A. Svensson
4240297aa8 Log stats in UTC. 2016-02-22 18:35:46 +01:00
A. Svensson
5a10cdecd9 Fix the stupid DB functions and embed gorm instead. 2016-02-20 20:46:27 +01:00
A. Svensson
3dfee907c1 Run updates in a DB transaction. 2016-02-20 20:25:18 +01:00
A. Svensson
66cad28cf9 Fix removing inactive servers and avoid doing unneeded work. 2016-02-20 20:14:00 +01:00
A. Svensson
9723c63912 Fix encoding issue with server titles. 2016-02-20 19:55:23 +01:00
A. Svensson
9043b8b10d Stop setting up the web server when doing an update... 2016-02-20 17:54:21 +01:00
A. Svensson
642e5227eb Add versioning. 2016-02-20 17:52:55 +01:00
A. Svensson
43c7271a76 Added note about foreign keys, gorm and sqlite. 2015-11-03 22:22:37 +01:00
A. Svensson
207c0a056b Fixed bug with tuesday/thursday getting mixed. 2015-11-03 22:08:29 +01:00
A. Svensson
5df2d7e3fd Added index and foreign key support to server_populations table. 2015-11-03 21:49:29 +01:00
A. Svensson
c6ec28fc9b Added the new go code. 2015-11-03 19:36:33 +01:00
A. Svensson
2dc2aee782 Removed the old python code,
and saved a copy of it in the old_python_code_dev branch.
2015-11-03 19:31:22 +01:00
A. Svensson
29b662ba61 Added the stats page to the menu. 2015-05-25 18:19:08 +02:00
A. Svensson
8d95ac2cac Added a stats page. 2015-05-25 18:15:40 +02:00
A. Svensson
4792581d4d Show warning text when a graph img couldn't be loaded. 2015-05-25 14:08:01 +02:00
A. Svensson
6555c6f19a Moved up the footer so it's more visible (or something.. it looks better now at least) 2015-05-24 16:05:49 +02:00
A. Svensson
353b733d58 Removed footer note about byond data, since it's on the about page now. 2015-05-24 16:05:21 +02:00
A. Svensson
b8616a76cc Added link to the about page on the main menu. 2015-05-24 15:05:55 +02:00
A. Svensson
8e04316a53 Added note for the future. 2015-05-24 14:53:14 +02:00
A. Svensson
4b244434c6 Some optimizations for the markdown func. 2015-05-24 14:51:33 +02:00
A. Svensson
526e299731 Added about page (just a copy of the README). 2015-05-24 14:41:20 +02:00
A. Svensson
0f55eb4521 Merge branch 'master' into dev 2015-05-24 13:36:53 +02:00
A. Svensson
efde2d89f0 Fix #1: Thanks to @Hugo14453 for a corgi favicon. 2015-05-24 13:23:54 +02:00
A. Svensson
1ddec78fc0 Clarified the graphs data intervals. 2015-05-21 19:42:54 +02:00
A. Svensson
e1a0eec442 Clarified time periods for graphs and use one less unneeded graph. 2015-05-21 18:11:09 +02:00
A. Svensson
ff9e202df6 Use the new names for the graphs, in the template. 2015-05-21 17:54:44 +02:00
A. Svensson
614fb0648c Merge branch 'master' into new_graphs 2015-05-19 21:44:22 +02:00
A. Svensson
2d9862a2ea Hotfix to the hotfix and hot dogs all around. 2015-05-19 21:40:49 +02:00
A. Svensson
dd7e2e26f8 Merge branch 'master' into new_graphs 2015-05-19 21:38:03 +02:00
A. Svensson
b1278a215b Fixed unicode issue (again!). 2015-05-19 21:37:03 +02:00
A. Svensson
de942345a8 Hotfix for multiple <B> tags in titles. 2015-05-19 21:04:45 +02:00
A. Svensson
89a6070b59 Make sure jQuery is loaded during debugging. 2015-05-19 20:10:59 +02:00
A. Svensson
e394206f14 Removed unused graph data from django model. 2015-05-19 20:04:19 +02:00
A. Svensson
fce863fc1e Removed the js graph crap. 2015-05-19 19:57:56 +02:00
A. Svensson
43aae333e2 Added new graphs to templates. 2015-05-19 19:48:34 +02:00
A. Svensson
f1539101d5 Let django display the new graph files. 2015-05-18 19:43:57 +02:00
A. Svensson
cb24f5be1d Show avg. # of players on the servers list. 2015-04-07 16:25:44 +02:00
A. Svensson
178a3a33ad Penalize servers trying to spoof the player count on the Byond page. 2015-04-06 14:02:24 +02:00
A. Svensson
097eba7b03 Removed pesky debug thing. 2015-04-06 13:18:53 +02:00
A. Svensson
bdd45aaa7e Added doc strings to the poller. 2015-04-06 13:12:43 +02:00
A. Svensson
91090f6b0d Deactivate PrivateServers when they've been offline for over a week. 2015-04-06 13:03:13 +02:00
A. Svensson
15463a851a Failure to poll a servers means we treat it like it's offline. 2015-04-06 13:02:04 +02:00
A. Svensson
d139364722 Code optimization for readability. 2015-04-06 12:27:43 +02:00
A. Svensson
f3411362df Get a list of servers to poll from PrivateServers. 2015-04-06 12:15:15 +02:00
A. Svensson
637a7ba3bd Added PrivateServer model. 2015-04-06 12:12:06 +02:00
A. Svensson
290f696ae5 Minor tweaks. 2015-04-06 11:45:38 +02:00
A. Svensson
5fc67d27d2 Merge branch 'master' into private_servers 2015-04-06 02:56:31 +02:00
A. Svensson
4c64e92320 Fixed the fucking unicode issues with the models. 2015-04-06 02:45:05 +02:00