Blame


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