rjmac
rjmac
Currently, the time required to send a response is counted as idle, and as a result if it takes more than one minute (by default) the idle timeout kills the...
* The default behavior (sending data is considered being idle) is maintained. * There is a new protocol option for http and http2 which makes the idle timeout be reset...
This is an alternate fix for #252 - I think it would be extremely surprising for a program which has been told to bind to port X to choose of...
#### Version(s) tested against MTGJSON 5.1.0+20211216 #### Description of Bug Same as #792 - some double-faced cards' faces have the originalText of the other face. Creating a new issue per...
So when transferring a v6 address on or off the wire, convert to/from big-endian. I'm not sure why Network.Socket chose to do it that way, but it's definitely [what it...
I've added an option to pass in a properties file that allows the plugin's user to define the action to take on encountering a construct that it wants to warn...
There's still a weird thing where it has a single string for both setting the FROM for the message and the SMTP username, which might also need to change, but...
With large polygons and lots of holes, this can be _extremely_ slow, so I've converted it to Rust and done some optimization on the contains raycast. For the problematic shapefile...
GHCJS doesn't support linking to C, naturally, so I made `Data.Bits.Extras` optionally use `unsafeIndex` into `ByteString`s instead of linking to static C arrays. Now that the tables exist in both...
In 0.20.2, Trunk started baking `nonce` attributes into the HTML files that it generates, but the security of nonces requires that they not be re-used across multiple requests. If CSP...