1
0
Fork 0
Commit Graph

1563 Commits

Author SHA1 Message Date
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
cage a16fc03337 - added a dummy gemini server for debugging purposes. 2024-02-10 14:36:01 +01:00
cage 2ce0f97a4a [GUI] added procedures to change the passhphrase to protect the private key of a gemini certificate. 2024-02-08 18:23:02 +01:00
cage d083ef7bf2 - fixed 'filesystem-utils:temporary-directory'. 2024-02-04 15:39:33 +01:00
cage e458dd8eb9 - added function 'os-utils:change-ssl-key-passphrase'. 2024-02-04 14:57:49 +01:00
cage 1b599a539a Merge pull request 'Translations update from Weblate' (#7) from translate/tinmop:weblate-tinmop-tinmop into master
Reviewed-on: https://codeberg.org/cage/tinmop/pulls/7
2024-01-29 17:39:05 +00:00
lejun dbca62713d
Translated using Weblate (French)
Currently translated at 32.4% (167 of 514 strings)

Translation: tinmop/tinmop
Translate-URL: https://translate.codeberg.org/projects/tinmop/tinmop/fr/
2024-01-29 17:35:50 +00:00
cage 48e7d61fd0 - fixed typo
for reference:

  https://translate.codeberg.org/translate/tinmop/tinmop/en/?&offset=105#comments

  Thanks to the person who reported this issue!

- updated italian translation.
2024-01-29 18:33:10 +01:00
cage 8443f9ad3c - [GUI] added contextual menu to copy gemlogs links or mark all their
posts as already read.
2024-01-18 16:25:22 +01:00
cage d5d7d65524 - added missing space to control string in the procedure to print
notification.
2023-12-28 13:14:34 +01:00
cage 5401fd5c92 - added id of the posts the notification refers to;
- updated italian translation.
2023-12-27 20:13:05 +01:00
cage d5182c2dac - fixxed call to 'member'. 2023-12-24 22:34:09 +01:00
cage a71492faa8 - [GUI] fixed test for checking mime-type on an image;
- allowed null values for preview url in post's attachments.
2023-12-24 22:22:57 +01:00
cage 7d9f3beffa - removed another recursive thread locking ('push-downloading-behind'). 2023-12-07 17:47:00 +01:00
cage c613cefa13 - fixed test for conditional macro call. 2023-12-07 17:31:33 +01:00
cage e255f87eaf - improved generated gemini pages for the gemlog;
- removed another recursive thread locking.
2023-12-02 18:56:59 +01:00
cage 5e0697e58b - added a directive just to debug error signaled from the TUI. 2023-12-02 18:08:44 +01:00
cage c83beec078 - prevented opening another connection in a callback contained in 'status-tree->text'. 2023-12-02 17:21:13 +01:00
cage 8f9d83fa0e - changed all recursive lock with the non-recursive type;
- prevented opening another connection when deleting cache;

- improved rendering of html blockquote.
2023-12-02 17:17:50 +01:00
cage 8c6c69c667 - increased version number;
- updated changelog and news file.
2023-11-19 15:22:53 +01:00
cage 4d2322d705 - increased version number. 2023-11-19 14:32:15 +01:00
cage 4866606d5f - fixed file completion in the command window. 2023-11-18 11:23:46 +01:00
cage d01b6c798f - prevented adding a quote prefix to each element inside a blockquote tag, when converting html to text. 2023-11-17 16:08:30 +01:00
cage a2c7c1d581 - made space to accomodate list of attachements in sending post window. 2023-11-14 23:06:44 +01:00
cage 3fd38b0aab Merge pull request 'Translations update from Weblate' (#6) from translate/tinmop:weblate-tinmop-tinmop into master
Reviewed-on: https://codeberg.org/cage/tinmop/pulls/6
2023-11-12 19:21:17 +00:00
cage de94a6fd1f
Translated using Weblate (Italian)
Currently translated at 100.0% (512 of 512 strings)

Translation: tinmop/tinmop
Translate-URL: https://translate.codeberg.org/projects/tinmop/tinmop/it/
2023-11-12 19:19:59 +00:00
cage 1eaf47b4a4
Translated using Weblate (Italian)
Currently translated at 100.0% (512 of 512 strings)

Translation: tinmop/tinmop
Translate-URL: https://translate.codeberg.org/projects/tinmop/tinmop/it/
2023-11-12 19:09:31 +00:00
cage 29d9daab9d Merge pull request 'Translations update from Weblate' (#5) from translate/tinmop:weblate-tinmop-tinmop into master
Reviewed-on: https://codeberg.org/cage/tinmop/pulls/5
2023-11-12 18:54:32 +00:00
cage 69e95b487e
Translated using Weblate (Italian)
Currently translated at 99.6% (510 of 512 strings)

Translation: tinmop/tinmop
Translate-URL: https://translate.codeberg.org/projects/tinmop/tinmop/it/
2023-11-12 18:50:48 +00:00
pabloscloud 65716712c1
Translated using Weblate (German)
Currently translated at 13.8% (69 of 497 strings)

Translation: tinmop/tinmop
Translate-URL: https://translate.codeberg.org/projects/tinmop/tinmop/de/
2023-11-12 18:45:32 +00:00
Adolfo Jayme Barrientos 3c161d8e27
Translated using Weblate (Spanish)
Currently translated at 25.9% (129 of 497 strings)

Translation: tinmop/tinmop
Translate-URL: https://translate.codeberg.org/projects/tinmop/tinmop/es/
2023-11-12 18:45:32 +00:00
cage 685d3dcd45 - updated translation files. 2023-11-12 19:45:21 +01:00
cage 0659ad8df3 - updated documentation. 2023-11-12 15:01:40 +01:00
cage c30c334a82 - changed keyboard events management to reflects changes in croatoan API. 2023-11-12 14:41:47 +01:00