Changelog 7.4 KB

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