Просмотр исходного кода

Catch up and get ready for release

Morten Brix Pedersen 24 лет назад
Родитель
Сommit
6030ef3595
2 измененных файлов с 24 добавлено и 0 удалено
  1. 7 0
      docs/CREDITS
  2. 17 0
      docs/Changelog

+ 7 - 0
docs/CREDITS

@@ -81,6 +81,13 @@ And all the other contributors:
  * deadlock <deadlock@cheeseheadz.net>
    | addalias.pl version 2, handling of users already in config file,
      obsoletin of addalias.htm and more configurable script.
+ * Nicholas Frampton <whyrl@avians.net>
+   | infobot logfile support
+ * Mo-Ize <mo-ize@pas-tres.net>
+   | zcbot logfile support
+ * Azhrarn <diablo2@krock.com>
+   | winbot logfile support
+
 
 I probably forgot a lot of people here, _PLEASE_ notify me if I left you
 out.. because I have a bad habit of forgetting to maintain this list :)

+ 17 - 0
docs/Changelog

@@ -1,3 +1,20 @@
+pisg (0.32) - Sun, Dec 9th 2001
+   * infobot log support added by Nicholas Frampton <whyrl@avians.net>
+   * HTML changes:
+      - Convert stats page to use more CSS, never use 'bgcolor' HTML attribute.
+      - Make the page XHTML compatible, and use XHTML 1.0 Transititional doctype. 
+   * When a logfile had the same topic multiple times, all of the same topics
+     was being shown on the stats page, now duplicate topics is removed.
+   * The hour being highlighted in 'most active times' is now the hour with
+     most activity, if you want to highlight the hour which the stats are
+     being generated in, use 'use_activetime_alt'
+   * More improvements to pisg.cfg parsing
+   * irssi logfile fixes:
+     - Was interpreting nicks with '-' in it incorrectly.
+     - Topics wasn't being displayed correctly
+   * All configuration options in CONFIG-README can now be specified on
+     commandline, eg. 'pisg.pl --cfg show_wpl=1 --cfg show_cpl=1'
+
 pisg (0.31) - Mon, Dec 3rd 2001
    * Fix serious bug where pisg would end up in an endless loop when multiple
      URLs were on a line.