Changelog 7.8 KB

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