1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-03-07 10:37:37 +01:00

Commit Graph

  • 4cbaa90e53 - updated news and changelog. cage 2021-02-20 18:34:16 +01:00
  • 04ca1d14c1 - fixed crash when starting the program without a configuration file. cage 2021-02-20 18:28:49 +01:00
  • ceb965dc83 - updated configure. cage 2021-02-19 18:35:35 +01:00
  • 17cbdd9dcd - updated version. cage 2021-02-19 18:19:32 +01:00
  • d714c721b1 - tracking changes. cage 2021-02-19 18:13:48 +01:00
  • cc146a652c - changed ':draw-border' to ':border' to track the new croatoan API. cage 2021-02-19 17:38:39 +01:00
  • ae178546b9 - added version 2 of get chat list endpoint. cage 2021-02-19 16:34:38 +01:00
  • 7b3a97a3ec - fixed append. cage 2021-02-18 20:03:34 +01:00
  • bb53d98f4c - improved a bit rendering of text in message window. cage 2021-02-18 19:43:27 +01:00
  • 121eaed346 - reverting order of packaging. cage 2021-02-13 19:35:24 +01:00
  • 8f0f4af090 - moving tiu-utils symbols before software-configuration. cage 2021-02-13 19:15:01 +01:00
  • 8f757b563b - allowed users (via caonfiguration directive) to use (or not) cache when opening a link with a custom program. cage 2021-02-13 12:37:37 +01:00
  • bc3e7685a7 - prevented crash when a program to open a link is not found. cage 2021-02-11 15:27:58 +01:00
  • 07d04f760a - [gemini] complete URL on command line matching substring in any position, not only at the start of the URL. cage 2021-02-10 20:34:08 +01:00
  • 29ccc502db - tracking changes. cage 2021-02-10 18:07:49 +01:00
  • 7eea02992c - respected arguments of a program when opening a link. cage 2021-02-10 18:02:06 +01:00
  • 3df833b248 - added configuration directive to use a specific program to open a link (e.g. open all mp3 files with program mpv). cage 2021-02-10 17:43:40 +01:00
  • 1b6c94196f - updated README, if no configuration file is given tinmop can be used as a gemini client. cage 2021-02-10 14:59:53 +01:00
  • cc82ceff02 - [gemini] removed useless 'unwind-protect' (and simplified code) from 'gemini-client:request'. cage 2021-02-09 20:15:57 +01:00
  • ae82420cfe - [gemini] in gemini-client:request-dispatch signal a condition ('not-implemented-error') instead of doing nothing when a response in not handled (i.e. no function for that response type exists). cage 2021-02-09 19:32:48 +01:00
  • 4f4a3f4476 - [gemini] ensured 'gemini-viewer:request' respects the 'enqueue' argument when making recursive call to itself. cage 2021-02-07 12:57:12 +01:00
  • dc9e23e3c0 - [gemini] rewritten gemini-viewer:request using gemini-client:request-dispatch machinery; hopefully this should made the function easier to read (by human) and extend. cage 2021-02-07 12:39:28 +01:00
  • 08c803bfba - replaced local function 'fetch-cached-certificate' with a global one. cage 2021-02-06 16:55:43 +01:00
  • e32358c6d5 - replaced local function with a global one. cage 2021-02-06 16:51:15 +01:00
  • 6a1ea415f7 - [gemini] - added some messages to debug protocol; - asking for query event got minimum priority to prevent being hidden by informational messages on the command line (e.g the message that inform the user that the client is going back in history); - always stream contents that are repsonses to a query; - added gemini-client:request-dispatch and rewritten gemini-client:slurp-gemini-url based on the former. cage 2021-02-06 15:49:09 +01:00
  • 986ea84313 - added hook '*after-saving-message*. cage 2021-02-06 12:29:31 +01:00
  • 1c6defddf1 - fixed indentation of 'gemini-viewer:request'. cage 2021-02-02 20:58:23 +01:00
  • d0a9b6583a - [gemini] encoded the input string before making the request. cage 2021-02-02 20:57:30 +01:00
  • b37c590265 - prevented crash when sending message to command did not worked. cage 2021-02-02 20:44:18 +01:00
  • 51b3167bfd - updated NEWS. cage 2021-01-31 14:54:13 +01:00
  • bc0f57e6da - increased version number. cage 2021-01-31 14:45:47 +01:00
  • 67a2677bf1 - tracking changes. cage 2021-01-31 13:38:57 +01:00
  • 0fc46fa1b5 - removed dependency from libidn2 cage 2021-01-31 13:08:34 +01:00
  • 52393e2a5e - [gemini] fixed canceling subscription to gemlogs. cage 2021-01-28 16:14:00 +01:00
  • 17401274b5 - [gemini] added support for favicon.txt cage 2021-01-28 15:35:26 +01:00
  • c66a71881e - made input command history less messy cage 2021-01-27 20:31:18 +01:00
  • 1710ac5b48 - added feature to allow users ro configure symbols rendered for each toot visibility level in main window. cage 2021-01-24 16:15:42 +01:00
  • c75efe0638 - prevented crash truncating the scaled width of tags window. cage 2021-01-24 14:53:43 +01:00
  • 3daf205dd8 - prevented non rendering of 'new-message' character in tags window. cage 2021-01-24 14:46:13 +01:00
  • b2e71f7461 - updated Changelog and fixed some typos. cage 2021-01-24 14:11:22 +01:00
  • aae3aed7d4 - made 'text-utils:strim-blanks' returns nil and not "NIL" when input is null; - [gemini] trim whitespaces from link name. cage 2021-01-24 12:18:29 +01:00
  • 1f0cc71884 - [gemini] shown selected row in gemlog subscription window. cage 2021-01-24 11:48:25 +01:00
  • ecec01f285 - [gemini] made slurp-gemini-url works with redirect; - [gemini] made some refactoring for building redirect IRIs. cage 2021-01-23 16:25:37 +01:00
  • 3962af0256 - changed db-nil-p cage 2021-01-23 15:40:51 +01:00
  • 6356331408 - [gemini] fixed purging and refreshing posts from subscribed gemlog cage 2021-01-18 20:13:24 +01:00
  • 0fe939ea1d - shown a message when user's searching for commands retuns no results. cage 2021-01-17 20:37:26 +01:00
  • 848ed6a043 - [gemini] fixed test for checking valid cached value for certificate/key pair. cage 2021-01-17 19:13:33 +01:00
  • 8e58698bfa - added some more tests for checking missing values from configuration files. cage 2021-01-16 13:17:15 +01:00
  • f4ec44adc1 - added some more human friendly error messages. cage 2021-01-16 11:29:39 +01:00
  • 25a161ad90 - Reportedly the program works with 1.4.16. cage 2021-01-13 18:36:42 +01:00
  • 944b4a0c8d - updated NEWS and Changelog. cage 2021-01-13 18:27:30 +01:00
  • 72f320dc0d - tracking changes. cage 2021-01-13 17:41:24 +01:00
  • 1db5f93bd9 - updated italian translation. cage 2021-01-13 17:31:58 +01:00
  • 382c61818d - create an empty config file if the user did not provided oopne, instread of printing an error and exit. cage 2021-01-13 17:28:23 +01:00
  • 72254f981a - prevented authorization of client if no server nameahs been provided by the user in the config file. cage 2021-01-12 20:28:21 +01:00
  • 766367369c - added scheduling of purging of old gemlog's posts; cage 2021-01-11 19:36:43 +01:00
  • ad33ca61df - [gemini] prevent gemlog window to lose focus when a gemlog is selected. cage 2021-01-11 19:14:53 +01:00
  • 848cd45954 - fixed, again, italian translation. cage 2021-01-11 19:03:43 +01:00
  • 8aa7e223a3 - [gemini] mark post as read when opening the corresponding link. cage 2021-01-11 19:00:00 +01:00
  • db3b014bb8 - [gemini] fixed reendering of 'seen' flag for gemini post; cage 2021-01-11 18:57:01 +01:00
  • 7f5a21c9ed - [gemini] ensure link opened is saved in history. cage 2021-01-11 18:21:38 +01:00
  • e106bedf3d - mentioned needed -for installation- header files in README. cage 2021-01-10 20:48:39 +01:00
  • 6e91a0f4b4 - updated version. cage 2021-01-10 13:37:16 +01:00
  • 77821cb025 - updated NEWS.org. cage 2021-01-10 13:18:25 +01:00
  • a02fc51efd - tracking changes. cage 2021-01-10 13:14:26 +01:00
  • c8fc25dddd - updated italian translation. cage 2021-01-10 13:05:43 +01:00
  • 44b6c62e44 - [gemini] - added command to refresh all gemlogs; - added scheduled refresh of all gemlogs; - fixed sorting of gemlog posts. cage 2021-01-10 13:01:03 +01:00
  • f09b0f4aa3 - [gemini] - prevent crash when subscribing to an already subscribed gemlog; - added cancel of subscriptions. cage 2021-01-10 11:35:28 +01:00
  • 03d33bc719 - using pkg-config for checking libidn2 with configure script. cage 2021-01-09 20:42:56 +01:00
  • 0cb5ef9c29 - used pkg-config in the libidn2 grovel file (thanks to yumh!). cage 2021-01-09 19:38:58 +01:00
  • eac0b7b5a7 - fixed message. cage 2021-01-09 16:28:59 +01:00
  • a0f8c83681 - [gemini] added a draft for gemlog subscriptions. cage 2021-01-09 16:27:40 +01:00
  • 9b4d719e4b - updated italian translation. cage 2021-01-09 11:02:46 +01:00
  • f6c02041ef - [gemini] added subscription command to gemlog. cage 2021-01-09 11:01:10 +01:00
  • 7e32091b6f - [gemini] cage 2021-01-08 18:21:43 +01:00
  • 756cce52c4 - tracking changes. cage 2021-01-06 11:56:02 +01:00
  • df2ad703cd - updated PO file. cage 2021-01-06 11:47:53 +01:00
  • ade19e76c5 - rendered visibility of a status when printed on the main window; cage 2021-01-06 11:42:23 +01:00
  • 6075beee34 - instructed Makefile to install the module 'rewrite-message-urls.lisp'. cage 2021-01-05 18:29:17 +01:00
  • 42d3476cc3 - updated FAQ. cage 2021-01-04 21:41:49 +01:00
  • 67837a858f - updated manpage. cage 2021-01-04 21:30:55 +01:00
  • e9b7a45214 - removed IDN2_NO_ALABEL_ROUNDTRIP from grovel file for libidn2 (see previous commit message). cage 2021-01-03 20:24:28 +01:00
  • ad10c2517d - removed IDN2_ALABEL_ROUNDTRIP_FAILED from grovel file for libidn2 cage 2021-01-03 19:29:16 +01:00
  • 6b52bf6f63 - updated README and FAQ. cage 2021-01-03 17:55:02 +01:00
  • 85d26f9146 - added switch to disable compiler check at build time. cage 2021-01-03 17:39:52 +01:00
  • edd1aba2fe -[gemini] added urls to history if document is loaded from cached content too. cage 2021-01-03 11:28:54 +01:00
  • b846dff5ba - fixed hooks for remapping links in gemini window. cage 2021-01-02 18:06:20 +01:00
  • 62bd4ac19f - do not repeat a search if no search has been performed before. cage 2021-01-02 11:29:46 +01:00
  • 7e378a3db5 - [modules] rewrite-message-urls: changed name function to avoid conflicts with other modules. cage 2021-01-02 11:11:25 +01:00
  • 3513f54fee - [modules] rewrite-message-urls, quoting regexp before replacing. Also refactored some repeated code in a function. cage 2021-01-02 11:05:55 +01:00
  • 3b0e8fed96 - updated version. cage 2020-12-31 19:26:36 +01:00
  • 4757c8cb8d - updated italian translation. cage 2020-12-31 19:23:24 +01:00
  • 2ed8ce8acb - tracking changes. cage 2020-12-31 19:20:09 +01:00
  • 0e2e883d1a - added hook to all links displaying windows. cage 2020-12-31 19:18:21 +01:00
  • 55667c2511 - reverse link order in window. cage 2020-12-31 16:06:19 +01:00
  • a3c2550ff4 - Added a command line switch to load a module. cage 2020-12-31 15:35:12 +01:00
  • 8dae8ddac2 - added 'run-hook-compose'; cage 2020-12-31 14:58:40 +01:00
  • b8d7af915c - made scheduled updating of chat messages happening only when a chat window is shown cage 2020-12-31 11:54:40 +01:00
  • e9e4071132 - moved function. cage 2020-12-31 11:38:37 +01:00
  • 3245239eee - added a profiling macro; cage 2020-12-31 11:36:34 +01:00