cage
0890841f2c
- fixed NEWS.org.
2020-12-30 20:27:08 +01:00
cage
05f19fd5c4
- updated version;
...
- updated NEWS.org.
2020-12-30 12:50:40 +01:00
cage
97d4836762
- tracking changes.
2020-12-30 12:45:26 +01:00
cage
e87fc07e25
- allow repeat search on links window's items.
2020-12-30 12:38:31 +01:00
cage
8f27170435
- updated italian translation.
2020-12-30 12:27:43 +01:00
cage
abec6a9322
- added a command to send data to an external program.
2020-12-30 12:24:13 +01:00
cage
f33fcf1218
- added reference to cl-str.
2020-12-29 20:50:10 +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
500927b390
- added mention to the person that helped to spot a bug.
2020-12-29 15:28:28 +01:00
cage
690a646973
- fixed NEWS.org.
2020-12-29 14:27:47 +01:00
cage
3739a75763
- updated version.
2020-12-29 14:21:28 +01:00
cage
edeb7a3857
- updated docs.
2020-12-29 14:19:08 +01:00
cage
d59908f9b1
- tracking changes.
2020-12-29 13:54:02 +01:00
cage
7515e60d6c
- added command to scroll main window using 'newline' key.
2020-12-29 13:41:13 +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
05e2f0164e
- updated italian translation.
2020-12-27 14:55:39 +01:00
cage
47fa796bc6
- added a module to share a gemini page on pleroma.
2020-12-27 14:51:59 +01:00
cage
2c634db6a2
- moved welcomebot script in the right directory when installed.
2020-12-27 13:53:52 +01:00
cage
482fa3079e
- used a parameter for the welcome message.
2020-12-27 13:22:25 +01:00
cage
8f1f60b409
- udated manpage.
2020-12-27 13:19:32 +01:00
cage
5215a13437
- tracking changes.
2020-12-26 20:14:48 +01:00
cage
40a46d584e
- fixed false positive for new message on subscribed tags.
2020-12-26 20:11:40 +01:00
cage
c7b706a773
- added a script for a welcome bot.
2020-12-26 16:11:05 +01:00
cage
dfc198f933
- tracking changes.
2020-12-26 15:31:23 +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
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