Update ChangeLog and Documentation

This commit is contained in:
2020-04-15 14:44:11 +02:00
parent e71f1de7dc
commit 954b4972a9
4 changed files with 87 additions and 18 deletions

View File

@@ -1,12 +1,23 @@
v0.5 (25/05/2017)
v0.5 (15/04/2020)
** User **
Add --dry-run (-D) argument
Add more rules for robot detection :
More than ten 404 pages viewed
No page and no Hit
Pages without hit
New format for (not_)viewed pages/hits and bandwidth that are now recorded by day (in a dictionnary were only element 0 is initialized). Element 0 is the total. WARNING : not backward compatible with previous databases.
Sync data with awstat (develop branch : 7.7+)
Make backup before compressing (low memory servers)
Add top_pages_diff plugin
Add IP exclusion feature
** Dev **
Use cPickle instead of pickle
Don't save all robots requests (only first pass is kept) which allow to save a large amount of memory/disk space
Add one more rule to robot detection : more than ten 404 pages viewed
Handle URLs with empty referer
Don't try to find search engine on robots
** Bugs **
Fix KeyError : geo attribute can not exists
Call post hook plugins even in display only mode
v0.4 (29/01/2017)
** User **