Omar Polo
2373769f4e
always close the client socket
2021-05-22 10:49:51 +00:00
cage
deaf94299a
- decrease mentions count on the modeline when a status that contains a mention is opened.
2021-05-22 12:23:15 +02:00
cage
c2e8e38249
- added mentions rendering in the thread window modeline.
2021-05-22 10:42:01 +02:00
cage
63f214c8b3
- [gemini] ensured cached text file are opened with tinmop or user defined programs.
2021-05-18 19:50:50 +02:00
cage
3b30cbd091
- [gemini] refresh TOC when rendering a cached gemini file.
2021-05-18 19:38:49 +02:00
cage
b7c64d1e78
- [gemini] prevented moving docus to message window when opening a link.
2021-05-17 19:08:08 +02:00
cage
eb9bb569f8
- [gemini] recycled TOC window between gemini pages.
2021-05-17 19:04:07 +02:00
cage
76a11da2fc
- [gemini] fixed regression opening gemini link is possible again;
...
- prevented hiding of notifications by the gemini TOC window.
2021-05-16 16:19:14 +02:00
cage
50c76209c5
- [gemini] removed removing of text from TOC entry.
2021-05-16 16:00:20 +02:00
cage
d5f5bad33c
- [gemini] fixed row moving in TOC window.
2021-05-16 15:43:11 +02:00
cage
6ecc3fc5a0
- [gemini] ensured TOC is rendered only for rendering stream.
2021-05-16 15:38:26 +02:00
cage
8423ca7d38
- [gemini] fixed parser, made many parser state variables from
...
function local to thread local;
- fixed 'line-oriented-widget:append-new-rows'; uses slots instead of
accessors as, for example, message window skips invisible lines
when specialzed (on message-window) method 'rows' is called.
2021-05-16 15:23:55 +02:00
cage
4a6e2fca3d
- added a generated TOC for gemini files.
2021-05-16 15:23:55 +02:00
cage
3b92318814
- prevented rendering gemini files in the message window when a toot is shown.
2021-05-16 15:23:48 +02:00
cage
088e760503
- [gemini] fixed parsing of gemlog pages. Subtitle was never recognized even if actually present.
2021-05-14 14:49:37 +02:00
cage
cd11e04658
- got rid of 'prepare-new-search' and 'cleanup-after-search';
...
- fixed misc:safe-subseq (subseq sequence -1)' does not signa an error anymore.
2021-05-13 15:32:31 +02:00
cage
5201953a08
- [gemini] fixed parsing of quoted lines, an empty line can be part of the quote.
2021-05-09 17:01:51 +02:00
cage
5f8c20ce7d
- wrapped sb-ext:run-program;
...
- do not load configuration files if cli options '-h' or '-v' are used.
2021-05-09 16:32:32 +02:00
cage
f74e6a9361
- performed a cleanup of searching even if the search string is empty or is not a valid regular expression.
2021-05-06 17:10:37 +02:00
cage
844dd1b931
- [gemini] expand tilde when trying to open a local file or directory.
2021-05-06 16:59:11 +02:00
cage
37bab5740b
- [gemini] improved tour-mode
...
the command accepts space separated list of link index or link ranges
(e.g: "5-7 1 2").
2021-05-04 11:52:42 +02:00
cage
e319ccd112
- prevented out of bound condition when scrolling message-window's
...
contents.
When user switched from a page to another shorter the scrolling
position was not restored, pointing outside the actual text line
counts. This prevent the correct rendering of the page (a blank page
is shown instead) and crash the software if scrolling up.
Thanks op!
2021-05-02 16:28:50 +02:00
cage
92ee1357b6
- [gemini] fixed order of links when showing tour-mode's queue (thanks op!).
2021-05-02 15:53:33 +02:00
cage
5cbde371da
- improved docstring for tour-mode.
2021-05-02 13:49:20 +02:00
cage
ba316e84a0
- [gemini] improved tour-mode, allow collect links by regex not only by indices.
2021-05-02 13:47:06 +02:00
cage
528700907f
- added a command to show the tour's queue.
2021-05-01 20:25:15 +02:00
cage
864dc959e6
- added tour mode to explore geminispace.
2021-05-01 13:44:50 +02:00
cage
a89334c6bf
- removed hardcoded list of windows that loose focus when focus is changed.
2021-05-01 11:23:18 +02:00
cage
29c09553d1
-[gemini] removed loop when going back in history.
...
when follownig a redirect both the original (the redirect) and the
actual URI was saved in the history. So if an user, after followed a
redirect, tried to go back would reach the same redirect, this generated
a loop.
2021-04-28 20:56:37 +02:00
cage
8e924ded74
- implemented a new method to move focus between windows (using 'M-arrowkeys').
2021-04-28 16:26:10 +02:00
cage
bcb6867a61
- fixed procedures that extract extension from a local path or an URI.
2021-04-27 19:04:11 +02:00
cage
f5ff5cd94d
- fixed 'make-gemini-iri', was crashing the program when 'port' argument was null.
2021-04-26 19:14:35 +02:00
cage
1d850fffa4
- fixed text-utils:percent-encoded-p, an empty string is not percent-encoded;
...
- raised a better error when an empty string is entered as a gemini address.
2021-04-25 16:12:49 +02:00
cage
c5ccfa2d26
- [gemini] omitted default port when building URI.
2021-04-24 16:12:14 +02:00
cage
a2e9016bf7
- used 'mkstemps' intead of 'mkstemp' as the latter does not supports
...
suffix and the temporary keeps the same names.
2021-04-23 21:25:28 +02:00
cage
be6f2a9551
- fixed end position for 'visible-rows'
2021-04-21 16:36:45 +02:00
cage
02894dcc64
- optimized module 'rewrite-message-urls.lisp'.
2021-04-21 16:29:50 +02:00
cage
0cd1f77c7f
- fixed rendering of text: all text is now rearranged to fit the
...
window.
2021-04-20 20:28:04 +02:00
cage
d9ebbe84ab
- quote meta characters when matching for RE, searching for a common prefix from a bag of strings.
2021-04-16 18:34:27 +02:00
cage
7c9a8e3ee2
- [gemini] allowed to connect to host using ip address instead of hostname.
2021-04-16 15:03:58 +02:00
cage
90bad8b21c
- fixed 'make-gemini-iri', was building wrong IRI with ipv6 address as host.
2021-04-16 14:44:22 +02:00
cage
32e1394422
- trimmed square brackets from ip literal when parsing an IRI.
2021-04-16 14:15:41 +02:00
cage
1b3efc62f6
- [gemini] prevented trimming of preformatted gemtext line.
2021-04-16 14:05:42 +02:00
cage
a9ce526dce
- added 'remove-corrupting-utf8-chars' to clean up rendered text from trouble characters.
2021-04-13 18:32:48 +02:00
cage
a4630f08af
-[gemtext] added metadata for list and link lines.
2021-04-13 17:29:25 +02:00
cage
a91ec4c7ae
-[gemtext] added metadata to header lines;
...
- fixed processing of follow requests.
2021-04-13 17:02:30 +02:00
cage
15bbb49d5e
- [gemini] added feature to toggle preformatted block on/off;
...
- [gemini] trimmed alt-text;
- reworded some functions.
2021-04-11 15:19:45 +02:00
cage
84a8029c9a
- specialized message-window' to skip invisible rows.
2021-04-11 11:06:39 +02:00
cage
76c8296aa4
- reorganized generic function.
2021-04-11 10:26:48 +02:00
cage
83356eed20
- exit from the program, without launching the debugger, when the
...
configuration module was not found but notify a warning if the
module was not essential (like when loaded from the command line
using switch "-M").
2021-04-10 21:14:20 +02:00
cage
540dea6825
- [gemini] ensured tail call when downloading a non-text file.
2021-04-10 19:15:06 +02:00
cage
dd79fbb00c
- fixed RE in 'open-attach-window:get-extension';
...
- fixed bug that prevented to open an attachment from cached file.
2021-04-10 14:42:16 +02:00
cage
6786d48f6d
- rewritten rendering of text in message window
...
i got rid of slot support-text in message-window, so that class does
not maintain a state.
- changed behaivour of split-line
(split-line (format nil "~2%")) ; => ("" "")
That is an emtpy line is returned as empty string and not skipped
Thanks to people from IRC and cl-ppcre maintainer for help!
- [breaking changes] changed 'hooks:*before-prepare-for-rendering-message*
with 'hooks:*before-rendering-message-text*.
2021-04-10 13:52:56 +02:00
cage
ddb74a600f
- [gemini] tag preformatted text lines with metadata (group-id and alt text).
2021-04-08 16:32:34 +02:00
cage
ca2ace2551
- discouraged use of slot 'rows' for 'row-oriented-widget', used API instead.
2021-04-08 15:13:31 +02:00
cage
149c6931f2
- [gemini] removed unused arg from 'refresh-gemini-message-window'.
2021-04-07 15:23:15 +02:00
cage
3ca18e1fd9
- fixed searching in links or gemini pages: searching starts from the first row.
2021-04-06 19:59:58 +02:00
cage
f6556fd4ff
- fixed search in message window.
...
If more than one occurence of the matched string was present (in the
same line) drawing the last will overwrite the others.
2021-04-06 18:27:47 +02:00
cage
816a04812d
- fixed search in message-window;
...
- there was a lot of problems related to type of an element of
'rows', they must be always a complex string
- moreover there was an incorrect positioning of the matching string
when character with column width >1 was present before the
string compatible with the regex.
2021-04-05 18:10:14 +02:00
cage
9572f2a917
- changed 'source-text' to 'support-text'.
2021-04-05 17:33:16 +02:00
cage
97a0c10aa9
- removed debug message.
2021-04-05 16:29:19 +02:00
cage
a0d566fb71
- fixed 'refresh-gemini-message-window', was always appending contents.
2021-04-05 16:28:52 +02:00
cage
fc1aa5f1e6
- simplified 'refresh-gemini-message-window'.
2021-04-05 15:48:30 +02:00
cage
eefb64eb8e
- [gemini] fixed gemini text parser.
2021-04-05 15:37:59 +02:00
cage
eaf23afb58
- [gemini] fixed rendering of quoted lines;
...
- [gemini] do not set, always append, source text when refreshing a gemini window.
2021-04-05 14:47:57 +02:00
cage
fac77297e8
- [gemini] started coloring preformatted block.
2021-04-05 12:01:30 +02:00
cage
9e3269576d
- [gemini] improved rendering of quoted text.
2021-04-03 15:03:24 +02:00
cage
d7f074aa34
- [gemini] percent encoded paths when exploring local filesystems.
2021-04-03 13:04:40 +02:00
cage
f1c8ec0ec1
- fixed crash when 'contains-clsr' is called
...
This function called cl-ppcre:create-scanner but if the argument to
this function can not be interpreted as a valid regex (e.g "["), an
error is signalled.
This error is now captured and the string passed to 'create-scanner'
is used as a mere sequence not a regular expression.
- [gemini] fixed bug that prevented a page to be reloaded;
- [gemini] use cache, if possible, when opening a gemini url.
2021-04-03 11:14:58 +02:00
cage
6690a1b6f7
- fixed, again fs:dirp;
...
- fixed iri parser (parses correctly IRI like mailto:...).
2021-04-01 20:33:29 +02:00
cage
61c39b6c62
- moved to an internal wrapping of 'mkstemp' to allow extensions in filename;
...
- [gemini] rendering all stream with MIME type "text/*" with this program.
2021-04-01 17:08:42 +02:00
cage
ef3724e986
- fixed 'uri:normalize-path';
...
- [gemini] cleaned paths when exploring local tree.
2021-03-28 16:43:21 +02:00
cage
02ea992ca8
- [gemini] expand 'pwd' when printing the directory's contents;
...
- [gemini] forced displaying of director with tinmop.
2021-03-28 15:00:00 +02:00
cage
ad21da5957
- cleaned a bit reults of 'prepend-pwd'.
2021-03-28 14:42:19 +02:00
cage
8b50eec3be
- [gemini] allowed exploring directory using relative path;
...
- [gemini] allowed opening a file using tinmop itself (example:
opening a gemini text file);
- added a more hi-level function to open a file with an external program.
- this function takes into account the file that should be opened
with tinmop and uses 'xdg-open' as fallback if the user did not
specified an association program file-type.
2021-03-28 14:33:56 +02:00
cage
ff99cd50b6
- [gemini] allowed opening local folder using 'ui:open-gemini-address'.
2021-03-27 11:01:36 +01:00
cage
9dd77c549d
- [gemini] allowed going back in history also when exploring a local filesystem.
2021-03-27 10:59:10 +01:00
cage
87377914a3
- [gemini] added a symbol to mark a directory when exploring local filesystem.
2021-03-27 10:37:05 +01:00
cage
6a82f892a1
- [gemini] added feature: open local directory.
2021-03-27 10:21:33 +01:00
cage
57776623aa
- allowed, again, nil value for some message window data when loading a gemini resource.
2021-03-27 09:41:44 +01:00
cage
16c131e952
- used 'load-gemini-url', when possible, to avoid duplication.
2021-03-27 09:33:55 +01:00
cage
db34a2f958
- [gemini] added feature: loading local gemini files from command line (switch: '-o').
2021-03-27 09:19:13 +01:00
cage
029acbe186
- removed empty line.
2021-03-24 16:26:26 +01:00
cage
d92c103c43
- [gemini] when resolving host try UTF8 encoded name first and punycoded last.
2021-03-24 16:12:32 +01:00
cage
11fa85ad79
- fixed test for deciding if a pair timeline/folder must be renumbered.
2021-03-21 14:36:47 +01:00
cage
6228858e79
- skipped threads group (pair timeline and folder) that has not
...
statuses marked to be deleted when sorting all statuses before
quitting the program. Hopefully this is the last change needed to
remove long waiting times before program process terminate,
returning to the shell.
2021-03-20 20:27:13 +01:00
cage
17bb9f5f15
- fixed 'percent-encoded-p'.
2021-03-15 19:48:02 +01:00
cage
0c2398c184
- fixed hex digit parsing from iri parser;
...
- added more debugging messages;
- fixed formatting.
2021-03-15 19:28:07 +01:00
cage
b3c3d8a232
- prevented crash when removing two (or more) statuses that reblogged the same status.
...
When more than one statuses points to the same reblogged status and
more the one of the formers is deleted the first deletion will remove
the reblogged status as well and the second will try to remove the
same (already removed from db) status. This makes the program crash.
2021-03-15 18:33:16 +01:00
cage
4d2ac3a751
- fixed chat api;
...
- fixed regression, loading scripts works again.
2021-03-14 13:26:06 +01:00
cage
b1eb1a2664
- changed wrong parameter's name: 'limits' -> 'limit'.
2021-03-14 11:04:20 +01:00
cage
f03880a7cf
- used version 2 for get chats.
2021-03-13 20:50:04 +01:00
cage
81e5c3eba1
- changed the way a message is deleted: when deleting a reblogging
...
message delete the reblogged message as well.
This way quit should be faster as the folder ".reblogged" can not
grows without limit anymore.
2021-03-13 18:46:01 +01:00
cage
f0bc12c435
- made explicit the folder for parent (reblogged) messages.
2021-03-13 13:20:32 +01:00
cage
c621f9f25c
- fixed docstring.
2021-03-13 13:19:46 +01:00
cage
b73f982408
- reverted method of rendering of text in message window to a
...
line-based one.
The old method that packed text got from gemini stream in single event
was ugly and blocked the UI.
This version revert to a line by line rendering but it is optimized
and does not gets slow with the size of the text the window holds.
2021-03-09 11:32:09 +01:00
cage
8b99548e6e
- made nicer the error message when a directive is missing from configuration file.
2021-03-09 10:19:01 +01:00
cage
8230056152
- [gemini] made fetching of favicon opt-in
...
by default tinmop will not fetch favicon.txt anymore, this feature
must be enabled by user using a configuration directive.
2021-02-21 12:23:01 +01:00
cage
04ca1d14c1
- fixed crash when starting the program without a configuration file.
2021-02-20 18:28:49 +01:00
cage
cc146a652c
- changed ':draw-border' to ':border' to track the new croatoan API.
2021-02-19 17:38:39 +01:00
cage
ae178546b9
- added version 2 of get chat list endpoint.
2021-02-19 16:34:38 +01:00
cage
7b3a97a3ec
- fixed append.
2021-02-18 20:03:34 +01:00
cage
bb53d98f4c
- improved a bit rendering of text in message window.
2021-02-18 19:43:27 +01:00
cage
121eaed346
- reverting order of packaging.
2021-02-13 19:35:24 +01:00
cage
8f0f4af090
- moving tiu-utils symbols before software-configuration.
2021-02-13 19:15:01 +01:00
cage
8f757b563b
- allowed users (via caonfiguration directive) to use (or not) cache when opening a link with a custom program.
2021-02-13 12:37:37 +01:00
cage
bc3e7685a7
- prevented crash when a program to open a link is not found.
2021-02-11 15:27:58 +01:00
cage
07d04f760a
- [gemini] complete URL on command line matching substring in any position, not only at the start of the URL.
2021-02-10 20:34:08 +01:00
cage
7eea02992c
- respected arguments of a program when opening a link.
2021-02-10 18:02:06 +01:00
cage
3df833b248
- added configuration directive to use a specific program to open a
...
link (e.g. open all mp3 files with program mpv).
2021-02-10 17:43:40 +01:00
cage
cc82ceff02
- [gemini] removed useless 'unwind-protect' (and simplified code) from 'gemini-client:request'.
2021-02-09 20:15:57 +01:00
cage
ae82420cfe
- [gemini] in gemini-client:request-dispatch signal a condition
...
('not-implemented-error') instead of doing nothing when a response
in not handled (i.e. no function for that response type exists).
2021-02-09 19:32:48 +01:00
cage
4f4a3f4476
- [gemini] ensured 'gemini-viewer:request' respects the 'enqueue'
...
argument when making recursive call to itself.
2021-02-07 13:50:52 +01:00
cage
dc9e23e3c0
- [gemini] rewritten gemini-viewer:request using gemini-client:request-dispatch machinery;
...
hopefully this should made the function easier to read (by human) and extend.
2021-02-07 13:50:52 +01:00
cage
08c803bfba
- replaced local function 'fetch-cached-certificate' with a global one.
2021-02-07 13:50:52 +01:00
cage
e32358c6d5
- replaced local function with a global one.
2021-02-07 13:50:52 +01:00
cage
6a1ea415f7
- [gemini]
...
- added some messages to debug protocol;
- asking for query event got minimum priority to prevent being
hidden by informational messages on the command line (e.g the
message that inform the user that the client is going back in
history);
- always stream contents that are repsonses to a query;
- added gemini-client:request-dispatch and rewritten
gemini-client:slurp-gemini-url based on the former.
2021-02-07 13:50:40 +01:00
cage
986ea84313
- added hook '*after-saving-message*.
2021-02-06 12:29:31 +01:00
cage
1c6defddf1
- fixed indentation of 'gemini-viewer:request'.
2021-02-02 20:58:23 +01:00
cage
d0a9b6583a
- [gemini] encoded the input string before making the request.
2021-02-02 20:57:30 +01:00
cage
b37c590265
- prevented crash when sending message to command did not worked.
...
Printing error to command line instead.
2021-02-02 20:44:18 +01:00
cage
0fc46fa1b5
- removed dependency from libidn2
...
punycode encoding comes from an internal implementation istead of
using an C library.
2021-01-31 13:08:34 +01:00
cage
52393e2a5e
- [gemini] fixed canceling subscription to gemlogs.
2021-01-28 16:14:00 +01:00
cage
17401274b5
- [gemini] added support for favicon.txt
...
the implementation more or less follow
gemini://mozz.us/files/rfc_gemini_favicon.gmi but it does render the
first character of the file instead of checking for emoji
characters.
2021-01-28 15:35:26 +01:00
cage
c66a71881e
- made input command history less messy
...
- adding a sequence of n equals entries count as one (no duplicate
entries on top of the history);
- removed duplicate for gemini history URL.
2021-01-27 20:31:18 +01:00
cage
1710ac5b48
- added feature to allow users ro configure symbols rendered for each toot visibility level in main window.
2021-01-24 16:15:42 +01:00
cage
c75efe0638
- prevented crash truncating the scaled width of tags window.
2021-01-24 14:53:43 +01:00
cage
3daf205dd8
- prevented non rendering of 'new-message' character in tags window.
2021-01-24 14:46:13 +01:00
cage
aae3aed7d4
- made 'text-utils:strim-blanks' returns nil and not "NIL" when input is null;
...
- [gemini] trim whitespaces from link name.
2021-01-24 12:20:18 +01:00
cage
1f0cc71884
- [gemini] shown selected row in gemlog subscription window.
2021-01-24 11:48:25 +01:00
cage
ecec01f285
- [gemini] made slurp-gemini-url works with redirect;
...
- [gemini] made some refactoring for building redirect IRIs.
2021-01-23 16:25:37 +01:00
cage
3962af0256
- changed db-nil-p
...
this function was transforming "no" and even 0.0 (floating point number) to nil.
That behaivour was incorrect for numbers and probably not desiderable
for the string no (in fact poll with "No" option was not rendered
beacause of this fact).
Removed conversion for non- integer numbers and prevented conversion
from some kind of non empty string (like "nil" or "no") via a key
argument.
2021-01-23 15:40:51 +01:00
cage
6356331408
- [gemini] fixed purging and refreshing posts from subscribed gemlog
...
- changing deleting of posts references to logical deleting
(i.e. setting a boolean column to true);
- fixed time threshold for purging (must be a negative integer).
2021-01-18 20:16:47 +01:00
cage
0fe939ea1d
- shown a message when user's searching for commands retuns no results.
...
- updated italian translation
- improved a bit a signle docstring
2021-01-17 20:37:26 +01:00
cage
848ed6a043
- [gemini] fixed test for checking valid cached value for
...
certificate/key pair.
The function to find a cached certificate/key or create a new pair
retuns a multiple value.
I was using multiple-value-list for getting the pairs certificate/key
from said functions. Then i was checking the results of
'multiple-value-list' for null values to get the non correct pair, but
that expression never return nil (was returning '(nil) instead).
This was breaking the client autentication.
2021-01-17 19:13:33 +01:00
cage
8e58698bfa
- added some more tests for checking missing values from configuration files.
2021-01-16 13:17:15 +01:00
cage
f4ec44adc1
- added some more human friendly error messages.
2021-01-16 11:29:39 +01:00
cage
382c61818d
- create an empty config file if the user did not provided oopne, instread of printing an error and exit.
2021-01-13 17:28:23 +01:00
cage
72254f981a
- prevented authorization of client if no server nameahs been provided
...
by the user in the config file.
2021-01-12 20:31:44 +01:00
cage
766367369c
- added scheduling of purging of old gemlog's posts;
...
- updated italian translation.
2021-01-11 19:36:43 +01:00
cage
ad33ca61df
- [gemini] prevent gemlog window to lose focus when a gemlog is selected.
...
- made gemlog window close when focus passes to thread window.
2021-01-11 19:14:53 +01:00
cage
8aa7e223a3
- [gemini] mark post as read when opening the corresponding link.
2021-01-11 19:00:00 +01:00
cage
db3b014bb8
- [gemini] fixed reendering of 'seen' flag for gemini post;
...
- fixed italian translation.
2021-01-11 18:57:01 +01:00
cage
7f5a21c9ed
- [gemini] ensure link opened is saved in history.
2021-01-11 18:21:38 +01:00
cage
44b6c62e44
- [gemini]
...
- added command to refresh all gemlogs;
- added scheduled refresh of all gemlogs;
- fixed sorting of gemlog posts.
2021-01-10 13:01:03 +01:00
cage
f09b0f4aa3
- [gemini]
...
- prevent crash when subscribing to an already subscribed gemlog;
- added cancel of subscriptions.
2021-01-10 11:35:28 +01:00
cage
0cb5ef9c29
- used pkg-config in the libidn2 grovel file (thanks to yumh!).
2021-01-09 19:38:58 +01:00
cage
eac0b7b5a7
- fixed message.
2021-01-09 16:28:59 +01:00
cage
a0f8c83681
- [gemini] added a draft for gemlog subscriptions.
2021-01-09 16:27:40 +01:00
cage
f6c02041ef
- [gemini] added subscription command to gemlog.
2021-01-09 11:01:10 +01:00
cage
7e32091b6f
- [gemini]
...
Started with gemlog subscription, added database table and interface
and subscribing API.
2021-01-08 18:21:43 +01:00
cage
ade19e76c5
- rendered visibility of a status when printed on the main window;
...
- tested with latest croatoan: no problem so far.
2021-01-06 11:42:23 +01:00
cage
e9b7a45214
- removed IDN2_NO_ALABEL_ROUNDTRIP from grovel file for libidn2 (see previous commit message).
2021-01-03 20:24:28 +01:00
cage
ad10c2517d
- removed IDN2_ALABEL_ROUNDTRIP_FAILED from grovel file for libidn2
...
This value has been added lately to the C library and some system
(reportedly: Debian Buster) ships an old version of the library
without this enumeration's value.
I am commenting out the code, preventing grovel to process it for now.
2021-01-03 19:29:16 +01:00
cage
edd1aba2fe
-[gemini] added urls to history if document is loaded from cached content too.
2021-01-03 11:28:54 +01:00
cage
b846dff5ba
- fixed hooks for remapping links in gemini window.
2021-01-02 18:06:20 +01:00
cage
62bd4ac19f
- do not repeat a search if no search has been performed before.
2021-01-02 11:29:46 +01:00
cage
0e2e883d1a
- added hook to all links displaying windows.
2020-12-31 19:18:21 +01:00
cage
55667c2511
- reverse link order in window.
2020-12-31 16:06:19 +01:00
cage
a3c2550ff4
- Added a command line switch to load a module.
...
- fixed 'run-hook-compose'.
2020-12-31 15:36:10 +01:00
cage
8dae8ddac2
- added 'run-hook-compose';
...
- added a module to rewrite URLs.
2020-12-31 14:58:40 +01:00
cage
b8d7af915c
- made scheduled updating of chat messages happening only when a chat
...
window is shown
This changes should make the program more responsive when scrolling
the text of the main window.
2020-12-31 11:54:40 +01:00
cage
e9e4071132
- moved function.
2020-12-31 11:38:37 +01:00
cage
3245239eee
- added a profiling macro;
...
- added function to stop event dispatching.
2020-12-31 11:36:34 +01:00
cage
e87fc07e25
- allow repeat search on links window's items.
2020-12-30 12:38:31 +01:00
cage
abec6a9322
- added a command to send data to an external program.
2020-12-30 12:24:13 +01:00
cage
7a98df4a5a
- [gemini] fix split when separator is at the end of a path.
2020-12-29 20:36:42 +01:00
cage
9876213933
- using a cache for username completion.
2020-12-29 19:14:18 +01:00
cage
aa24c49753
- changed default completion function to "no completion".
2020-12-29 18:39:45 +01:00
cage
77b7188581
- added command to repeat the last text search.
2020-12-29 13:01:59 +01:00
cage
94a8e29f84
- [gemini] added a command to refresh a page;
...
- refactoring some code to add the above command.
2020-12-29 12:36:22 +01:00
cage
f0b6a00d6b
- improved 'percent-decoded-p'.
2020-12-28 17:33:35 +01:00
cage
fb83d673f9
- reorganized modules and scripts directories;
...
- removed spurious NIL when writing a message.
2020-12-28 15:37:13 +01:00
cage
3549f9cd03
- added missing call to format.
2020-12-28 15:21:53 +01:00
cage
5151fbe4a2
- [gemini] allow percent encoding of query, path and fragment only if not already encoded.
2020-12-28 12:40:47 +01:00
cage
6c590dbf1a
- fixed welcomebot and moved to a new directory "scripts";
...
Also export some symbols that this script uses, from others packages.
2020-12-28 12:12:23 +01:00
cage
47fa796bc6
- added a module to share a gemini page on pleroma.
2020-12-27 14:51:59 +01:00
cage
40a46d584e
- fixed false positive for new message on subscribed tags.
2020-12-26 20:11:40 +01:00
cage
928fc1ee7d
- removed warning for missing constants in grovel file.
2020-12-25 20:32:31 +01:00
cage
e32e025d10
- [gemini] percent encoding path query and fragment before perfoming the request.
2020-12-25 18:24:12 +01:00
cage
9fd958d12b
- fixed IRI and URI parser;
...
- taken into account fragment of IRI;
- added more IRI and URI test;
- passes all the client tests.
2020-12-25 18:23:32 +01:00
cage
d0c9ea0d70
- fixed swappend functions (unfollow -> follow).
2020-12-21 14:59:30 +01:00
cage
7b957adfcf
- [gemini] fixed bug that prevented visit the same link more than once.
2020-12-21 14:35:59 +01:00
cage
ba4577d223
- improved following/unfollowing users
...
previously only user that had an entry in the program local database
could be followed or unfollowed.
With this changes the software perform a name lookup in the client
and follow the first user found that match searched username.
2020-12-21 12:11:15 +01:00
cage
c9d9559f1a
- changed 'uri' to 'iri' where does makes sense to me.
2020-12-17 13:56:07 +01:00
cage
bafa0c596b
- [gemini] fixed bugs that prevented the same IRI to be opened multiple-time.
2020-12-17 13:12:16 +01:00
cage
2138021412
- [gemini] switched from URI to IRI;
...
- fixed wrong slot symbol.
2020-12-14 13:58:28 +01:00
cage
c0abc807d1
- specialize 'normalize-path' on iri;
...
- changed package name: uri-parser -> uri.
2020-12-13 16:27:22 +01:00
cage
62394d319a
- removed 'uri-' prefix from 'uri' slots names.
2020-12-13 15:29:04 +01:00
cage
13fdc439a8
- added IRI parser.
2020-12-13 15:27:55 +01:00
cage
5f8c9d422e
- added minimal wrapping of libidn2;
...
- added library checks (libidn2 and libssl) to configure scripts;
- removed commented reference to quri.
2020-12-12 14:49:31 +01:00
cage
4bd55eac50
- fixed segmentation fault whit FFI code (x509 certificate dump).
2020-12-09 10:44:04 +01:00
cage
cf90c07c4e
- quit the program if user choose to keeps statuses marked for deletion.
2020-12-08 19:05:04 +01:00
cage
fe16fc7c1c
- exposed to the UI 'refresh-chats';
...
- fixed type in 'follow-request-window' slot;
- fixed docstring.
2020-12-08 11:31:21 +01:00
cage
51d414d053
- fixed slot types declaration to allow compilation with newer SBCL.
2020-12-07 15:17:18 +01:00
cage
e412b5905a
- fixed reply
...
when replying to a boosted message use the original author as sender, not the person that made the boost.
2020-11-07 15:57:45 +01:00
cage
1c1c94a56a
- [gemini] prevent overwriting of TOFU warning by other messages.
2020-11-01 18:01:32 +01:00
cage
664e8212ce
- replaced quri with an internal parser;
...
- [gemini] the client passes the torture test again;
- fixed event test.
2020-10-25 19:58:05 +01:00
cage
1ef820062a
- removed debug code.
2020-10-24 14:23:13 +02:00
cage
9adf79a65b
- [gemini] fixed a regression, display again source of a gemini file.
2020-10-24 14:22:09 +02:00
cage
a8b5524fcb
- [gemini] use named parameter in recursive requests.
2020-10-24 14:05:27 +02:00
cage
269a08718c
- [gemini] implemented a draft of a client authentication (via TLS certificates).
2020-10-23 20:57:17 +02:00
cage
0fd83f7745
Merge branch 'master' into gemini-client-cert
2020-10-11 18:58:52 +02:00
cage
979fb9a068
- [gemini] [bugfix] clear page when rendering starts after a gemini
...
page's download is completed.
When a page is fully downloaded before the rendering is started an
event is triggered to 'compact' all the rendering events (a
rendering of a single line of the gemini file) in a single event
that renders the rest of the page.
If this 'bulk' rendering was started without a rendering of a single
line occurred the information about clearing the rendering window
(before render the text) was not took into account. This patch adds
the check for this information.
2020-10-11 18:51:55 +02:00
cage
497efa6a92
- [gemini] starting using certificates;
...
- removed hardcoded 'xdg-open' binary name.
2020-10-11 18:22:07 +02:00
cage
a1be604bc4
- removed debug code.
2020-10-06 20:17:30 +02:00
cage
911c80dc25
- [gemini] remove a bottleneck when download of a gemini page is completed;
...
Instead of process multiple event with a single line to render
compact all the lines in a single event and, then, process it.
2020-10-06 19:15:23 +02:00
cage
0274841672
- added searching in command's help.
2020-10-03 21:08:55 +02:00
cage
a54e05a05f
- added the possibility to search inside a widows that contains a collection of links.
2020-10-03 16:58:02 +02:00
cage
d5f0121923
- fixed keymap of messages window when switching focus or opening a toot.
2020-10-02 18:26:59 +02:00
cage
5feb137128
- actually use the compiled regex-scanner when seraching text in the
...
message window;
- increased refresh frequency;
- removed author name from NEWS.org.
2020-10-02 15:54:54 +02:00
cage
0f1587bf14
- [gemini] removed waiting for rendering of a page before going back in browsing history.
2020-10-01 16:48:59 +02:00
cage
ce61ab6537
- [gemini] fixed the stopping of rendering the old page when a new
...
link is opened;
- [gemini] added 'gemini-abort-all-downloading-event', used when quitting.
2020-10-01 16:41:24 +02:00
cage
02ce8fd187
- [gemini] remove all pending rendering events when quitting.
2020-09-30 18:24:58 +02:00
cage
f1a0715c2b
- [gemini] remove from the event queue all the lines got from a gemtext download
...
when aborting a download.
2020-09-30 16:36:34 +02:00
cage
4bbb0184e1
- removed nethod to delete notifications using old API
...
new version of pleroma implements the same API as mastodon 3.x
- fixed command line switch to get notification for mentions.
2020-09-27 18:19:26 +02:00
cage
1bf02d1fda
- prevented crash when updating mentions
...
The 'status' slot in a 'mention' object can be nil, in this case
expand the tree does not makes sense and should be avoided.
2020-09-26 20:39:04 +02:00
cage
2f13acdc7f
- add mentions only is not empty or nil, previous check just tested for null.
2020-09-26 12:50:02 +02:00
cage
dee8b18b9c
- added mention only if non-nil (when sending a status).
2020-09-24 20:49:18 +02:00
cage
9895f2ef98
- fixed 'stack-raise-to-top'
...
Swapping the position of the window to be raised with the head of
the was a bad idea. Sometimes a windows could go behind the
omnipresent windows (messages, thread etc.) and never shown (as
covered by the others).
2020-09-19 19:13:45 +02:00
cage
b10ba55932
- fixed indentation.
2020-09-18 22:27:11 +02:00
cage
13cb2e810e
- lowered permancence of notification when updating timelines;
...
- fixed managing of editor arguments.
2020-09-18 21:43:13 +02:00
cage
fd53ec036d
- Added optional mentions before sending a message.
2020-09-18 16:32:04 +02:00
cage
c0c0134972
- fixed indentation.
2020-09-18 15:55:22 +02:00
cage
d6bc8da305
- fixed repeating of an already repeated message.
2020-09-14 20:52:19 +02:00
cage
d08f4a67d1
- [gemini] fixed command: back in history.
2020-09-12 14:35:54 +02:00
cage
99977af671
- added exit handler to clean temporary files.
2020-09-12 11:16:15 +02:00
cage
0cfdb8844e
- [gemini] ensure just a single gemini file is in rendering state at
...
the same time;
- [gemini] add a newline to data before parsing a gemini file only
when needed (thre is no one at the end);
- commented and improved some regular expressions for coloring.
2020-09-12 10:23:26 +02:00
cage
f6744dad4a
- [gemini] clear the streams window before redrawing when refreshing the window's contents.
2020-09-11 15:40:25 +02:00
cage
5ad0a67195
- [gemini] feature added: start downloading a gemini file in background
...
(i.e. without rendering on the window);
- removed explicit package name 'specials' in ui-goodies.lisp.
2020-09-11 15:18:59 +02:00
cage
0e09efca2c
- fixed chat list windows items.
2020-09-10 20:21:07 +02:00
cage
52f550df5e
- added feature create new chat;
...
- fixed crash when selecting a chat with no messages.
2020-09-10 17:50:22 +02:00
cage
c26ca88e60
- changed position and (configurable) colors for chat window;
...
- added feature: change chat labels.
2020-09-09 21:13:57 +02:00
cage
6b0e7c1f73
- prevent printing of chat messages from ignored users.
2020-09-07 20:28:06 +02:00
cage
2d66bdd63d
- added chat attachments browsing window.
2020-09-06 20:17:34 +02:00
cage
f135292e53
- basics chats works.
2020-09-06 17:28:16 +02:00
cage
49880b986d
- given focus to message window when a chat is opened;
...
- scroll to end of chat when new message arrived.
2020-09-06 16:37:57 +02:00
cage
b2b3e65431
- posting on chats works;
...
- fixed ordering in db:all-chat-messages (message-id was not a valid
column name);
- added scheduled events;
- minor changes in labels.
2020-09-06 14:42:16 +02:00
cage
c5118d46a6
- changed GPL comment headers.
2020-09-06 11:32:08 +02:00
cage
a129f14834
- fixed vertical position of line mark in message window.
2020-09-06 11:25:23 +02:00
cage
6135cc5c02
- fixed 'line-oriented-window:row-move' must return always a number
...
(0), not nil, when no movement occurs;
- fixed vertical scrolling boundaries of messages window.
2020-09-06 11:18:49 +02:00
cage
5721bb411c
- minor cleaning.
2020-09-05 17:10:55 +02:00
cage
75d81ec708
- chats can be fetched, via UI, and printed on window.
2020-09-05 17:02:00 +02:00
cage
4046f516f8
- [pleroma-API] added 'fetch-chat-message.
2020-09-02 17:17:16 +02:00
cage
9902d3d430
- added tables for chats;
...
- fixed some slot names for chat entities.
2020-09-02 17:02:52 +02:00
cage
91145e7f37
- [pleroma-API] added a few function to use chats.
2020-09-02 16:30:13 +02:00
cage
f7d025ea2a
- [gemini] added a window to manage all the gemini streams opened.
2020-08-30 15:38:05 +02:00
cage
1c3a3d9bff
- [gemini] starting download thread in ':rendering' status.
2020-08-29 11:13:29 +02:00
cage
4941c21d94
- [gemini] added slot 'status-stream'.
...
This will allow to enqueue multiple documents download.
2020-08-29 10:53:52 +02:00
cage
940525a6fe
- added vertical top padding for 'line-oriented-window'.
...
This means also that the gemini links window will render the link
name on top of the link uri.
2020-08-28 17:52:00 +02:00