Changelog 7.3 KB

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