Commits


support gopher urls for search; document default-search-engine


add cmd_search to search using a search engine This adds a new command `search', bound by default to `s', that prompts for a query and loads and consult the ``oracle'' (the search engine) using default_search_engine (which will be made customizable.) It also temporarly supports only gemini URLs. Feature requested by -fab-, thanks!


remove half-bake idea turns out telescope is not ready to generate certificate in the ui process, a separate helper will be added for it, so remove this option for now.


sort


improve error message on connection interruption


rework a bit the certificate handling Two stores are not a good idea to handle all the edge-cases since telescope supports certificates (or absence of these) per-session.


tweak unload-certificate description


mention the C when a client cert is in use


tweak unload-certificate description


document the new client certificate commands


sync changelog


add client_cert_temp flag to the struct tab This way we can improve unload-certificate prompt. While here, move the cert handling in make_request().


move "client certificates" to the list of features now


work around a possibly missing LINE_MAX


setproctitle.c: include stdlib.h; needed somewhere for getprogname()