Queer Supervillainess

Results 40 issues of Queer Supervillainess

The task `tasks.image.CreateImage` fails when `providers.label.description` is set, seemingly due to improper quoting in the `docker` invocation. See [build log](https://travis-ci.org/hashbang/shell-server/builds/222735798#L1765)

@bryant Feel free to push a bugfix to this branch before merging.

There are at least two kinds of weak DH groups that `lua-http` silently accepts: - [ ] groups with [small subgroups](https://dh-small-subgroup.badssl.com/); - [ ] [composite groups](https://dh-composite.badssl.com/). I'm not sure whether...

enhancement
security

[OCSP-Must-Staple](https://wiki.mozilla.org/CA:ImprovingRevocation#OCSP_Must-Staple) makes certificate revocation work and scale: it is a standardized [X.509 extension](https://tools.ietf.org/html/rfc7633) that specifies that the user agent must do a hard-fail revocation check, using a stapled OCSP response....

enhancement
security

I disable JavaScript by default, and SlowNews seems to render everything in JS client-side. Would it be possible to render things server-side at first? That would be likely much faster,...

UNIX sockets are pretty commonly used for backend services which run on the same server, especially when security is a concern, as they make it easy not to give the...

enhancement
h2
socket

Would it be possible to add the possibility to forward a whole TLS stream, based on SNI, without terminating it? (Ideally, using splicing as in #63) This is very helpful...

enhancement
h2

Would it make more sense to boost the n% most favored toots rather than all toots above average? This would likely in more a predictable way: roughly, if your local...

Since version 9.2, PostgreSQL has support for native [JSON datatypes](https://www.postgresql.org/docs/current/static/datatype-json.html): `json` and `jsonb` (`jsonb` is a binary representation with more efficient access). It would be pretty great to be able...

We currently have an outage where `lon1.irc.hashbang.sh` fails all TLS handshakes. All users in Europe are only sent a record for `lon1`. - [ ] The health check should actually...