Changelog 8.6 KB

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