1
0
Fork 0

- logging changes.

This commit is contained in:
cage 2020-06-11 17:44:27 +02:00
parent 964307a20d
commit f9bd21ddb5
2 changed files with 31 additions and 0 deletions

View File

@ -1,3 +1,25 @@
2020-06-11 cage
* etc/shared.conf
* src/api-client.lisp
* src/db.lisp
* src/package.lisp
* src/program-events.lisp
* src/software-configuration.lisp
* src/ui-goodies.lisp
- fixed skipping of ignored users
When a set of downloaded statuses contains one or more status from
an ignored user restarts the download process again starting from the
last (or first, if going backward) downloaded status (ordered by ID).
This way we could skip over a bunch of ignored status.
The number of download restarting iteration is limited to 3
- added a configuration directive to ignore usernames that match a
regular exception.
2020-06-07 cage
* configure
* src/ui-goodies.lisp

View File

@ -1,3 +1,12 @@
* 2020-06-11
- The software try to skips over statuses authored from an ignored user
- in the configuration file the directive
+ ~ignore-user-regexp~ can be used in the configuration file to
ignore users; the value of this variable should be a regular
expression that should matches the username, if a match occurs
the user is ignored.
* 2020-06-07
- version 0.0.4