]> git.gir.st - ircpipe.git/commit
clean up some todos
authorTobias Girstmair <t@thi3nkpad.localdomain>
Sat, 25 May 2024 21:21:50 +0000 (23:21 +0200)
committerTobias Girstmair <t@thi3nkpad.localdomain>
Sat, 25 May 2024 21:31:12 +0000 (23:31 +0200)
commit1fa4df09d7d6184cedf702f19c69699a4f5dadcf
tree9367bfe0232b3d0d885b2559b865966fdfaefa40
parentd28f661409526a13e3a5373188176942258477a6
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