]> git.gir.st - ircpipe.git/commit
clean up some todos
authorTobias Girstmair <tobi@isticktoit.net>
Sat, 25 May 2024 21:21:50 +0000 (23:21 +0200)
committerTobias Girstmair <tobi@isticktoit.net>
Sat, 25 May 2024 21:31:12 +0000 (23:31 +0200)
commit85681b8f7240f1e7257d5791a5f4721233295f20
tree9367bfe0232b3d0d885b2559b865966fdfaefa40
parentceeccff464dbe878ba5214199a5dff060628cbeb
clean up some todos

the thing regarding tls_default_ca_cert_file was wrong and is never
needed. EPIPE et al are already "handled" that way. i (foolishly?) don't
expect EINTR or EAGAIN, given that we call poll immediately before.
the sasl todo isn't that important, as we only support plain password
auth with sasl and we don't expect passphrases longer than 300 chars (if
this were violated, the server would just fail our auth attempt with
ERR_SASLTOOLONG/905 (at which point we'd hang, until we implement proper
timeouts during setup. too bad.)).
ircpipe.c
Imprint / Impressum