James Sigurdarson
James Sigurdarson
`net.Socket.write` won't necessarily immediately invoke the callback, and it's possible that we manage to submit the write, but the `error` event has triggered, setting the socket to `null`, and still...
I don't know if this is possible, if anyone has any ideas that would be great :).
This is a somewhat annoying issue. It might just be an issue with HAProxy, but it might be possible to resolve with better config generation.
The code is getting kind of silly :) and needs to be cleaned up from being a quick hack.
The reasoning for this is obvious :). Testing some aspects of this are hard and annoying, but at the bare minimum the unit tests should check if the configuration output...
In some cases, someone may be unwilling to use `dnsmasq`, instead preferring Bind, or he simply already has Bind set up. It should be possible to write a generator for...
There are some things left to be desired in the design of the platform. The page should perhaps feel more dynamic and present information better. The scoreboard looks pretty strange...
After the rewrite the system is not very resistant to caching, and should make use of that to save time. Look into adding a decorator similar to picoCTF.
The admin system as it is is terrible. Admins should get better notifications, and also better methods of searching teams. Maybe look into caching the dashboard, as for last IceCTF...
The dates (7 hours ago) in the platform are really weird and do not seem to depend on the user's timezone. This should probably be fixed.