]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fix amigavoyager detection.
authoreldy <>
Sun, 30 Nov 2003 21:10:37 +0000 (21:10 +0000)
committereldy <>
Sun, 30 Nov 2003 21:10:37 +0000 (21:10 +0000)
docs/awstats_changelog.txt
wwwroot/cgi-bin/lib/browsers.pm
wwwroot/cgi-bin/lib/robots.pm
wwwroot/icon/browser/amigavoyager.png [new file with mode: 0644]

index b4fd16537bad585d7bc7be0bd67eb1026df06df0..76511dc31bac8fc8b3cea290b0a59fecf1b9f68f 100644 (file)
@@ -28,6 +28,7 @@ Fixes:
 - Fix in log parsing that should reduce dropped records to only records
   that match a dropping criteria (SkipFiles, Skip..., Only...).
 - Click on "Summary" now returns to top of page even with rawlog plugin.
+- Fixed AmigaVoyager detection.
 
 New features/improvements:
 - Increased speed by 10 to 20%.
@@ -74,7 +75,7 @@ Other/Documentation:
   Microsoft URL Control added in robot list.
 - Documentation seriously updated.
 - FAQ updated.
-- Debian icon and some missing country flags added.
+- Debian, Amigavoyager and some missing country flags icons added.
 - Prepare code for decodeUTFkeys plugin.
 - Added Hebrew and Galician language.
 
index 0a705e538f06f9b1057159f34c5e85ab567b7bb4..4ceafe96facfe112eb9aedbfc9864e629a792531 100644 (file)
 'opera','opera',
 # Other standard web browsers
 'amaya','amaya',
+'amigavoyager','amigavoyager',
 'aweb','aweb',
 'chimera','chimera',
 'dreamcast','dreamcast',
index 9de62b372ff31b9cebb7b42f8ed6604f307a78c7..f943d188d48a3c90aba2e99ae8b19ce22ce8a514 100644 (file)
@@ -56,7 +56,7 @@
 'slurp',
 'unlost_web_crawler',
 'voila',
-'voyager\/',           # Add / to avoid to exclude voyager browser
+'^voyager\/',          # Add ^ and \/ to avoid to exclude voyager and amigavoyager browser
 'webbase',
 'weblayers',
 'wisenutbot'
 'verticrawl','Verticrawl',
 'victoria','Victoria',
 'visionsearch','vision-search',
-'voyager\/','Voyager',
+'^voyager\/','Voyager',
 'vwbot','VWbot',
 'w3index','The NWI Robot',
 'w3m2','W3M2',
diff --git a/wwwroot/icon/browser/amigavoyager.png b/wwwroot/icon/browser/amigavoyager.png
new file mode 100644 (file)
index 0000000..eef57d5
Binary files /dev/null and b/wwwroot/icon/browser/amigavoyager.png differ