1
0
Fork 0
Commit Graph

1125 Commits

Author SHA1 Message Date
cage c0cbe8f519 - added code to try to recover from a failed tag request. 2022-11-12 14:12:45 +01:00
cage ccff6616c4 - updated croatoan version. 2022-10-29 17:21:50 +02:00
cage cf8664724a - [gemini] made the special variable gemini-parser:*raw-mode-data* thread local
There is  no sense to  share it  between multiple threads  parsing a
  gemini stream as the status of the parser (preformatted or not) from
  one could leaks into another.
2022-10-14 14:10:52 +02:00
cage 60e8d2cb6b - updated version number;
updated Chengelog and NEWS files

- updated autotools scripts.
2022-10-14 14:00:45 +02:00
cage 61a216facb - [gemini] pushed link into history of visited URL even if the page hes been gotten from local cache. 2022-10-14 13:01:18 +02:00
cage f2b457e578 - reset the message window's title when opening a post and the message
window is displaying a gemini page;
- removed unused argument.
2022-10-14 12:53:44 +02:00
cage 0604a1d8d0 - capured errors signalled by malformed URI, when opening gopher address. 2022-10-09 14:13:37 +02:00
cage a429fe48f2 - fixed gopher URI parser. 2022-10-09 13:23:32 +02:00
cage 6c3874f738 - added a function to extract and display links extracted from the
contents of a message window;
- fixed 'iri:absolute-url-p'.
2022-10-02 14:19:50 +02:00
cage 1d718771f0 - updated manpage. 2022-10-01 18:25:54 +02:00
cage 38d9d80c18 - changed function's name: 'gemini-history-back' -> 'net-address-history-back'. 2022-10-01 18:16:13 +02:00
cage f43103f8af - [gopher] fixed going back to net history. 2022-10-01 17:44:40 +02:00
cage 2bbf092975 - [gopher] added notification of any error signaled when making a gopher request. 2022-10-01 17:02:46 +02:00
cage ad14de7e41 - ensured non mention notifications are excluded in 'api-client:mentions'. 2022-10-01 16:57:14 +02:00
cage 07b323ce70 - updated italian translation. 2022-09-25 11:11:37 +02:00
cage e10a712b26 - enqueue the procedure to create a gopher window. 2022-09-25 11:02:52 +02:00
cage a949afb38e - [gopher] removed bad characters when printing lines. 2022-09-25 10:58:38 +02:00
cage 3ebc7bd1bf - [gopher] uses type 1 lines as default type for URI. 2022-09-23 12:06:35 +02:00
cage bd20fe100f - [gopher] added support for index search lines. 2022-09-21 16:19:03 +02:00
cage d219a4b0ce - prevented a crash adding the gopher keymap to the list of help
window's headers.
2022-09-20 18:49:21 +02:00
cage c9f76e0f19 - simplified sorting predicate to complete IRI. 2022-09-11 13:40:44 +02:00
cage 9e88fe0e6f - fixed 'complete-uri-matcher', does not take into account string case difference anymore. 2022-09-11 13:23:06 +02:00
cage 90c4af648b - fixed regression in 'text-utils:parent-dir-path'. 2022-09-10 14:04:56 +02:00
cage 76a9a3aaff - added command "status-tree->text". 2022-09-10 13:21:20 +02:00
cage 718690b323 - added command 'print-post-id';
- removed importing of alexandria in modules, used local-nickname, instead.
2022-09-06 18:33:36 +02:00
cage 72cef9943b - allowed pushing in the address visited queue only gemtext pages and gopher menu. 2022-09-04 16:37:51 +02:00
cage b3f37fb350 - renamed function. 2022-08-31 14:06:36 +02:00
cage 6481a323f7 - added bookmarking of gopher addresses. 2022-08-31 14:03:39 +02:00
cage 60f33d81a9 - added a new parser just for gopher address; they are not IRI as the
selector part can contains arbitrary  characters even that ones that
  are not allowed in IRI's path component.
2022-08-29 17:44:24 +02:00
cage 9b6e6a9f15 - fixed 'ui:open-net-address';
- [module] expanded gopher abbreviation in 'expand-abbrev-command-window.lisp'.
2022-08-28 18:48:02 +02:00
cage 4df12b144a - removed debug code. 2022-08-28 14:02:35 +02:00
cage b55eaccba4 Merge branch 'gopher-support' 2022-08-28 13:22:31 +02:00
cage d3e36f8efd - added a basic gopher implementation. 2022-08-28 13:22:08 +02:00
cage a393b0ba88 - fixed 'fs:split-path-elements'
- before:

    (fs:split-path-elements "/a/b") ;=> ("" "a" "b")

    (fs:split-path-elements "/a/b") ;=> ("a" "b")

- [gopher] added 'client:request'.
2022-08-25 14:20:06 +02:00
cage 0617f56885 - added module 'fetch-post-tree.lisp';
- changed the window type from gemini to standard type for printing the output from a module.
2022-08-23 16:36:34 +02:00
cage 6196810bbb - [gopher] implemented a basic parser. 2022-08-21 11:39:40 +02:00
cage bf938f6e4b - increased version number;
- updated NEWS and Changelog.
2022-08-19 10:53:32 +02:00
cage 333d77caf2 - [gemini] added missing mandatory argument to function that builds the redirect URI. 2022-08-19 10:48:56 +02:00
cage 8425250195 - actually increased version number. 2022-08-15 13:48:59 +02:00
cage 1f2eb57c2f - increased version number;
- updated News file.
2022-08-15 13:44:30 +02:00
cage 1f3891d20e - changed sorting criteria for gemlog subscriptions;
Promotes on top subscriptions with unread posts.

- updated ChangeLog.
2022-08-15 12:35:24 +02:00
cage c2b3eb9c2a Merge branch 'fix-absolutize-links' 2022-08-05 11:52:57 +02:00
cage ed1bd71bc5 - moved window that got the focus on top of the windows stack, to be sure will be visible to the user when redrawing the terminal. 2022-08-05 11:52:51 +02:00
cage 008d5001a7 - taken into account the query of the original URI when combining it with a path. 2022-08-05 11:30:56 +02:00
cage 6e883ca21b - improved appereance of gemini subscriptions window. 2022-07-21 17:25:37 +02:00
cage d45388e4dc - [gemini] remove redirect loop when the meta was an absolute URI. 2022-07-15 10:39:24 +02:00
cage de980b44b7 - [modules] added backlink to generated gemlog pages;
- [gemini] fixed rendering of links that starts with an emoji.
2022-07-13 17:08:37 +02:00
cage 5e79aa5551 - [gemini] fixed command for opening of the next visible link;
- updated changelog.
2022-07-11 18:01:26 +02:00
cage e36dfd629a - fixed formatting in generated gemlog topic index;
- fixed italian translation.
2022-07-09 15:40:14 +02:00
cage 1110bf809d - fixed excessive page scrolling in message window. 2022-07-08 15:17:01 +02:00