Changelog 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. pisg (0.20)
  2. * Add 'bgpic' config setting for the possibility to add a userdefined
  3. background picture to the page (Vetinari)
  4. pisg (0.19) - Tue, Aug 7th 2001
  5. * Fix critical bug where <channel="#chan"> in pisg.cfg didn't work at all.
  6. * Warn the user when a translation template doesn't exist for a specific
  7. language (so people know why some of the stats is in English, and
  8. hopefully encourages people to send in the missing template(s))
  9. * Don't try parsing . and .. 'files' in a directory when using logdir
  10. * Small updates to Danish translation
  11. * Small bug in documentation fixed
  12. pisg (0.18) - Mon, Aug 6th 2001
  13. * Added pisg.cfg support which now obsoletes user.cfg, in this file
  14. everything should be set, instead of in the script - this makes it easier
  15. upgrading pisg. Read CONFIG-README in order to "understand" it.
  16. * Commandline option -c is now -ch
  17. * Uncompress files with *.gz and *.bz2 automatically (Sascha Lüdecke)
  18. * Add new feature --prefix, this works on commandline so you only get logs
  19. starting with what you specify, for example -p '#mychan' will only get
  20. dir/#mychan* files. (Sascha Lüdecke)
  21. * Fix op tracking with bxlog logs
  22. * Added Foulwords-Variable to pisg.cfg
  23. * Make pisg die when there is no files in logdir
  24. * Portugese translation (thanks to JaMiR0W <jamirow@ig.com.br>)
  25. * Norweigan translation (thanks to Andreas Blaafladt)
  26. * Dutch translation (thanks to Pyrofikiemaan)
  27. * New feature: 'Those who couldnt control the shift key and wrote UPPERCASE'
  28. * New feature: 'Who got slapped the most'
  29. * New feature; 'Average words per line'
  30. * Stop copying CVS dirs with distribution
  31. * Also count words in actions, and a new feature: 'most words' (thanks to
  32. Hanno Hecker)
  33. * Updated a lot of documentation (README and CONFIG-README), you should
  34. reread it ;)
  35. * The usual small improvements (and bug additions)
  36. pisg (0.17) - Sat, July 28th 2001
  37. * Timezone offset now understands two digits as it should
  38. * The 'time bars' were broken, fix them.
  39. * Spanish translation (thanks to Sheuron Azxe)
  40. * Polish translation (thanks to Gandalf the Grey)
  41. * Moved translations over to new file -> lang.txt, to remove bloat in
  42. pisg.pl
  43. * Fixed a few minor bugs
  44. pisg (0.16a) - Wed, July 25th 2001
  45. * Forgot to remove some debugging :(
  46. pisg (0.16) - Wed, July 25th 2001
  47. * Danish translation (thanks to Kim Ingemann aka Tuxi)
  48. * Fixed some unitialized values which came up in some situations
  49. * Eggdrop log had 'last message repeated x times' - pisg didn't understood
  50. this before, now it does! :) (thanks to Jamie Cheetham).
  51. * French translation (thanks Molator)
  52. * Also use the timeoffset in 'most active times'
  53. * Started to distribute various scripts with pisg:
  54. - 'dropegg.pl' - takes a bunch of eggdrop logs and converts them into
  55. mIRC format (Emil Mikulic <darkmoon7@optushome.com.au>)
  56. - 'addalias.pl' - webinterface for allowing users to add their own stuff
  57. to the users.cfg file. (Doomshammer <doomshammer@doomshammer.yi.org>)
  58. - 'crontab' - small file explaining how to use pisg with crontab
  59. pisg (0.15) - Fri, July 20th 2001
  60. * Fixed bug where grufti-logfiles wouldn't ignore oppers.
  61. * Fixed pisg dying when there is no action and normallines in logfile
  62. * Also strip mIRC bold and underline codes
  63. * Nick tracking code optimized
  64. * Eggdrop logs were logging server mode changes.. fixed.
  65. * The 'active times' bars should now be more logical and always have a max
  66. height of 100px
  67. * Added new users.cfg file which obsoletes aliasfile and ignorefile
  68. * New feature: ability to add user pictures to stats
  69. * New feature: ability to add user links to stats (homepages, e-mail)
  70. * Made a big code change so it now supports somekind of template system so
  71. pisg can support more than one language
  72. * German language support added (thanks Winfried aka Doomshammer)
  73. * Now shows the time when the topic was changed in 'Latest topics'.
  74. * Thousands of small things which I forgot.
  75. * Removed the documentation for unnamed arguments on the commandline..
  76. people should start using the named arguments (--logfile, -f etc.)
  77. pisg (0.14) - Mon, July 16th 2001
  78. * 'Most referenced nicks' and 'most used words' now ignores the nicks in
  79. ignore.txt
  80. * 'Most used words' now ignores nicks
  81. * Fixed critical bug; --format wasn't working. (thanks S. William Schulz)
  82. pisg (0.13) - Sun, July 15th 2001
  83. * New feature: Now supports 'grufti' (bot) logfiles.
  84. * New feature: Now supports 'bxlog' (logging script for bitchx) logfiles
  85. * Improved some debugging
  86. * Cleaned up a lot of code, so it's structured better - less global
  87. variables and everything is now in subs, also found some variables which
  88. weren't used.. so it should be more correct and more efficient now
  89. * Fix up some speed in the kicking stats... it was doing the same grep twice
  90. * Fixed a stupid bug which caused pisg to die if the alias.txt wasn't
  91. there.
  92. * Really fix typo, sherif -> sheriff
  93. * Added a FORMATS file explaining the supported fileformats, and updated
  94. the README accordingly
  95. * Added a new feature where one can specify a log directory, and then pisg
  96. will run through all the files in the directory and combine them into one
  97. big html file.
  98. * -d on commandline now specifies logdir instead of debugging (removed)
  99. * Also added --aliasfile and --ignorefile as commandline options.
  100. pisg (0.12) - Thu, July 12th 2001
  101. * Strip mIRC color codes (Sam Bingner)
  102. * New feature: Support eggdrop logformats (Sam Bingner)
  103. * Track nicks/aliases dynamically [as an option] (Sam Bingner)
  104. * Added better commandline arguments (like --channel=#blah) and pisg now
  105. has a cool usage --help option. (thanks S. William Schulz)
  106. * xchat logformats which are indented should now be supported
  107. * New feature: 'most fouls' (bad language)
  108. * New feature: 'shortest lines' (as opposite to longest lines)
  109. * Added $timeoffset so people can get times in their own time zones.
  110. * It's now possible to define a pageheader file which can be included on
  111. the HTML page, with $pageheader
  112. * Changed 'no topics' text
  113. pisg (0.11) - Fri, June 29th 2001
  114. * Before http:// didn't get counted as a smiley, now "all" protocols
  115. doesn't get counted as smilies (ftp://, gohper://).
  116. * Fixed typo, sherif -> sheriff
  117. * Changed the appearence of 'most ref nicks/words', email me if you don't
  118. like it.. :)
  119. * Also add some fade stuff to the 'most active nicks'
  120. * Topic history variable wasn't used, fixed.
  121. * Replace & with &amp;
  122. * Replace URLs and e-mail addys in 'random quote' and 'last topic' to HTML
  123. hrefs
  124. * Some other small changes which I forgot
  125. pisg (0.10) - Fri, June 22th 2001
  126. * The 'Im going on vacation'-release. Fixes very small things.
  127. * Small bug in counting kicker/kicked person when using xchat - fixed.
  128. * Fixed a bug where some lines didn't catch up the alias for a nick
  129. * Join counting was broken.. fixed.
  130. * Use 'px' to define font sizes instead of 'pt' in CSS.
  131. * Fix some colors in the page which couldn't get set by variables in the
  132. top
  133. * Other small changes
  134. pisg (0.09) - Tue, June 5th 2001
  135. * Some small improvements in the count of sadfaces/smilies
  136. * New features:
  137. - 'most used words'
  138. - 'most referenced nick'
  139. * Rewrote a LOT of the format dependent code, now it's very easy adding
  140. new IRC log formats
  141. * Fixed random bugs here and there
  142. * The usual small, nice code enhancements.
  143. pisg (0.08) - Sat, April 14th 2001
  144. * Documentation updates (remember to up the version number :))
  145. * A lot of nice changes from Vetinary <iranitev@gmx.net>:
  146. - 'op/deop stats'
  147. - 'join stats'
  148. - 'action counting'
  149. - 'counting of :(, :-('
  150. * use strict;
  151. pisg (0.07) - Sun, March 11th 2001
  152. * New feature: Now supports xchat logfiles <:)
  153. * Should render pages 100% HTML 4.01/CSS2 compatible now
  154. * Some minor code cleanups (use strict; soon)
  155. pisg (0.06) - Wed, February 21th 2001
  156. * Even more workarounds for small logfiles
  157. * More customization options
  158. * Now shows processtime
  159. * You can now specify nicks to ignore in the logfile (bots etc)
  160. * Now supports commandline arguments (./pisg.pl chan logfile outputfile)
  161. * Some speedup improvements
  162. * A bit more HTML 4 compliant :)
  163. pisg (0.05) - Thu, February 15th 2001
  164. * New features:
  165. - 'Runners-up to Big numbers'
  166. - 'Latest topics'
  167. * More fixes for small logfiles
  168. * Enhanced 'Most active times'
  169. * Speedup improvements
  170. * Added CREDITS file to the nice people who have contributed :)
  171. pisg (0.04) - Fri, January 26th 2001
  172. * New features:
  173. - 'the person that smiled the most'
  174. - 'can now connect nicks together through alias file'
  175. - 'person that wrote the most monologues (5 or more lines in a row)'
  176. * Fixes for small logfiles
  177. * Restrutured code
  178. * More customization through variables in the top of the script
  179. pisg (0.03) - Thu, January 11rd 2001
  180. * Code cleanups
  181. * New features:
  182. - 'the op who kicked most'
  183. - 'the one who got kicked the most'
  184. - 'longest lines'
  185. * Highlight most active hour
  186. * New images, 'pipe-blue.png' and 'pipe-purple.png', removed 'pipe3v.gif'
  187. * Updated README
  188. * Added Changes file
  189. pisg (0.02) - Wed, January 3rd 2001
  190. * Initial release.