]> git.ipfire.org Git - thirdparty/AWStats.git/log
thirdparty/AWStats.git
4 months agoMerge pull request #270 from cvuosalo/ipv6-fix develop
Laurent Destailleur [Tue, 18 Mar 2025 22:07:13 +0000 (23:07 +0100)] 
Merge pull request #270 from cvuosalo/ipv6-fix

Correct IPv6 host name for EL8 and EL9

4 months agoCorrect ipv6 host name for EL8 and EL9 270/head
Carl Vuosalo [Fri, 7 Mar 2025 22:28:30 +0000 (23:28 +0100)] 
Correct ipv6 host name for EL8 and EL9

6 months agoDoc
Laurent Destailleur (aka Eldy) [Mon, 6 Jan 2025 13:13:06 +0000 (14:13 +0100)] 
Doc

7 months agoPrepare 8.0
Laurent Destailleur (aka Eldy) [Tue, 10 Dec 2024 16:43:06 +0000 (17:43 +0100)] 
Prepare 8.0

7 months agoPrepare 8.0
Laurent Destailleur (aka Eldy) [Tue, 10 Dec 2024 16:41:41 +0000 (17:41 +0100)] 
Prepare 8.0

7 months agoFix build script
Laurent Destailleur (aka Eldy) [Tue, 10 Dec 2024 16:37:12 +0000 (17:37 +0100)] 
Fix build script

9 months agoMerge branch 'develop' of git@github.com:eldy/awstats.git into develop
Laurent Destailleur [Fri, 11 Oct 2024 11:10:53 +0000 (13:10 +0200)] 
Merge branch 'develop' of git@github.com:eldy/awstats.git into develop

9 months agoUpdate link
Laurent Destailleur [Fri, 11 Oct 2024 11:10:45 +0000 (13:10 +0200)] 
Update link

11 months agoBetter CSS
Laurent Destailleur [Thu, 8 Aug 2024 23:36:20 +0000 (01:36 +0200)] 
Better CSS

11 months agoBetter CSS
Laurent Destailleur [Thu, 8 Aug 2024 23:32:24 +0000 (01:32 +0200)] 
Better CSS

12 months agoMerge branch 'develop' of git@github.com:eldy/awstats.git into develop
Laurent Destailleur [Sun, 28 Jul 2024 13:42:15 +0000 (15:42 +0200)] 
Merge branch 'develop' of git@github.com:eldy/awstats.git into develop

12 months agoUpdate test files
Laurent Destailleur [Sun, 28 Jul 2024 13:42:06 +0000 (15:42 +0200)] 
Update test files

12 months agoMerge pull request #253 from dinkosotirov/develop
Laurent Destailleur [Sun, 28 Jul 2024 13:13:00 +0000 (15:13 +0200)] 
Merge pull request #253 from dinkosotirov/develop

Update robots.pm

12 months agoUpdate robots.pm 253/head
Dinko Sotirov [Wed, 17 Jul 2024 14:33:19 +0000 (17:33 +0300)] 
Update robots.pm

Fixes #248

13 months agoPrepare AWStats v8
Laurent Destailleur [Wed, 26 Jun 2024 11:16:45 +0000 (13:16 +0200)] 
Prepare AWStats v8

13 months agoPrepare version 8.0
Laurent Destailleur [Tue, 4 Jun 2024 11:08:06 +0000 (13:08 +0200)] 
Prepare version 8.0

13 months agoMerge branch 'develop' of git@github.com:eldy/awstats.git into develop
Laurent Destailleur [Tue, 4 Jun 2024 11:01:27 +0000 (13:01 +0200)] 
Merge branch 'develop' of git@github.com:eldy/awstats.git into develop

13 months agoCSS
Laurent Destailleur [Tue, 4 Jun 2024 11:01:20 +0000 (13:01 +0200)] 
CSS

14 months agoMerge pull request #240 from dcolter/develop
Laurent Destailleur [Tue, 28 May 2024 10:34:25 +0000 (12:34 +0200)] 
Merge pull request #240 from dcolter/develop

