Leagsaidh Gordon

Results 88 comments of Leagsaidh Gordon

From what I can gather, the IPN postback is returning that HTML page rather than "VERIFIED" or "INVALID". I don't have any other information since we can't reliably reproduce it,...

Same error here using this code: ``` from twisted.internet import reactor import treq def done(response): print response.code reactor.stop() def err(fail): print fail for reason in fail.value.reasons: print reason reactor.stop() treq.get("https://www.github.com").addCallback(done).addErrback(err)...

`ssl.ClientContextFactory()` for one thing and a custom subclass for another. The subclass is for a protocol that allows the client to authenticate with a certificate. There is no explicit certificate...

@glyph Thanks for the link. Google wasn't in the mood to give me that last night (although I think I might have got an older version where ctrl-f "verify" had...

We don't host binaries on GitHub. We provide Windows builds at http://iceball.build/, Linux/BSD/OSX need to compile from source (details on how are in the wiki).

You can create tags, sure. There isn't really a "previous version" though.

The game code is in Lua, and is loaded from the server on connect. Only the engine has to be relatively up to date, and that updates less often. We...

I imagine this is largely a deliberate thing, as the map used to loop. You couldn't walk in or affect it, but it was rendered and you could place blocks...

No, the heartbeat server should give you a list of servers. That's it. Some stuff, such as player count and map are fine, as that's small, and should be viewable...

Updated main post.