cage
ee4bd9a375
- updated NEWS.org.
2023-01-30 21:09:05 +01:00
cage
02bb2efb6d
- updated changelog.
2023-01-30 21:02:11 +01:00
cage
7dbe38e898
- updated croatoan revision to fetch during installation.
2023-01-30 20:59:15 +01:00
cage
13286e44e0
- used the brand new dialog window made available from croatoan.
2023-01-30 20:49:57 +01:00
cage
891651b6fa
- added missing file;
...
- [RPC] splitted the package json-rpc-munication in two files: one in server directory and the other in the client directory.
2023-01-15 16:03:25 +01:00
cage
155cdc1117
- [GUI] added client events loop.
2023-01-15 15:56:00 +01:00
cage
045819b4a4
- [RPC] added API for generate the TOC from a gemtext;
...
- removed duplicated code (used the class 'box:box' instead of struct 'json-rpc-communication:box).
2023-01-15 15:54:49 +01:00
cage
3824e29171
- [gemini] used function 'maybe-notify'.
2023-01-13 16:33:22 +01:00
cage
572eb5c1b7
- [GUI] added procedures to get client configuration.
2023-01-13 16:31:54 +01:00
cage
3a0074811d
- [RPC] moved struct 'box'.
2023-01-13 16:31:16 +01:00
cage
9b63978329
- [RPC] refactored public API in multiple files.
2023-01-13 16:22:22 +01:00
cage
b0140d6fc6
- [RPC] fixed encoding of certificates.
2023-01-13 16:09:14 +01:00
cage
48f950af1e
- [JSON-RPC] fixed macro for signal error.
2023-01-13 15:35:02 +01:00
cage
cf0376e666
- [RPC] added function to close server;
...
- [JSON-RPC] allowed API to signal a custom 'jsonrpc-error'.
2023-01-13 15:34:01 +01:00
cage
5ce7e5c082
- [JSON-RPC] fixed tests (the error object returns the field 'data' now).
2023-01-13 14:59:44 +01:00
cage
37af6fef04
Merge branch 'master' into add-gemini-gui
2023-01-13 14:15:37 +01:00
cage
804bf09914
- added missing parens.
2023-01-13 14:13:19 +01:00
cage
5138d53fa5
- increased version number.
2023-01-12 20:20:38 +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
0e71b7a48a
Merge branch 'master' into add-gemini-gui
2023-01-12 16:11:53 +01:00
cage
8b1d00817f
- [RPC] added functions for managing tour links and clients certificates.
2023-01-12 16:08:10 +01:00
cage
51c4a03c2c
- removed resetting of gemini parser status when downloading a text
...
encoded, but non-gemini, file;
- [rpc] added tour links slot for gemni window (server);
- added loading configuration file for GUI (RPC client) at start;
- refactored metadata slot thei is now used by a TUI window and the server side gemini window;
- added optional string bag parameter to 'text-utils:trim-blanks'.
2023-01-11 19:10:51 +01:00
cage
92552f3c35
-updated italian translation and list of files that contains striin that can be translated.
2023-01-08 15:21:51 +01:00
cage
f5bc32fa58
- fixed missing function argument in module.
2023-01-06 14:27:58 +01:00
cage
f40fb786b1
- [GUI] moved server side GUI to a proper component and directory.
2023-01-06 13:55:38 +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
39ad2ffad8
- [RPC] removed parsed lines from object returned by the function 'gemini-stream-info', there are more specialized functions to get those;
...
- [RPC] added 'gemini-all-stream-info'.
2023-01-06 12:47:20 +01:00
cage
c01188e0db
- [JSONRPC] added optional data field to error response.
2023-01-06 12:35:41 +01:00
cage
7fc90b428c
- [JSONRPC] used a custom error when a called function fails for some reason.
2023-01-06 12:15:54 +01:00
cage
4fb9c6eb43
- [JSONRPC] included actual ID to the error response when possible.
2023-01-06 12:12:32 +01:00
cage
0215a4c173
- renamed test file.
2023-01-06 11:57:53 +01:00
cage
cfb05a6ea1
- log gemini and json, debug messages even if *features* does not
...
contains :debug-mode;
- [RPC] fixed 'gemini-stream-info';
- [RPC] added 'gemini-stream-parsed-line-slice';
- [RPC] added error handling for 'gemini-stream-parsed-line';
- [JSON-RPC] fixed encoding of error responses.
2023-01-06 11:56:21 +01:00
cage
8c48c9a567
- prevented crash when printing a notification after deletion.
2023-01-02 19:03:36 +01:00
cage
f0862e3903
- [rpc] returned an error if a gemini stream can not be foud in 'gemini-stream-info'.
2023-01-01 20:05:20 +01:00
cage
5052c21fe3
- [rpc] fixed error responses, tests passed again.
2023-01-01 19:02:30 +01:00
cage
cbb447a84e
- [rpc] added 'gemini-stream-parsed-line'.
2023-01-01 18:31:27 +01:00
cage
a6a8b0ad8f
- [rpc] fixed error handling.
2023-01-01 14:57:08 +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
f1df366cba
- added 'list-id' as metadata for gemini list;
...
- added unit tests for gemini parser.
2022-12-30 15:03:59 +01:00
cage
3114264505
- added parameter 'initialize-parser' (default to nil), to reset
...
parser state in 'sexp->text-rows';
- added 'add-metadata-to-parsed-gemini-lines'
This function will add attributes (like ':header-group-id') to the
sexp representation of a gemini stream (structure: (tag
((attribute-key attribute value)...) text line) )
- [JSON-RPC API] added a couple of public API function.
2022-12-30 11:07:30 +01:00
cage
a87ea3b2ae
- moved macro definition on top of the file.
2022-12-29 17:34:44 +01:00
cage
685f4e4db7
- added slot 'parsed-lines' to gemini-viewer:gemini-stream,
...
moreover used this slots when downloading a gemini stream
This changes means that the parsing of gemini stream is no more done
in program events but during the downloading thread.
See, for example the changes in: 'gemini-viewer:make-gemini-download-event'
- added a parameter to prevent notification when downloading a gemini stream
see 'gemini-viewer:request-stream-gemini-document-thread';
- added a more human friendly constants for each gemini status code
(e.g. +success+ for code 20).
- as the gemini parser has status added a parameter ('initialize-parser') to
'gemini-parser:parse-gemini-file' (default to nil, do not initialize);
- initialize the gemini parser when needed.
2022-12-29 17:24:53 +01:00
cage
72bb14c9d6
- added a couple of debug flags to make logging more fine-tuned.
2022-12-29 17:23:24 +01:00
cage
f8bf6aa360
- [gemini] added better names for status code of a gemini response (e.g. '+20+' -> '+success+').
2022-12-28 13:57:15 +01:00
cage
fb4be7bb9f
- [gui] added an actual funcion for API;
...
- [jsonrpc] added more information when an internal error occurred;
- added 'main:rpc-server-init'.
2022-12-27 13:19:59 +01:00
cage
432045fc52
- used a better default for slot 'local-path' to prevent crash when 'sexp->links' is called with an empty string as local-path argument.
2022-12-26 16:41:50 +01:00
cage
62d2a589b0
- updated READMEs.
2022-12-26 14:33:06 +01:00
cage
39878d6475
- wrapped 'babel:string-to-octets' in 'text-utils:string->octets'.
2022-12-25 12:53:07 +01:00
cage
2365707338
- refactored code in a function.
2022-12-25 12:47:41 +01:00