1
0
Fork 0

- tracking changes.

This commit is contained in:
cage 2020-12-26 20:14:48 +01:00
parent 40a46d584e
commit 5215a13437
1 changed files with 16 additions and 12 deletions

View File

@ -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;