1
0
Fork 0

Commit Graph

  • 82bdf5c538 - [fediverse] rendered correctly ordered list; - fixed indentation of configure.ac; - removed useless command in Makefile. master cage 2024-05-01 12:36:00 +0200
  • 2cf9b31a4b - reverted code to make a static executable. cage 2024-04-22 20:14:48 +0200
  • 22119089c1 - removed references to osicat. cage 2024-04-21 19:40:55 +0200
  • 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. cage 2024-04-21 18:49:55 +0200
  • 4d65bc200a - removed dependency on osicat. cage 2024-04-21 15:16:46 +0200
  • f2a8635b3e - modified asdf file to include files compiled from C into the saved image. cage 2024-04-21 11:07:34 +0200
  • ad190478dc - actually created empty configuration file when not already found, on program starting. cage 2024-04-20 16:06:31 +0200
  • 366dc63d0c - updated NEWS file. cage 2024-04-20 12:27:42 +0200
  • 14aa2af9aa - forced using the cache in 'stream-iri' if a stream for the same URL already exists. cage 2024-04-20 12:25:39 +0200
  • 46ba8f2d07 - [GUI] added commands to show page's source. cage 2024-04-19 19:57:53 +0200
  • 342f34874d - fixed 'install_nodgui' the function never returned. cage 2024-04-15 21:04:49 +0200
  • f5ea00a85a - fixed crashing of compile phase because of missing nodgui's dependencies. cage 2024-04-15 20:50:30 +0200
  • 28eb0139c7 - prevented failing to find 'montage' command to exit the script; cage 2024-04-14 19:20:38 +0200
  • 94e819d31f - added missing module. cage 2024-04-13 16:21:43 +0200
  • 1f31a64bda - added test for turbojpeg header file library in configure.ac. cage 2024-04-13 12:52:18 +0200
  • 024ede9ad5 - added test for turbojpeg library in configure.ac. cage 2024-04-13 12:46:19 +0200
  • bd148e93b6 - added test for TK interpreter in configure.ac. cage 2024-04-13 12:30:07 +0200
  • 90a6bfa02b - [GUI] changed font size for gemtext header level 3; cage 2024-04-12 16:23:18 +0200
  • 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. cage 2024-04-11 15:18:52 +0200
  • 5a779da29e - added new command: 'thread-open-parent-post'; cage 2024-04-08 20:45:44 +0200
  • c94c754441 - [TUI] prevented crash when extracting links from an empty message (for example a post that contains only attachments but no text body); cage 2024-04-07 21:23:35 +0200
  • 82b22a0828 - updated changelog and news file. cage 2024-04-07 12:39:15 +0200
  • 810c331a95 - tagging as rc1. cage 2024-04-07 12:27:34 +0200
  • 8fd5bcc603 - [TUI] removed a recursive locking. cage 2024-04-06 19:15:15 +0200
  • 8f4eed668d - added short command line option to specify fediverse account (-F). cage 2024-04-06 11:16:22 +0200
  • a48b7240e3 - updated manpage. cage 2024-04-06 11:13:43 +0200
  • a118ce13de - fixed command: 'thread-go-to-parent-post'. cage 2024-04-04 17:13:48 +0200
  • 77249e97e3 -added new command: 'thread-go-to-parent-post'. cage 2024-04-04 15:45:47 +0200
  • 07505754b4 - prevented crash when exceeding the character limit in a post. cage 2024-03-31 18:53:23 +0200
  • dbd0ace318 - updated italian translations. cage 2024-03-31 13:58:53 +0200
  • c1d4024185 - fixed line wrapping of announcements window. cage 2024-03-31 13:56:20 +0200
  • ceaeeb8ec6 - added notification when fetching announcements. cage 2024-03-31 12:59:09 +0200
  • 72620bc517 - changed key for fediverse account switching. cage 2024-03-31 11:19:27 +0200
  • 4cfbc47687 - updated italian translations. cage 2024-03-30 20:34:16 +0100
  • 02e0a21707 - added command to switch fediverse account at runtime; cage 2024-03-30 15:47:39 +0100
  • 8d03f38b4c - prevented trying to authorize a fediverse client when no fediverse credentials has beed added to the configuration file. cage 2024-03-30 14:49:41 +0100
  • 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. cage 2024-03-29 15:06:36 +0100
  • 0e14ee91f7 - updated documentation. cage 2024-03-29 12:13:19 +0100
  • 1d4d813dbc - [TUI] added new command: 'thread-delete-subtree'; cage 2024-03-29 11:57:54 +0100
  • 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. cage 2024-03-24 14:27:57 +0100
  • 5fc9921df3 - reverted regression that prevented GUI to starts. cage 2024-03-24 14:14:19 +0100
  • facadabfe2 - updated italian translation. cage 2024-03-24 14:11:35 +0100
  • 6a156c9bbd - added short options to bash complations. cage 2024-03-20 14:43:00 +0100
  • fc31ba5ac7 - removed shebang from completion script, was wrong anyway. cage 2024-03-19 21:08:17 +0100
  • 5a0757e365 - used autotools to install bash completion script. cage 2024-03-19 21:05:02 +0100
  • 6052f7da24 - updated README to mention that also libjpegturbo and TK must be installed; cage 2024-03-18 19:54:45 +0100
  • 608eacda77 - [fediverse] moved from a single database for a single account to a databases for each account. cage 2024-03-17 17:29:16 +0100
  • c459c34dd1 - [TUI] added a check for configuration file to ensure equal number of usernames and server name are specified. cage 2024-03-17 14:11:42 +0100
  • 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. cage 2024-03-17 12:46:01 +0100
  • 629cf8e784 - updated Changelog. v0.9.9.141421356 cage 2024-03-12 16:29:25 +0100
  • 71259af4d7 - [script] added the option to submit the feed to and antenna instance, when generating a gemlog; - updated gemlog. cage 2024-03-12 16:25:59 +0100
  • 35d1eaf95f - prevented the poll's results to be printed before expiration. cage 2024-03-12 15:19:35 +0100
  • 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. cage 2024-03-03 18:04:22 +0100
  • 191cff72d3 - removed 'rc1' from version number. cage 2024-03-02 16:49:52 +0100
  • 6da3e3952e - updated NEWS.org and Changelog. cage 2024-03-02 16:47:57 +0100
  • 8deb702090 - [TUI] refactored quitting dialog test code in a function. cage 2024-03-02 16:23:05 +0100
  • 6472ede4b0 - [TUI] added 'C-g' keybinding to close the blocking dialog window. cage 2024-03-02 16:11:13 +0100
  • 1f02511525 - [TUI] added 'C-g' keybinding to close the windows. cage 2024-03-02 15:38:53 +0100
  • 3f888888aa - used a keyword as the value that signals that a command has been cancleled instrad of 'nil'. cage 2024-03-01 18:43:17 +0100
  • 0943736c81 updated changelog. cage 2024-03-01 16:15:14 +0100
  • b32da51e2c - updated manpage. cage 2024-03-01 16:08:37 +0100
  • 6284484769 - updated italian translation. cage 2024-03-01 15:39:15 +0100
  • 84d2d7a5e0 - added keybinding to cancel inputing of the string command. cage 2024-03-01 14:57:36 +0100
  • 8c8b5555f7 - [TUI] added command to download a message's attachment ignoring the cached value (if such entry in the cache exists). cage 2024-02-28 20:23:11 +0100
  • 7f6da862cc - decommented configuration directive to open text files with tinmop. cage 2024-02-28 19:49:39 +0100
  • 3053183a68 - [TUI] allowed the backspace key to send rubout char (ASCII 177). cage 2024-02-28 15:49:28 +0100
  • 4c44c94c0d - [TUI] fixed name of backspace keycode when parsing 'command' events.. cage 2024-02-27 18:43:33 +0100
  • c4fbc8f997 Merge pull request 'Translations update from Weblate' (#8) from translate/tinmop:weblate-tinmop-tinmop into master cage 2024-02-25 17:24:50 +0000
  • 3351703e70
    Translated using Weblate (German) #8 pabloscloud 2024-02-25 17:07:34 +0000
  • f185a87ee4 - updated version number also in confifure.ac. cage 2024-02-25 18:23:16 +0100
  • 9c264bbd4d - [GUI] added notification of errors when refreshing gemlogs posts on program starting. cage 2024-02-25 16:55:03 +0100
  • 87e812d406 - [GUI] updated italian translation. cage 2024-02-25 16:41:49 +0100
  • cbcc7c294b - [GUI] returned a more useful error message to user when an error occurred while refreshing posts from gemlogs. cage 2024-02-25 16:40:03 +0100
  • 904fb6cf7e - [GUI] added timeout test for dummy server; - [GUI] returned a more useful error message to user when a timeout occurred. cage 2024-02-25 16:28:16 +0100
  • b7e139a205 - prevented treating 'update' notifications as mentions. cage 2024-02-23 14:23:37 +0100
  • f21b201b17 - instructed address bar to autoselect a candidate only when expanding local paths (not URLs). cage 2024-02-23 13:50:21 +0100
  • e23ca2c131 - allowed empty lines in a gopher map (thanks op!). cage 2024-02-19 20:49:14 +0100
  • bc8c34f2f6 - fixed translatable string. cage 2024-02-18 21:48:50 +0100
  • 5c8237a192 - fixed searching in reblogged statuses body, previously the search procedure skipped the reblogged statuses. cage 2024-02-18 14:25:48 +0100
  • 8ba4d4ace2 - updated-changelog. cage 2024-02-17 14:24:09 +0100
  • 053f9b3c94 - updated italian translation. cage 2024-02-17 14:14:17 +0100
  • ba81b5cdf0 - added command 'clear-cached-client-tls-certificates'. cage 2024-02-17 14:09:37 +0100
  • 162d32662e - removed output from ssl command when checking for empty password for a certificate. cage 2024-02-17 14:03:39 +0100
  • b8f49eb66b - added password protected TLS key, for kami protocol. cage 2024-02-17 13:01:12 +0100
  • e0589e56f1 - prevented 'ssl-key-has-empty-password-p' to print on console the prompt asking for key password. cage 2024-02-17 11:05:58 +0100
  • b9b59f9de6 - [TUI] added support for certificate's password for gemini requests. cage 2024-02-17 10:42:07 +0100
  • 7122460276 - updated italian translation; cage 2024-02-17 10:17:33 +0100
  • 1881738d91 - [TUI] added command to change TLS client certificate password. cage 2024-02-16 14:59:26 +0100
  • d097d4d1d0 - [GUI] set state of the certificates toolbar button, not only the image label in: 'set-certificate-button-(active|inactive). cage 2024-02-16 14:26:28 +0100
  • 910a502ad2 - [GUI] ensured the passwords cache for TLS client certificate is emptied after changing a password. cage 2024-02-15 17:05:53 +0100
  • b1444a4804 - [GUI] ensured the key for cached password for TLC client certificate is erased if an error occurred during gemini connection. cage 2024-02-15 16:49:57 +0100
  • ecfd7a19cd - [GUI] added callback for toolbar certificate button (change password for certificate). cage 2024-02-15 16:39:56 +0100
  • 8a2ba82b0d - [GUI] added confirmation from user before deleting a certificate. cage 2024-02-15 16:21:23 +0100
  • 07d9c4aea9 - [GUI] added a button to give a visual hint that a the client provided the server a TLS certificate. cage 2024-02-15 16:15:18 +0100
  • f067dc2ee3 - [GUI] added procedures to manage passwords for client TLS certificates. cage 2024-02-14 14:41:45 +0100
  • 1a5af73415 Merge branch 'master' into add-password-tls-certificates cage 2024-02-11 15:08:45 +0100
  • e4d9ab9fd0 - replaced occurences of 'with-lock' with 'misc:with-lock-held'. cage 2024-02-11 15:08:16 +0100
  • 56ad43f5dd - added optional key password argument to gemini and titan requests. cage 2024-02-11 15:06:41 +0100
  • 5155749080 - removed all direct references to package 'bt' (used wrappers instead); cage 2024-02-11 12:32:22 +0100
  • 346353d21d - [GUI] fixed deletion of TLS client certificates; cage 2024-02-11 12:07:07 +0100