Amazed hipstercat
hipstercat pushed to master at hipstercat/giantslauncher 2019-02-12 15:43:00 +01:00
4f37f0a3b9 Added checks and fixes
hipstercat pushed to master at hipstercat/giantslauncher 2019-02-08 17:55:38 +01:00
3da514d0f4 Init
hipstercat created repository hipstercat/giantslauncher 2019-02-08 17:53:31 +01:00
hipstercat pushed to master at hipstercat/giantsd 2019-02-06 14:09:28 +01:00
92ebbdf64c Send back unknown packets to client as text message
hipstercat pushed to master at hipstercat/giantsd 2019-02-06 01:07:07 +01:00
30aa2a81c7 Upgraded to Python 3.7 and using asyncio for coroutines now. Also made the client go up to Awaiting Snapshot.
hipstercat pushed tag wtf-01 to hipstercat/giantsd 2019-02-05 22:34:01 +01:00
hipstercat pushed to master at hipstercat/giantsd 2019-02-05 22:33:31 +01:00
8f025dfa3d Moar things
hipstercat pushed to master at hipstercat/giantsd 2019-02-05 01:35:44 +01:00
024712cc8d Moar things
hipstercat pushed to master at hipstercat/giantsd 2019-01-23 10:56:22 +01:00
831a4dbf9d Dynamic packet payloads
hipstercat pushed to master at hipstercat/giantsd 2019-01-23 10:28:30 +01:00
d594e38be5 Moved the register to MS function to a variable, added Giants enums, implemented plugin system
hipstercat pushed to master at hipstercat/giantsd 2019-01-22 19:15:15 +01:00
3fd1ea47b3 Tried many values and found gametype and teams bytes
hipstercat pushed to master at hipstercat/giantsd 2019-01-22 15:25:15 +01:00
d46598ae5e Moved fun fact to the right value
0ad02a046c New byte deciphered
Compare 2 commits »
hipstercat pushed to master at hipstercat/giantsd 2019-01-22 10:35:20 +01:00
cef43f545c Added more
hipstercat pushed to master at hipstercat/giantsd 2019-01-22 01:31:35 +01:00
277ada9a79 Initial commit
hipstercat created repository hipstercat/giantsd 2019-01-22 01:31:22 +01:00
hipstercat commented on issue hipstercat/hrss#1 2018-12-20 14:32:11 +01:00
Invalid URL error accurs only with Apache and mod_wsgi

Looks like you had Apache options which conflicted with HRSS. X-Frame-Options is a HTTP header which restricts the use of iframes. The default is to permit iframe on most websites, unless specified by this directive. This issue happens because of extended security you have set on your Apache installation, which has nothing to do with HRSS unfortunately.

hipstercat closed issue hipstercat/hrss#1 2018-12-20 14:32:11 +01:00
Invalid URL error accurs only with Apache and mod_wsgi
hipstercat commented on issue hipstercat/hrss#1 2018-12-20 11:55:57 +01:00
Invalid URL error accurs only with Apache and mod_wsgi

The iframe URL is still not urlencoded like this?

hipstercat commented on issue hipstercat/hrss#4 2018-12-19 16:24:41 +01:00
Unable to setup feed for Reddit search

That would be a solution. I wanted to make HRSS autodetect random classes but that could make it too. I suck at web design so I need to find a way to integrate it easily in the setup page...

hipstercat commented on issue hipstercat/hrss#1 2018-12-19 15:39:03 +01:00
Invalid URL error accurs only with Apache and mod_wsgi

Should be fixed by 64f6e33b34