1
0
Fork 0
Commit Graph

1646 Commits

Author SHA1 Message Date
cage 71259af4d7 - [script] added the option to submit the feed to and antenna instance, when generating a gemlog;
- updated gemlog.
2024-03-12 16:26:51 +01:00
cage 35d1eaf95f - prevented the poll's results to be printed before expiration. 2024-03-12 15:19:35 +01:00
cage 50a11fb603 - [GUI] fixed managing of gemini responses when a titan request was performed (TOFU errors, TLS certificate password etc.);
- fixed error arising when 'debug-gemini-gui' was called with more than two arguments.
2024-03-03 18:04:22 +01:00
cage 191cff72d3 - removed 'rc1' from version number. 2024-03-02 16:49:52 +01:00
cage 6da3e3952e - updated NEWS.org and Changelog. 2024-03-02 16:47:57 +01:00
cage 8deb702090 - [TUI] refactored quitting dialog test code in a function. 2024-03-02 16:23:05 +01:00
cage 6472ede4b0 - [TUI] added 'C-g' keybinding to close the blocking dialog window. 2024-03-02 16:11:13 +01:00
cage 1f02511525 - [TUI] added 'C-g' keybinding to close the windows. 2024-03-02 15:38:53 +01:00
cage 3f888888aa - used a keyword as the value that signals that a command has been cancleled instrad of 'nil'. 2024-03-01 18:43:17 +01:00
cage 0943736c81 updated changelog. 2024-03-01 16:15:41 +01:00
cage b32da51e2c - updated manpage. 2024-03-01 16:08:37 +01:00
cage 6284484769 - updated italian translation. 2024-03-01 15:39:15 +01:00
cage 84d2d7a5e0 - added keybinding to cancel inputing of the string command. 2024-03-01 14:57:36 +01:00
cage 8c8b5555f7 - [TUI] added command to download a message's attachment ignoring the cached value (if such entry in the cache exists). 2024-02-28 20:23:11 +01:00
cage 7f6da862cc - decommented configuration directive to open text files with tinmop. 2024-02-28 19:49:39 +01:00
cage 3053183a68 - [TUI] allowed the backspace key to send rubout char (ASCII 177). 2024-02-28 15:49:28 +01:00
cage 4c44c94c0d - [TUI] fixed name of backspace keycode when parsing 'command' events.. 2024-02-27 18:43:33 +01:00
cage c4fbc8f997 Merge pull request 'Translations update from Weblate' (#8) from translate/tinmop:weblate-tinmop-tinmop into master
Reviewed-on: https://codeberg.org/cage/tinmop/pulls/8
2024-02-25 17:24:50 +00:00
pabloscloud 3351703e70
Translated using Weblate (German)
Currently translated at 13.4% (73 of 541 strings)

Translation: tinmop/tinmop
Translate-URL: https://translate.codeberg.org/projects/tinmop/tinmop/de/
2024-02-25 17:23:49 +00:00
cage f185a87ee4 - updated version number also in confifure.ac. 2024-02-25 18:23:16 +01:00
cage 9c264bbd4d - [GUI] added notification of errors when refreshing gemlogs posts on program starting. 2024-02-25 16:55:53 +01:00
cage 87e812d406 - [GUI] updated italian translation. 2024-02-25 16:55:46 +01:00
cage cbcc7c294b - [GUI] returned a more useful error message to user when an error occurred while refreshing posts from gemlogs. 2024-02-25 16:55:42 +01:00
cage 904fb6cf7e - [GUI] added timeout test for dummy server;
- [GUI] returned a more useful error message to user when a timeout occurred.
2024-02-25 16:55:30 +01:00
cage b7e139a205 - prevented treating 'update' notifications as mentions. 2024-02-23 14:23:37 +01:00
cage f21b201b17 - instructed address bar to autoselect a candidate only when expanding local paths (not URLs). 2024-02-23 13:50:21 +01:00
cage e23ca2c131 - allowed empty lines in a gopher map (thanks op!). 2024-02-19 20:49:20 +01:00
cage bc8c34f2f6 - fixed translatable string. 2024-02-18 21:48:50 +01:00
cage 5c8237a192 - fixed searching in reblogged statuses body, previously the search procedure skipped the reblogged statuses. 2024-02-18 14:25:48 +01:00
cage 8ba4d4ace2 - updated-changelog. 2024-02-17 14:24:09 +01:00
cage 053f9b3c94 - updated italian translation. 2024-02-17 14:19:47 +01:00
cage ba81b5cdf0 - added command 'clear-cached-client-tls-certificates'. 2024-02-17 14:19:47 +01:00
cage 162d32662e - removed output from ssl command when checking for empty password for a certificate. 2024-02-17 14:19:47 +01:00
cage b8f49eb66b - added password protected TLS key, for kami protocol. 2024-02-17 14:19:37 +01:00
cage e0589e56f1 - prevented 'ssl-key-has-empty-password-p' to print on console the prompt asking for key password. 2024-02-17 11:05:58 +01:00
cage b9b59f9de6 - [TUI] added support for certificate's password for gemini requests. 2024-02-17 10:42:07 +01:00
cage 7122460276 - updated italian translation;
- updated translation file template.
2024-02-17 10:17:33 +01:00
cage 1881738d91 - [TUI] added command to change TLS client certificate password. 2024-02-16 14:59:26 +01:00
cage d097d4d1d0 - [GUI] set state of the certificates toolbar button, not only the image label in: 'set-certificate-button-(active|inactive). 2024-02-16 14:26:28 +01:00
cage 910a502ad2 - [GUI] ensured the passwords cache for TLS client certificate is emptied after changing a password. 2024-02-15 17:05:53 +01:00
cage b1444a4804 - [GUI] ensured the key for cached password for TLC client certificate is erased if an error occurred during gemini connection. 2024-02-15 16:50:25 +01:00
cage ecfd7a19cd - [GUI] added callback for toolbar certificate button (change password for certificate). 2024-02-15 16:50:19 +01:00
cage 8a2ba82b0d - [GUI] added confirmation from user before deleting a certificate. 2024-02-15 16:21:23 +01:00
cage 07d9c4aea9 - [GUI] added a button to give a visual hint that a the client provided the server a TLS certificate. 2024-02-15 16:15:18 +01:00
cage f067dc2ee3 - [GUI] added procedures to manage passwords for client TLS certificates. 2024-02-14 14:41:45 +01:00
cage 1a5af73415 Merge branch 'master' into add-password-tls-certificates 2024-02-11 15:08:45 +01:00
cage e4d9ab9fd0 - replaced occurences of 'with-lock' with 'misc:with-lock-held'. 2024-02-11 15:08:16 +01:00
cage 56ad43f5dd - added optional key password argument to gemini and titan requests. 2024-02-11 15:06:41 +01:00
cage 5155749080 - removed all direct references to package 'bt' (used wrappers instead);
- addedd missing file 'dummy-server.lisp';

- updated LICENSES.org.
2024-02-11 12:32:22 +01:00
cage 346353d21d - [GUI] fixed deletion of TLS client certificates;
- chaged API name form 'gemini-delete-certificate' to 'gemini-delete-tofu-certificate';

- added 'misc:db-stderr'.
2024-02-11 12:07:07 +01:00