Tim Düsterhus

Results 142 issues of Tim Düsterhus

HtmlOutputProcessor has issues due to state that needs to be preserved between `->process()` and `->getHtml()` and it also needs to modify external state (#4018). Ideally the `HtmlOutputProcessor` would be deprecated...

Discussion

… and convert the logout link within the dropdown into a form + submit button. If the LogoutForm is accessed via a link it should show a regular button, asking...

Bug
P2: Low

Events should be added to the email notification system to support different external services using a plugin (e.g. instant messengers). Plugins should be able to cancel the outgoing email to...

Feature

##### SUMMARY I'm unable to configure `caching_sha2_password` together with an empty password to leverage TLS client certificate authentication. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME mysql_user ##### ANSIBLE...

see WoltLab/WCF#5454

Documentation

see mscdex/ssh2#808 The biggest issue when debugging this was was that the code unconditionally used the key type as the signature type. For SSH certificates these do not match up....

(see mscdex/ssh2-streams#137) This is to support SSH certificates. As before the privateKey will be used for the publicKey (i.e. the derived publicKey) if nothing is given. The given publicKey is...

### Description When using the `url` option one cannot connect to IPv6 addresses: ``` let redis = require('redis'); let c = redis.createClient({ url: 'redis://[::1]:6379', socket: { reconnectStrategy: false } });...

Bug

My mail server accepts `AUTH` only after `STARTSSL` and replies with `530 5.7.0 Must issue a STARTTLS command first` otherwise. But this error message is [ignored in `sendCommand`](https://github.com/jhickner/smtp-mail/blob/dd749beeb3a8cc6e53946fd5908004d030861065/Network/Mail/SMTP.hs#L153), which leads...