From 5215a13437b6d8547ee9e34e9fbed14dbaa54264 Mon Sep 17 00:00:00 2001 From: cage Date: Sat, 26 Dec 2020 20:14:48 +0100 Subject: [PATCH] - tracking changes. --- ChangeLog | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1cf2537..75cabe2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,23 +1,27 @@ -2020-12-25 cage +2020-12-26 cage - * src/grovel-idn.lisp: + * doc/welcome-bot.lisp + * src/db.lisp: - - removed warning for missing constants in grovel file. + - added a script for a welcome bot; + - fixed false positive for new message on subscribed tags. 2020-12-25 cage - * src/gemini/client.lisp: + * src/gemini-viewer.lisp, + * src/gemini/client.lisp, + * src/gemini/client.lisp: + * src/grovel-idn.lisp, + * src/iri-parser.lisp, + * src/tests/uri-tests.lisp, + * LICENSES.org, + * src/gemini/gemini-parser.lisp, + * src/tests/iri-tests.lisp, + * src/uri-parser.lisp: - [gemini] percent encoding path query and fragment before perfoming the request. - -2020-12-25 cage - - * LICENSES.org, src/gemini-viewer.lisp, src/gemini/client.lisp, - src/gemini/gemini-parser.lisp, src/iri-parser.lisp, - src/tests/iri-tests.lisp, src/tests/uri-tests.lisp, - src/uri-parser.lisp: - + - removed warning for missing constants in grovel file. - fixed IRI and URI parser; - taken into account fragment of IRI; - added more IRI and URI test;