Update awstats_config.html

14 months agoMerge pull request #241 from PeterDaveHello/tw
Laurent Destailleur [Tue, 28 May 2024 10:33:59 +0000 (12:33 +0200)] 
Merge pull request #241 from PeterDaveHello/tw

Update Traditional Chinese translation and migrate it to UTF-8

14 months agoMerge pull request #247 from manuelm/gh246
Laurent Destailleur [Tue, 28 May 2024 10:33:28 +0000 (12:33 +0200)] 
Merge pull request #247 from manuelm/gh246

Sorting tree: Check if the key exists. Do not care about its value.

14 months agoMerge pull request #245 from bayaro/json
Laurent Destailleur [Tue, 28 May 2024 10:32:55 +0000 (12:32 +0200)] 
Merge pull request #245 from bayaro/json

+ allow processing logs in json

16 months agoUse https to website link
Laurent Destailleur [Sat, 9 Mar 2024 23:06:30 +0000 (00:06 +0100)] 
Use https to website link

16 months agoMerge branch 'develop' of git@github.com:eldy/awstats.git into develop
Laurent Destailleur [Sat, 9 Mar 2024 23:01:00 +0000 (00:01 +0100)] 
Merge branch 'develop' of git@github.com:eldy/awstats.git into develop

16 months agoFix default setup for NotPageList
Laurent Destailleur [Sat, 9 Mar 2024 23:00:53 +0000 (00:00 +0100)] 
Fix default setup for NotPageList

17 months agoSorting tree: Check if the key exists. Do not care about its value. 247/head
Manuel Mausz [Thu, 22 Feb 2024 09:41:00 +0000 (10:41 +0100)] 
Sorting tree: Check if the key exists. Do not care about its value.

Fixes eldy/AWStats#246

18 months ago+ allow processing logs in json 245/head
baya [Wed, 3 Jan 2024 16:49:49 +0000 (16:49 +0000)] 
+ allow processing logs in json

Nowadays in many cases it is more convenient to have logs in json. These
changes allow process such logs without losing any previous
functionality.

The new option is introduced - `LogFormatJsonMap`. This option should
contain a json for mapping keys in log file into awstats's predefined
keys.  This configuration will be used only if the `LogFormat` will have
the value `json`.
Example:
```
LogFormat=json
LogFormatJsonMap={"host":"remote_addr","logname":"remote_user","time1":"time","method":"request_method","url":"request_uri","code":"status","size":"bytes_sent","referer":"http_referer","agent":"http_user_agent"}
```

NB. The are no direct correspondence of predefined keys and `$pos_*`
variables. So `LogFormatJsonMap` should use suffixes from `$pos_*`
variables. As example: instead of `bytesd` the key `size` should be
used; instead of `ua` - `agent`.

22 months agoMerge pull request #172 from edytuk/request-time
Laurent Destailleur [Sat, 2 Sep 2023 16:36:04 +0000 (18:36 +0200)] 
Merge pull request #172 from edytuk/request-time

Add report about request time

23 months agoUpdate Traditional Chinese translation 241/head
Peter Dave Hello [Mon, 28 Aug 2023 18:40:01 +0000 (18:40 +0000)] 
Update Traditional Chinese translation

23 months agoUse utf-8 for awstats-tw.txt
Peter Dave Hello [Mon, 28 Aug 2023 18:12:27 +0000 (18:12 +0000)] 
Use utf-8 for awstats-tw.txt

23 months agoUpdate awstats_config.html 240/head
dcolter [Mon, 28 Aug 2023 14:51:00 +0000 (10:51 -0400)] 
Update awstats_config.html

Correct DynamicDNSLookup link

23 months agoMerge pull request #238 from return1/develop
Laurent Destailleur [Thu, 24 Aug 2023 20:46:06 +0000 (22:46 +0200)] 
Merge pull request #238 from return1/develop

Remove native Android and native iOS/OSX Browser's User Agents from robots.pm

