Commit Briefs


Omar Polo

gg: warn when the TLS layer is not closed properly

various servers are not handling correctly the close notify so for the moment don't turn this into an hard error but just warn. Hopefully, given some time, most servers will be fixed. while here, drop the gotos and just use a break to exit the main loop.


Omar Polo

add titan(1) -- a draft titan client


Omar Polo

split out iri.h from gmid.h


Omar Polo

fmt


Omar Polo

drop engine support


Omar Polo

remove the useless logging methods

it makes more clear where the magic is. adapted from the smtpd' ca.c diff.



Omar Polo

update imsg




Omar Polo

typo


Omar Polo

change log_request to take the code and meta unpacked

don't know what i was smoking when I wrote log_request() like that...