s3lph
s3lph
## Issue description We're currently experiencing regular (every few minutes) short audio interruptions (~5-10 secs, bidirectional) for certain users (AFAICT those with more recent client versions). I noticed that every...
### Summary I'm currently rolling over to a new PGP key, and one of the steps there is to add the new key as a gopass recipient, and then remove...
Thank you for providing a pull request! ## Please make sure you considered the following things - [x] I read the [contribution guidelines](./CONTRIBUTING.md). - [x] I read the [code of...
This PR adds joined rooms and pending invites to the "client" page in the Maubot Management interface: - Already joined rooms can be left - Pending invites can be accepted,...
### Description The most recent nio release (0.18.5) introduced a [bug](https://github.com/poljar/matrix-nio/issues/271) that causes parsing errors on some (standard-compliant) messages linking to encrypted media. In the case of Mirage, if such...
I encountered the following stacktraces (on separate occasions), crashing the BasicICNLayer process: ``` Process Process-98: Traceback (most recent call last): File "/usr/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/usr/lib/python3.6/multiprocessing/process.py", line...
This PR implements login to Semaphore via OpenID Connect. Multiple OIDC providers can be configured in config.json: ```yaml { # ... "oidc_providers": { "mysso": { # The ID of the...
Fixes #24 This PR implements a check mode that checks the list of completed tasks for any failed backup tasks. It also checks the `not-backed-up` API endpoint and warns if...
There is currently no way for ConnectBot to send a command to a SSH server without allocating a PTY. The "post login string" is only ever sent if a PTY...