cage
2778372317
- [GUI] added command for the 'go up iri' button.
2023-04-06 15:06:31 +02:00
cage
4a9e41a307
- [kami] prevented landing on the debugger if communicating with a kami
...
server fails.
2023-02-14 21:17:46 +01:00
cage
2618b50d42
- updated italian translation;
...
- added message to inform about the downloading of notifications.
2023-02-02 15:01:20 +01:00
cage
8d60b063c8
Merge branch 'master' into add-gemini-gui
2023-01-12 20:17:53 +01:00
cage
003a7a26ac
- made the program respect the `open' configuration directive for when downloading MINE type "text/*"
...
Before this patch, the software tried to open all the text MIME type
in the main window regardless any setting in the configuration file
that imposed to use a program to open a file based on a regular
expression (e.g. `open "^((gemini://)|(\\.)|(/)).+txt$" with "vi"',
did not worked).
2023-01-12 20:09:01 +01:00
cage
746b2e01ac
- [RPC] added representation of the main gemini window in the server;
...
- [RPC] added two IRI's history manipulation functions.
2023-01-06 13:50:33 +01:00
cage
59a9b69605
- added a new command 'delete-notifications';
...
- retrofitted 'add-metadata-to-parsed-gemini-lines' into the main gemini parser;
- fixed json generation of parsed lines in 'gemini-stream-info'.
2023-01-01 11:11:40 +01:00
cage
416d9356e4
- catched all errors signaled when something has gone wrong downloading the messages containing the subscribed tags.
2022-12-17 17:14:04 +01:00
cage
4b2efa5539
- removed hardcoded font spec when making an image mosaic;
...
- updated croatoan version.
2022-12-14 11:44:18 +01:00
cage
7924136282
- captured error that could happens when making a image mosaic from a gemini page.
2022-12-11 12:59:41 +01:00
cage
3145ee8263
- added a better name for images captions, when composing images from a gemini page.
2022-12-10 15:16:03 +01:00
cage
32169beac7
- added a pair of directives to configure montage of gemini images.
2022-12-10 15:06:48 +01:00
cage
6348e57ea2
- added docstring to 'gemini-images-montage'
2022-12-10 14:47:11 +01:00
cage
183d8c296a
- added progression messages when composing images.
2022-12-10 14:44:40 +01:00
cage
47f6ec197e
- updated italian translation;
...
- fixed error messages when collecting images.
2022-12-10 14:19:08 +01:00
cage
c8b92f7eba
- added command 'gemini-images-montage'.
2022-12-10 14:11:13 +01:00
cage
8206500f7a
- added command 'print-mentions';
...
- highlight mentions in message window.
2022-11-17 14:03:03 +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
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
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
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
e10a712b26
- enqueue the procedure to create a gopher window.
2022-09-25 11:02:52 +02:00
cage
76a9a3aaff
- added command "status-tree->text".
2022-09-10 13:21:20 +02:00
cage
6481a323f7
- added bookmarking of gopher addresses.
2022-08-31 14:03:39 +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
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
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
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
5e79aa5551
- [gemini] fixed command for opening of the next visible link;
...
- updated changelog.
2022-07-11 18:01:26 +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
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
456602f89c
- prevented crash when the tour indices exceeds the number of links in a page.
2022-06-14 16:11:23 +02:00
cage
cb202b26a7
- added captions for attachments.
2022-05-01 12:22:52 +02:00
cage
0b5dd16f77
- allowed printing about kami ID from the window of the TLS certificates.
2022-04-23 15:19:29 +02:00
cage
433f7fdaa5
- prevented program freeze quen a kami error occurred.
2022-04-22 11:33:31 +02:00
cage
a1ec070d03
- hooks:*before-composing-message*;
...
- removed memory leak in ssl-utils:dump-certificate;
- added an hook to remove footnotes added by tinmop in post's reply.
2022-04-06 19:34:49 +02:00
cage
ece146a2d4
- updated NEWS.org;
...
- added docstring.
2022-03-12 13:51:36 +01:00
cage
594ff4054e
- optimized 'draw-all' made clearing window optional and draw only full visible window.
2022-03-11 16:00:00 +01:00
cage
8eafdb4201
- added a parameter to discard windows when calculating the non intersecting ones.
2022-03-11 10:59:23 +01:00