1
0
Fork 0
Commit Graph

428 Commits

Author SHA1 Message Date
cage 3db84cb571 - changed a couple of constants names. 2024-05-11 14:52:33 +02:00
cage 6d07aacbe1 - added link to the search results page that leads to the matching posts. 2024-05-11 12:45:02 +02:00
cage 67d57d4828 - refactored localized string. 2024-05-08 17:14:12 +02:00
cage 47b7ba767c - [GUI] added a command to import a bookmarks page. 2024-05-08 17:11:09 +02:00
cage a32ad1ce1c - [GUI] added command to export bookmarks as gemtext file. 2024-05-08 16:28:44 +02:00
cage 4eb0963d06 - added a new command: 'search-fediverse'. 2024-05-04 14:07:33 +02:00
cage fd91165752 - fixed macro fs:do-directory;
- removed hardcoded string in Makefile;
- ensured 'fs:relative-file-path->absolute' adds a trailing slash when converting a directory path.
2024-04-21 18:49:55 +02:00
cage 4d65bc200a - removed dependency on osicat. 2024-04-21 15:16:46 +02:00
cage 46ba8f2d07 - [GUI] added commands to show page's source. 2024-04-19 19:57:53 +02:00
cage 0ffe20ab26 - updated NEWS;
- added module 'fetch-expired-poll';
- fixed updating poll database rows (previously was never updated);
- improved a bit appearance of polls;
- updated docstring;
- fixed indentation.
2024-04-11 15:25:48 +02:00
cage 5a779da29e - added new command: 'thread-open-parent-post';
- updated documentation and NEWS file.
2024-04-09 21:21:57 +02:00
cage 77249e97e3 -added new command: 'thread-go-to-parent-post'. 2024-04-04 15:45:47 +02:00
cage 02e0a21707 - added command to switch fediverse account at runtime;
- removed hardcoded string constants.
2024-03-30 15:47:39 +01:00
cage bbca3c8a31 - [fediverse] added command line switch to choose to use a specific fediverse account (if specified in the configuration file);
- [TUI] anticipated the showing of the welcome script to appears before the fediverse account authorization.
2024-03-29 15:06:36 +01:00
cage 1d4d813dbc - [TUI] added new command: 'thread-delete-subtree';
- removed legacy function.
2024-03-29 11:57:54 +01:00
cage 917af9b007 - intstructed the program to generate a default database file name when no valid user and server name has been found in the configuration file. 2024-03-24 14:27:57 +01:00
cage 608eacda77 - [fediverse] moved from a single database for a single account to a databases for each account. 2024-03-17 17:29:16 +01:00
cage c459c34dd1 - [TUI] added a check for configuration file to ensure equal number of usernames and server name are specified.
- [TUI] fixed checks of configuration file.
2024-03-17 14:11:42 +01:00
cage 41511b70eb - [fediverse] allowed to specify more than one account in the configuration file, each couple of directive 'username' and 'server' an be specified more that once. 2024-03-17 12:46:01 +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 ba81b5cdf0 - added command 'clear-cached-client-tls-certificates'. 2024-02-17 14:19:47 +01:00
cage 1881738d91 - [TUI] added command to change TLS client certificate password. 2024-02-16 14:59:26 +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 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 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 9f6a26e0c8 - added new command: 'delete-shown-post'. 2023-11-11 19:49:46 +01:00
cage a45b453da0 - changed brief description of the program. 2023-10-19 17:49:54 +02:00
cage c23bb70b2e - updated copyright. 2023-10-19 17:46:22 +02:00
cage bbda1a1f57 - updated documentation;
- changed a function's name.
2023-10-15 13:58:49 +02:00
cage f90d7be418 - added a command to show the parent of a post. 2023-10-15 13:55:30 +02:00
cage 623739f29d - fixed tags usage histogram. 2023-10-14 15:59:31 +02:00
cage 88b6857a2e - removed link header parser. 2023-10-14 11:00:47 +02:00
cage 653ca72baa - fixed extraction of URLs of the selected status in threads window if
it is a reblogged one.
2023-10-05 18:44:03 +02:00
cage 3ec57b9040 - improved rendering for statuses that contains tag: <li> and <blockquote>. 2023-10-01 18:12:00 +02:00
cage 2b906efa3c - added procedures to extract id form pagination header. 2023-09-28 16:31:57 +02:00
cage 2c3bac4e54 - added 'local-user-acct';
- moved 'get-following' from api-pleroma to api-mastodon (this endpoint is not specific to pleroma).
2023-09-27 17:37:33 +02:00
cage 6a37cae537 - added support for announcements. 2023-09-25 19:03:32 +02:00
cage f48e456f78 - added function 'instance-pleroma-p';
- prevented the program to run pleroma specific code if the client is connected to a mastodon instance.
2023-09-24 11:47:30 +02:00
cage 5bcc4e966f - allowed changing language before sending a post;
- updated italian translation.
2023-09-19 19:50:58 +02:00
cage 409e8c5cb9 - [GUI] added method "stream-url" specialized on 'gemini-stream';
- [GUI] fixed setting status of stream on completion;
- [GUI] removed freezing when scaling text on rendering of an active stream;
- [GUI] prevented crash when ask the program to shows an already shown stream frame.
2023-09-16 19:05:33 +02:00
cage ef90f3ad43 - added language parameter for each post sent. 2023-09-13 15:00:31 +02:00
cage 8aecf478b4 - added configuration directive to scale inlined images. 2023-09-09 17:39:04 +02:00
cage a7d7aa8555 - added bookmarked URLs to the list of candidates for autocompletion. 2023-08-16 17:35:34 +02:00
cage a041a0f712 - fixed typo. 2023-08-16 15:36:39 +02:00
cage 70a1a91dc6 - excluded follow requests when downloading the notifications;
- [GUI] ensured the absolute local path hs been set in the address bar when opening a local path from command line (switch '-o').
2023-08-15 22:05:37 +02:00
cage 87bebd0f3e - [GUI] added icons scaling. 2023-07-31 20:09:17 +02:00