Matthew Horan

Results 26 issues of Matthew Horan

According to https://letsencrypt.org/docs/expiration-emails/, if a contact mailto address is set at account registration (or updated to include a mailto address at some later point), Let's Encrypt will provide email notifications...

It'd be great if there were a `--quiet` or similar flag to silence non-error log messages when `lego` successfully issues or renews a certificate. I've implemented this in a wrapper...

area/cli
area/log

This makes authentication for the UI in the browser when `AUTH_USERNAME` and `AUTH_PASSWORD` are set. Otherwise, the UI is unprotected but errors because it cannot access `/api`.

Google Play is going to be removing the ability for apps to use the exact alarm API unless they are alarm clock or calendar apps. We use this for ping...

### Description Running a program which uses inotify to monitor for filesystem changes will not be notified for changes to files bind mounted into a container running in gVisor, nor...

type: bug
type: enhancement
status: help wanted

I noticed that when carrier is lost and re-acquired on my OpenBSD router's LAN interface, which receives its IPv6 subnet from my ISP via prefix delegation, after some time the...

bug
help wanted

When the relay sends _buffer_cleared, we need to clear the buffer in weechat-android. This happens with some regularity with wee-slack, which will re-paint a buffer on reconnect or loading backlog...

This is because ` _buffer_line_added` is sent for *all* open buffers in weechat (via wee-slack). Until all these messages are processed, the UI is very sluggish. We only care about...

This was added to weechat-android and it's a bit more intuitive than tab completion on mobile.

New for 2.9 will be a `handshake` command that can be used before `init` to exchange a nonce for more secure password handling. This would need to be implemented in...