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
43da313bd8
- updated italian translation.
2020-12-21 12:18:32 +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
ee5eb80d07
- removed installation of 'quri'.
2020-12-20 18:06:24 +01:00
cage
fef18b7c8d
- removed mentioning of manual installation of tooter from README.
2020-12-20 13:56:24 +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
2679d83457
- increased version;
...
- fixed typo.
2020-12-14 14:42:02 +01:00
cage
4a340c9fc8
- updated documentation.
2020-12-14 14:21:29 +01:00
cage
e420707439
- tracking changes.
2020-12-14 14:18:47 +01:00
cage
2138021412
- [gemini] switched from URI to IRI;
...
- fixed wrong slot symbol.
2020-12-14 13:58:28 +01:00
cage
549f364576
- fixed ssl checking in configure script (was given error when the library was actually found).
2020-12-13 20:56:27 +01:00
cage
806e28c5bd
- added mention of gcc and xgettext in README.
2020-12-13 16:30:26 +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
2205ab5152
- updated version.
2020-12-11 11:46:11 +01:00
cage
350bdd37fb
- tracking changes.
2020-12-11 11:42:01 +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
c2f4128e89
- increased version.
2020-11-01 18:05:07 +01:00
cage
9f7db1456b
- tracking changes.
2020-11-01 18:02:41 +01:00
cage
1c1c94a56a
- [gemini] prevent overwriting of TOFU warning by other messages.
2020-11-01 18:01:32 +01:00
cage
378ec7fb96
- updated NEWS.org.
2020-10-25 20:34:01 +01:00
cage
b057a1ca80
- removing quri from building script.
2020-10-25 20:32:31 +01:00
cage
2b59ef1157
- increased version.
2020-10-25 20:31:14 +01:00
cage
d77d3ad46b
- tracking changes.
2020-10-25 20:29:38 +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
df8d3221ec
- tracking changes.
2020-10-06 20:19:21 +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
53c0fb4fc5
- tracking changes.
2020-10-03 16:59:11 +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
2e48d63eb9
- increased version.
2020-10-02 15:57:08 +02:00
cage
6ab5730361
- tracking changes.
2020-10-02 15:55:47 +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