23 months agoMerge pull request #230 from kekePower/replace-mandriva-with-mageia
Laurent Destailleur [Thu, 24 Aug 2023 20:39:46 +0000 (22:39 +0200)] 
Merge pull request #230 from kekePower/replace-mandriva-with-mageia

Replace linuxmandr with linuxmageia

2 years agoUpdate robots.pm 238/head
Dominique Lederer [Tue, 4 Jul 2023 13:12:16 +0000 (15:12 +0200)] 
Update robots.pm

2 years agoUpdate robots.pm
Dominique Lederer [Tue, 4 Jul 2023 13:10:33 +0000 (15:10 +0200)] 
Update robots.pm

2 years agoReplace linuxmandr with linuxmageia 230/head
kekePower [Fri, 10 Mar 2023 15:16:12 +0000 (16:16 +0100)] 
Replace linuxmandr with linuxmageia

Linux Mandrake/Mandriva hasn't been active for over 10 years

2 years agoFix copyright year 7.9
Laurent Destailleur [Tue, 17 Jan 2023 12:56:35 +0000 (13:56 +0100)] 
Fix copyright year

2 years agoFix lang AWSTATS_7_9
Laurent Destailleur [Mon, 16 Jan 2023 17:57:31 +0000 (18:57 +0100)] 
Fix lang

2 years agoPrepare 7.9
Laurent Destailleur [Mon, 16 Jan 2023 17:35:54 +0000 (18:35 +0100)] 
Prepare 7.9

2 years agoMerge branch 'develop' into request-time 172/head
edytuk [Wed, 21 Dec 2022 13:28:46 +0000 (14:28 +0100)] 
Merge branch 'develop' into request-time

2 years agoUpdate number of message
Edita Kizinevic [Wed, 21 Dec 2022 13:22:36 +0000 (14:22 +0100)] 
Update number of message

2 years agoMerge pull request #224 from AaronVanGeffen/os-2022
Laurent Destailleur [Thu, 10 Nov 2022 15:03:58 +0000 (16:03 +0100)] 
Merge pull request #224 from AaronVanGeffen/os-2022

Add Windows 11 and Android 13 operating systems

2 years agoMerge pull request #225 from GraionDilach/hungarian-utf8
Laurent Destailleur [Thu, 10 Nov 2022 15:03:33 +0000 (16:03 +0100)] 
Merge pull request #225 from GraionDilach/hungarian-utf8

Update Hungarian translation and migrate it to UTF-8.

2 years agoMerge pull request #226 from rekter0/hostinfo-xss-patch
Laurent Destailleur [Mon, 7 Nov 2022 14:22:01 +0000 (15:22 +0100)] 
Merge pull request #226 from rekter0/hostinfo-xss-patch

fix cross site scripting

2 years agofix cross site scripting 226/head
rekter0 [Mon, 7 Nov 2022 14:12:03 +0000 (15:12 +0100)] 
fix cross site scripting

xss due to printing response from Net::XWhois without proper checks

2 years agoUpdate Hungarian translation. 225/head
Zimmermann Gyula [Wed, 28 Sep 2022 14:46:27 +0000 (16:46 +0200)] 
Update Hungarian translation.

And migrate it to UTF-8.

2 years agoFix typo.
Zimmermann Gyula [Wed, 28 Sep 2022 14:48:40 +0000 (16:48 +0200)] 
Fix typo.

https://github.com/eldy/AWStats/pull/218/commits/b75b04a5b0da7fe6ab277dfe45509e5de2d0ea64

2 years agooperating_systems.pm: add Android 13 224/head
Aaron van Geffen [Tue, 27 Sep 2022 12:42:19 +0000 (14:42 +0200)] 
operating_systems.pm: add Android 13

2 years agooperating_systems.pm: add Windows 11
Aaron van Geffen [Tue, 27 Sep 2022 12:41:54 +0000 (14:41 +0200)] 
operating_systems.pm: add Windows 11

3 years agoMerge pull request #218 from s1738berger/develop
Laurent Destailleur [Fri, 1 Jul 2022 16:07:30 +0000 (18:07 +0200)] 
Merge pull request #218 from s1738berger/develop

