1
0
Fork 0
Commit Graph

1061 Commits

Author SHA1 Message Date
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
cage b0eccdc0af - improved sorting of URI fuzzy matching. 2022-07-06 20:18:25 +02:00
cage 6fbf4564af - mitigated issue with unparsed keyboard input coming from ncurses. 2022-07-06 14:37:56 +02:00
cage 416c54d929 - made links window repects resize events. 2022-07-03 15:50:44 +02:00
cage 569c67ff06 - clean usernames from problematic characters. 2022-07-02 18:21:44 +02:00
cage b004fd5f93 - removed direct call to babel:cotets-to-string, using 'to-s' wrapper, instead.
- [gemini] prevented crash when no previous link to open is found before the selected line.
2022-07-02 10:55:11 +02:00
cage 07725d85d9 - [gemini] added command 'open-previous-link'. 2022-07-01 16:31:38 +02:00
cage b253aea8c0 - [gemini] prevented landing on debugger (or even crash) when DNS lookup fails. 2022-06-29 21:26:29 +02:00
cage 981cbdcfc7 - [gemini] added a script to generate a gemlog;
- removed *tour-links-window*;
- adding a new command: open-gemini-links-and-ask-tour.
2022-06-15 14:33:56 +02:00
cage 48848ec996 - added 'ui:tui-active-p'. 2022-06-15 12:11:14 +02:00
cage a3ff4793f6 - [gemini] prevented crash when an illegal character is found in an URI. 2022-06-14 16:19:04 +02:00
cage 456602f89c - prevented crash when the tour indices exceeds the number of links in a page. 2022-06-14 16:11:23 +02:00
cage 651b5fe963 - [gemini] added alt text even for preformatting end tag. 2022-06-14 16:04:56 +02:00
cage 94e50430a8 - added 'get-resource-dir' and 'get-data-dir'. 2022-06-04 19:11:23 +02:00
cage f1f25a66ec - removed file descripto leak in '%mkstemp';
- specialized method sequence-empry-p for complex string.
2022-06-03 19:17:37 +02:00