Blame


1 a38a3a1f 2021-04-25 op 2021-04-25 Omar Polo <op@omarpolo.com>
2 a38a3a1f 2021-04-25 op
3 cce62e74 2021-04-25 op * ui.c (cmd_scroll_up): fix cmd_scroll_down/up: they scrolled two line more than what intended
4 cce62e74 2021-04-25 op
5 288fd238 2021-04-25 op * telescope.c (handle_check_cert_user_choice): allow saving the new certificate after mismatch
6 288fd238 2021-04-25 op
7 ec1fa0b0 2021-04-25 op * fs.c (load_certs): don't crash on invalid lines in known_hosts
8 ec1fa0b0 2021-04-25 op
9 eb4388ee 2021-04-25 op * hash.c (telescope_lookup_tofu): save certificates per (host, port) tuple, not only per-host
10 eb4388ee 2021-04-25 op
11 abb94fc4 2021-04-25 op * configure.ac: tagged 0.1.1
12 abb94fc4 2021-04-25 op
13 a38a3a1f 2021-04-25 op * gemini.c (blocking_conn_towards): fix compilation if !HAVE_ASR_RUN
14 a38a3a1f 2021-04-25 op
15 a38a3a1f 2021-04-25 op * phos/phos_uri.c (phos_serialize_uri): handle URIs which port is not 1965
16 a38a3a1f 2021-04-25 op