Update operating_systems.pm

3 years agoMerge pull request #217 from The-Exterminator/patch-7
Laurent Destailleur [Fri, 1 Jul 2022 16:06:59 +0000 (18:06 +0200)] 
Merge pull request #217 from The-Exterminator/patch-7

Update awstats-dk.txt

3 years agoUpdate awstats.pl 218/head
Stefan Berger [Mon, 21 Mar 2022 11:39:16 +0000 (12:39 +0100)] 
Update awstats.pl

3 years agoUpdate awstats-en.txt
Stefan Berger [Mon, 21 Mar 2022 11:38:25 +0000 (12:38 +0100)] 
Update awstats-en.txt

3 years agoUpdate awstats-de.txt
Stefan Berger [Mon, 21 Mar 2022 11:37:26 +0000 (12:37 +0100)] 
Update awstats-de.txt

New line message187

3 years agoUpdate awstats.pl
Stefan Berger [Mon, 21 Mar 2022 11:35:58 +0000 (12:35 +0100)] 
Update awstats.pl

Replace hard coded text with $Meaage ( Monthly, Daily, Hourly )

3 years agoUpdate awstats.pl
Stefan Berger [Mon, 21 Mar 2022 11:33:27 +0000 (12:33 +0100)] 
Update awstats.pl

3 years agoAdd files via upload
Stefan Berger [Thu, 10 Mar 2022 16:38:18 +0000 (17:38 +0100)] 
Add files via upload

Android 11 + 12, MacOS 11 ( Big Sur ) + 12 ( Monterey )

3 years agoUpdate operating_systems.pm
Stefan Berger [Thu, 10 Mar 2022 12:28:04 +0000 (13:28 +0100)] 
Update operating_systems.pm

3 years agoUpdate awstats-dk.txt 217/head
The-Exterminator [Sun, 6 Feb 2022 09:45:47 +0000 (10:45 +0100)] 
Update awstats-dk.txt

3 years agoUpdate awstats-dk.txt
The-Exterminator [Sun, 6 Feb 2022 09:42:46 +0000 (10:42 +0100)] 
Update awstats-dk.txt

3 years agoMerge pull request #209 from mayrstefan/patch-208
Laurent Destailleur [Mon, 20 Dec 2021 13:29:48 +0000 (14:29 +0100)] 
Merge pull request #209 from mayrstefan/patch-208

Catch up german translations

3 years agoMerge pull request #214 from sydb/develop
Laurent Destailleur [Mon, 20 Dec 2021 13:29:32 +0000 (14:29 +0100)] 
Merge pull request #214 from sydb/develop

Fix #213:

3 years agoFix #213: 214/head
Syd Bauman [Wed, 22 Sep 2021 21:19:07 +0000 (17:19 -0400)] 
Fix #213:
Change the substitution that replaces newlines with BR elements so that the syntax works for both HTML and XHTML.

3 years agoMerge branch 'develop' of git@github.com:eldy/awstats.git into develop
Laurent Destailleur [Thu, 19 Aug 2021 02:01:40 +0000 (04:01 +0200)] 
Merge branch 'develop' of git@github.com:eldy/awstats.git into develop

Conflicts:
.github/FUNDING.yml

3 years agoAdd FUNDING.yml file
Laurent Destailleur [Thu, 19 Aug 2021 02:00:49 +0000 (04:00 +0200)] 
Add FUNDING.yml file

3 years agoCatch up german translations 209/head
Stefan Mayr [Wed, 11 Aug 2021 08:35:04 +0000 (10:35 +0200)] 
Catch up german translations

Should fix issue #208

4 years agoMerge pull request #202 from visualperception/develop
Laurent Destailleur [Sat, 31 Jul 2021 12:10:25 +0000 (14:10 +0200)] 
Merge pull request #202 from visualperception/develop

Added a few robots and 1 phone browser. Also corrected some errors in devlop robots.pm

