Simon Arlott

Results 46 issues of Simon Arlott

I'm storing configuration in SPIFFS and so I have to size the `DynamicJsonDocument` large enough that it won't unexpectedly fail to read/write the whole configuration file. The problem I have...

enhancement

If no password is provided, MPDroid can connect and go into a loop in the background sending the `idle` command. There's no explanation for why it's not working unless you...

If I have a Windows share mounted on Linux, it has the same limit on hard links but the code assumes this limit only applies when compiled on Windows. It...

enhancement

Running on a LOLIN D1 mini I've had to decrease the delay in `read_byte` to 16 or 17 swim clock cycles or there's always a timeout on bits 6, 7...

Not every USB UART interface can do 921600 so 115200 needs to be an option

enhancement
good first issue

Add support for configuring TLS and using HTTPS with mutual authentication. The host database parts of `amtctrl` have been moved to `amthostdb` so that I can use subparsers. It is...

WeeChat already fork()s for new connections so it should be a simple change to execve() an SSL handler process too and pass all parameters over a pipe. The IRC connection...

feature

With a single server hostname that has one A and one AAAA resource record, eggdrop 1.8.2rc2 will only ever attempt to connect to one type of address. If this times...

This is a modified version of https://github.com/heartcombo/devise/pull/5351 that fixes the remaining issues: * Only extend remember_me if remember_me is currently active * Set a timeout for extend_remember_period tests, otherwise the...

This allows the Spamhaus error addresses to be considered an error, e.g.: ``` dnslist_valid_addresses = ${if match{$dnslist_domain}{\N.spamhaus.org$\N}{!127.255.255.0/24 : }}127.0.0.0/8 ```