Commits


move fs_init() closer to config_init()


fix dst buffer size; no-op in practice


fix typo in push-button-new-tab description


make cmd_home more robust look exactly for /~user/, not just for a tilde that happens to be inside the path like~this.


move gemini project official link to geminiprotocol.net


improve error message


too much -> too many redirects


remove imsg_borrow_str it's redundant due to ibuf_borrow_str()


send the reply code and meta in a single imsg


inline dispatch_imsg(); start to use some newer imsg api


net: switch to new imsg apis


inline a goto err


rework net_read() a bit - don't stop after parsing the header maybe there's some page data in the buffer, let's try to forward it immediately too. - use a local buffer plus bufferevent_read()


add certs.[ch] adapted from gmid. we'll soon use it to provide client certificates support in telescope.


sync changelog