4 years agoMerge pull request #1 from visualperception/visualperception-patch-1 202/head
visualperception [Sun, 13 Jun 2021 16:08:53 +0000 (17:08 +0100)] 
Merge pull request #1 from visualperception/visualperception-patch-1

Add files via upload

4 years agoAdd files via upload
visualperception [Sun, 13 Jun 2021 16:07:38 +0000 (17:07 +0100)] 
Add files via upload

4 years agocorrected some old errors in file.
visualperception [Sun, 13 Jun 2021 16:04:06 +0000 (17:04 +0100)] 
corrected some old errors in file.

Not sure why these old errors are still in the develop branch robots.pm file but they were.
Specifically:
Mediapartners-Google
laserlikebot
MojeekBot and mojeek
nbot put at end so it doesn't conflict with other robots containing nbot in their name

4 years agoCreate FUNDING.yml
Laurent Destailleur [Wed, 26 May 2021 21:40:07 +0000 (23:40 +0200)] 
Create FUNDING.yml

4 years agoAdd files via upload
visualperception [Mon, 10 May 2021 23:18:15 +0000 (00:18 +0100)] 
Add files via upload

4 years agoUpdate robots.pm
visualperception [Mon, 10 May 2021 22:58:31 +0000 (23:58 +0100)] 
Update robots.pm

4 years agoAdd files via upload
visualperception [Wed, 5 May 2021 03:13:05 +0000 (04:13 +0100)] 
Add files via upload

4 years agoMerge pull request #196 from Beuc/patch-1
Laurent Destailleur [Mon, 18 Jan 2021 01:15:40 +0000 (02:15 +0100)] 
Merge pull request #196 from Beuc/patch-1

Only look for configuration in dedicated awstats directories

4 years agoMerge pull request #194 from kearva/develop
Laurent Destailleur [Mon, 18 Jan 2021 01:14:55 +0000 (02:14 +0100)] 
Merge pull request #194 from kearva/develop

Build static subpage for geoip2_city

4 years agoMerge pull request #193 from smortex/unwrap-srs
Laurent Destailleur [Mon, 18 Jan 2021 01:14:11 +0000 (02:14 +0100)] 
Merge pull request #193 from smortex/unwrap-srs

Unwrap SRS e-mail addresses

4 years agoMerge pull request #198 from mayrstefan/patch-1
Laurent Destailleur [Mon, 18 Jan 2021 01:13:35 +0000 (02:13 +0100)] 
Merge pull request #198 from mayrstefan/patch-1

Allow '0' as a value in extra sections

4 years agoUpdate issue templates
Laurent Destailleur [Mon, 18 Jan 2021 01:10:38 +0000 (02:10 +0100)] 
Update issue templates

4 years agoAllow '0' as a value in extra sections 198/head
Stefan Mayr [Thu, 7 Jan 2021 11:50:35 +0000 (12:50 +0100)] 
Allow '0' as a value in extra sections

Should fix an old bug/feature request to allow "0" as a value in extra sections, see https://sourceforge.net/p/awstats/bugs/756/

4 years agoOnly look for configuration in dedicated awstats directories 196/head
Beuc [Thu, 17 Dec 2020 17:14:43 +0000 (18:14 +0100)] 
Only look for configuration in dedicated awstats directories

Fixes #195/CVE-2020-35176

4 years agoRun subpage generation for geoip2_city only 194/head
Kent Varmedal [Fri, 27 Nov 2020 09:05:58 +0000 (10:05 +0100)] 
Run subpage generation for geoip2_city only

As geoip2_country doesn't have AddHTMLGraph_geoip2_country, it should only generate subpage for geoip2_city.

4 years agoBuild static page for geoip2 package
Kent Varmedal [Fri, 27 Nov 2020 07:58:11 +0000 (08:58 +0100)] 
Build static page for geoip2 package

When building static pages the subpage for geoip2 plugin was not created. This change adds the plugin to the Output List if the plugin is loaded.

4 years agoMerge pull request #1 from eldy/develop
Kent Varmedal [Fri, 27 Nov 2020 07:38:04 +0000 (08:38 +0100)] 
Merge pull request #1 from eldy/develop

