Marcel Hellkamp
Marcel Hellkamp
DTLS handshake fingerprint check should support more than just SHA-256. BigBlueButton for example (based on Mediasoup / Freeswitch) adds SHA-384 fingerprints to the sdp offer. Connection works fine after applying...
On a click on refresh, the VPN connection is dropped immediately. File transfers or other connections may run into timeout issues if the user takes too long to login. It...
**Describe the bug** A lot of work and discussion went into the design of the label-less Leave button (see #19232) and its drop-down menu. I guess the idea at the...
**Is your feature request related to a problem? Please describe.** Some local regulations (e.g. BayITSiR-14) require that all files uploaded to a web application must be scanned for viruses before...
See #60 Question 1: The new `content_disposition_[un]quote()` functions have a really long name. Any better ideas? I wanted to distinguish those from the old `header_[un]quote()` functions. ~Question 2: We don't...
The [HTML5 specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data) defines that **"field names and filenames for file fields [...] must be escaped by replacing any 0x0A (LF) bytes with the byte sequence `%0A`, 0x0D (CR) with...
Add typing annotations compatible with all supported Python releases (>=3.8). It is not a target to annotate every single thing, just public APIs.
Remove (most of) Python 2 workarounds, one commit at a time.
@rcarmo said in #772 > May I suggest ensuring that the Python logging configuration becomes part of the overall config? The bottle config is flat (i.e. `keys.with.dots.in.them`) but the `logging.config`...