Changelog 7.2 KB

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