cage
44c2509201
- removed empty line.
2022-11-20 11:30:19 +01:00
cage
fd98ebe947
- removed field from changelog.
2022-11-20 11:27:12 +01:00
cage
91b57c78eb
- increased version number.
2022-11-20 11:26:27 +01:00
cage
70eebc1f4a
- updated Changelog.
2022-11-20 11:19:03 +01:00
cage
89e8c73b4e
- [gemini] prevented the script 'generate-gemlog.lisp' to export files that do not match .gmi extension;
...
- fixed wrong class name when printing mentions.
2022-11-19 20:46:39 +01:00
cage
4c78a0fba7
- prevented crash when updating the thread window with a non existent status-id.
2022-11-19 10:58:52 +01:00
cage
e6962d54f5
- updated Changelog.
2022-11-19 10:40:37 +01:00
cage
e1852fcd7e
- updated italian translation.
2022-11-19 10:38:06 +01:00
cage
4f24a67344
- added a configuraction directive to filter boost based on a regular expression matching the username.
2022-11-18 18:01:19 +01:00
cage
8206500f7a
- added command 'print-mentions';
...
- highlight mentions in message window.
2022-11-17 14:03:03 +01:00
cage
47cf19d773
- updated italian translation.
2022-11-15 20:43:44 +01:00
cage
b710f36774
- allowed also collection of gopher address, printed on the message window, in the link window.
2022-11-15 20:29:56 +01:00
cage
65c9ac64d0
- added preview and confirm prompt for each file attached on a status.
2022-11-15 20:16:04 +01:00
cage
7186382c40
- made notification an error.
2022-11-13 16:25:38 +01:00
cage
90b16ad7f7
- added docstring for 'status-tree->text'.
2022-11-13 16:19:13 +01:00
cage
c2042a06e7
- fixed accessor's' name.
2022-11-12 22:04:28 +01:00
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