Update from source

4 years agoUnwrap SRS e-mail addresses 193/head
Romain Tartière [Thu, 26 Nov 2020 02:23:54 +0000 (16:23 -1000)] 
Unwrap SRS e-mail addresses

When building statistics from mail servers, messages which where
processed by Sender Rewriting Scheme (SRS) are mis-classified as
internal mail while they are external, and appear to come from a huge
number of different addresses which in fact correspond to the same
actual sender.

Add a rewriting function that detects such addresses and extract the
relevant information from it.

4 years agoRemove space
Edita Kizinevic [Tue, 24 Nov 2020 19:41:21 +0000 (20:41 +0100)] 
Remove space

4 years agoFix merge conflicts
Edita Kizinevic [Tue, 24 Nov 2020 19:37:53 +0000 (20:37 +0100)] 
Fix merge conflicts

4 years agoMerge pull request #5 from eldy/develop
edytuk [Tue, 24 Nov 2020 13:18:30 +0000 (14:18 +0100)] 
Merge pull request #5 from eldy/develop

Update develop branch

4 years agoMerge pull request #171 from edytuk/file-size
Laurent Destailleur [Tue, 24 Nov 2020 12:11:01 +0000 (13:11 +0100)] 
Merge pull request #171 from edytuk/file-size

Add report about file size

4 years agoFix merge conflicts
Edita Kizinevic [Tue, 27 Oct 2020 11:52:17 +0000 (12:52 +0100)] 
Fix merge conflicts

4 years agoFix merge conflicts 171/head
Edita Kizinevic [Mon, 26 Oct 2020 15:46:28 +0000 (16:46 +0100)] 
Fix merge conflicts

4 years agoMerge pull request #4 from eldy/develop
edytuk [Mon, 26 Oct 2020 12:25:50 +0000 (13:25 +0100)] 
Merge pull request #4 from eldy/develop

Update develop branch

4 years agoMerge branch 'develop' of github.com:eldy/awstats into develop
Laurent Destailleur [Thu, 22 Oct 2020 13:40:44 +0000 (15:40 +0200)] 
Merge branch 'develop' of github.com:eldy/awstats into develop

4 years agoUpdate changelog
Laurent Destailleur [Thu, 22 Oct 2020 13:40:28 +0000 (15:40 +0200)] 
Update changelog

4 years agoMerge pull request #176 from dariodsa/haiku-webpositive
Laurent Destailleur [Tue, 20 Oct 2020 17:30:32 +0000 (19:30 +0200)] 
Merge pull request #176 from dariodsa/haiku-webpositive

added support for HaikuOS and Safari based WebPositive browser

4 years agoMerge pull request #173 from edytuk/databasebreak
Laurent Destailleur [Tue, 20 Oct 2020 17:29:48 +0000 (19:29 +0200)] 
Merge pull request #173 from edytuk/databasebreak

Add databasebreak, day, hour to filter and fix name of hour parameter

4 years agoMerge branch 'develop' into databasebreak 173/head
Laurent Destailleur [Tue, 20 Oct 2020 17:29:24 +0000 (19:29 +0200)] 
Merge branch 'develop' into databasebreak

4 years agoMerge pull request #169 from LeoShivas/patch-1
Laurent Destailleur [Tue, 20 Oct 2020 17:23:36 +0000 (19:23 +0200)] 
Merge pull request #169 from LeoShivas/patch-1

Update awstats.pl for hour selector

4 years agoMerge pull request #178 from kearva/develop
Laurent Destailleur [Tue, 20 Oct 2020 17:23:12 +0000 (19:23 +0200)] 
Merge pull request #178 from kearva/develop

Adding missing td-tag opening

4 years agoMerge pull request #183 from ghermens/develop
Laurent Destailleur [Tue, 20 Oct 2020 17:22:38 +0000 (19:22 +0200)] 
Merge pull request #183 from ghermens/develop

Show correct flag for Democratic Republic of the Congo