Changelog 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. pisg (0.22)
  2. * pisg.cfg now supports regexs in user.cfg when 'regexp_aliases' is
  3. enabled. (thanks, Phil Gregory)
  4. * When using logdirs, files is now sorted properly, so files is read in the
  5. right order (thanks, Sascha Lüdecke)
  6. * A bunch of English grammar corrections (thanks, Phil Gregory)
  7. pisg (0.21) - Mon, Aug 27th 2001
  8. * Fix stupid legend bug; 0-6 should be 0-5, and 7-11 should be 6-11.
  9. * Added "Most referenced URLs".
  10. * Stop matching 'user@host blah' as a mailto link.
  11. * Fix a word counting bug - was counting a lot less words than in the
  12. previous version.
  13. * Supplied some extra info to the 'got kicked' stats, now it shows an
  14. example kick line from the stats. (Thanks to Michael Dales for
  15. show_kickline-patch)
  16. * The same for 'most slaps', 'most slapped', 'most actions' and
  17. 'most shouted' stats. Every option has it's own activation_variable,
  18. see CONFIG-README for more infos
  19. * Display the remaining nicks on the stats page (those who didnt reach the
  20. stats at all)
  21. * Display the total count of topics that were set
  22. * Some small HTML validation fixes
  23. * Fix: pisg didn't find the alias for the kicker.
  24. * Stop hardcoding filenames in 'legend'
  25. * Removed support for unnamed arguments on commandline, everyone should now
  26. use the named arguments. (For example you must do 'pisg.pl -l
  27. logfile-name', and not just do 'pisg.pl chan logfile format maintainer')
  28. * Add support for 'sex' for users in pisg.cfg, this will make the stats
  29. always mention text with the right sex when saying for example 'she was
  30. very ..'
  31. * Updated Spanish translation from Sheuron
  32. * Add support for mbot logs (http://darksun.com.pt/mbot/)
  33. * Some nice speedup improvements
  34. pisg (0.20) - Tue, Aug 14th 2001
  35. * Add 'bgpic' config setting for the possibility to add a userdefined
  36. background picture to the page (Vetinari)
  37. * If pisg can't find the config file in the current directory (when running
  38. from crontab), then try opening the config file in which pisg.pl resides
  39. instead..
  40. * <words foul="..."> is now known as <set words="...">
  41. * Add new options 'show_wpl' and 'show_cpl', this enables user to view the
  42. 'chars per line' and 'words per line' in the 'most active nicks',
  43. disabled by default.
  44. * New option 'show_time', this will display a small bar in the 'most active
  45. nicks' of when the respective people actually speak. [enabled]
  46. * Because of the above change, there is new png files for pisg, remember to
  47. use the new ones and not the old ones! (thanks Christian Legler)
  48. * Remember to distribute the 'FORMATS' file (was missed in the last two
  49. releases)
  50. * Swedish translation (thanks to Andreas Henriksson)
  51. * New feature: 'Most actions'
  52. * Add option 'show_legend' which can be used if you want to show the legend
  53. for the different times..
  54. * New option 'ignorewords' which is to be used if you want to ignore some
  55. words in the stats.
  56. * Usual cleanups and improvements
  57. pisg (0.19) - Tue, Aug 7th 2001
  58. * Fix critical bug where <channel="#chan"> in pisg.cfg didn't work at all.
  59. * Warn the user when a translation template doesn't exist for a specific
  60. language (so people know why some of the stats is in English, and
  61. hopefully encourages people to send in the missing template(s))
  62. * Don't try parsing . and .. 'files' in a directory when using logdir
  63. * Small updates to Danish translation
  64. * Small bug in documentation fixed
  65. pisg (0.18) - Mon, Aug 6th 2001
  66. * Added pisg.cfg support which now obsoletes user.cfg, in this file
  67. everything should be set, instead of in the script - this makes it easier
  68. upgrading pisg. Read CONFIG-README in order to "understand" it.
  69. * Commandline option -c is now -ch
  70. * Uncompress files with *.gz and *.bz2 automatically (Sascha Lüdecke)
  71. * Add new feature --prefix, this works on commandline so you only get logs
  72. starting with what you specify, for example -p '#mychan' will only get
  73. dir/#mychan* files. (Sascha Lüdecke)
  74. * Fix op tracking with bxlog logs
  75. * Added Foulwords-Variable to pisg.cfg
  76. * Make pisg die when there is no files in logdir
  77. * Portugese translation (thanks to JaMiR0W <jamirow@ig.com.br>)
  78. * Norweigan translation (thanks to Andreas Blaafladt)
  79. * Dutch translation (thanks to Pyrofikiemaan)
  80. * New feature: 'Those who couldnt control the shift key and wrote UPPERCASE'
  81. * New feature: 'Who got slapped the most'
  82. * New feature; 'Average words per line'
  83. * Stop copying CVS dirs with distribution
  84. * Also count words in actions, and a new feature: 'most words' (thanks to
  85. Hanno Hecker)
  86. * Updated a lot of documentation (README and CONFIG-README), you should
  87. reread it ;)
  88. * The usual small improvements (and bug additions)
  89. pisg (0.17) - Sat, July 28th 2001
  90. * Timezone offset now understands two digits as it should
  91. * The 'time bars' were broken, fix them.
  92. * Spanish translation (thanks to Sheuron Azxe)
  93. * Polish translation (thanks to Gandalf the Grey)
  94. * Moved translations over to new file -> lang.txt, to remove bloat in
  95. pisg.pl
  96. * Fixed a few minor bugs
  97. pisg (0.16a) - Wed, July 25th 2001
  98. * Forgot to remove some debugging :(
  99. pisg (0.16) - Wed, July 25th 2001
  100. * Danish translation (thanks to Kim Ingemann aka Tuxi)
  101. * Fixed some unitialized values which came up in some situations
  102. * Eggdrop log had 'last message repeated x times' - pisg didn't understood
  103. this before, now it does! :) (thanks to Jamie Cheetham).
  104. * French translation (thanks Molator)
  105. * Also use the timeoffset in 'most active times'
  106. * Started to distribute various scripts with pisg:
  107. - 'dropegg.pl' - takes a bunch of eggdrop logs and converts them into
  108. mIRC format (Emil Mikulic <darkmoon7@optushome.com.au>)
  109. - 'addalias.pl' - webinterface for allowing users to add their own stuff
  110. to the users.cfg file. (Doomshammer <doomshammer@doomshammer.yi.org>)
  111. - 'crontab' - small file explaining how to use pisg with crontab
  112. pisg (0.15) - Fri, July 20th 2001
  113. * Fixed bug where grufti-logfiles wouldn't ignore oppers.
  114. * Fixed pisg dying when there is no action and normallines in logfile
  115. * Also strip mIRC bold and underline codes
  116. * Nick tracking code optimized
  117. * Eggdrop logs were logging server mode changes.. fixed.
  118. * The 'active times' bars should now be more logical and always have a max
  119. height of 100px
  120. * Added new users.cfg file which obsoletes aliasfile and ignorefile
  121. * New feature: ability to add user pictures to stats
  122. * New feature: ability to add user links to stats (homepages, e-mail)
  123. * Made a big code change so it now supports somekind of template system so
  124. pisg can support more than one language
  125. * German language support added (thanks Winfried aka Doomshammer)
  126. * Now shows the time when the topic was changed in 'Latest topics'.
  127. * Thousands of small things which I forgot.
  128. * Removed the documentation for unnamed arguments on the commandline..
  129. people should start using the named arguments (--logfile, -f etc.)
  130. pisg (0.14) - Mon, July 16th 2001
  131. * 'Most referenced nicks' and 'most used words' now ignores the nicks in
  132. ignore.txt
  133. * 'Most used words' now ignores nicks
  134. * Fixed critical bug; --format wasn't working. (thanks S. William Schulz)
  135. pisg (0.13) - Sun, July 15th 2001
  136. * New feature: Now supports 'grufti' (bot) logfiles.
  137. * New feature: Now supports 'bxlog' (logging script for bitchx) logfiles
  138. * Improved some debugging
  139. * Cleaned up a lot of code, so it's structured better - less global
  140. variables and everything is now in subs, also found some variables which
  141. weren't used.. so it should be more correct and more efficient now
  142. * Fix up some speed in the kicking stats... it was doing the same grep twice
  143. * Fixed a stupid bug which caused pisg to die if the alias.txt wasn't
  144. there.
  145. * Really fix typo, sherif -> sheriff
  146. * Added a FORMATS file explaining the supported fileformats, and updated
  147. the README accordingly
  148. * Added a new feature where one can specify a log directory, and then pisg
  149. will run through all the files in the directory and combine them into one
  150. big html file.
  151. * -d on commandline now specifies logdir instead of debugging (removed)
  152. * Also added --aliasfile and --ignorefile as commandline options.
  153. pisg (0.12) - Thu, July 12th 2001
  154. * Strip mIRC color codes (Sam Bingner)
  155. * New feature: Support eggdrop logformats (Sam Bingner)
  156. * Track nicks/aliases dynamically [as an option] (Sam Bingner)
  157. * Added better commandline arguments (like --channel=#blah) and pisg now
  158. has a cool usage --help option. (thanks S. William Schulz)
  159. * xchat logformats which are indented should now be supported
  160. * New feature: 'most fouls' (bad language)
  161. * New feature: 'shortest lines' (as opposite to longest lines)
  162. * Added $timeoffset so people can get times in their own time zones.
  163. * It's now possible to define a pageheader file which can be included on
  164. the HTML page, with $pageheader
  165. * Changed 'no topics' text
  166. pisg (0.11) - Fri, June 29th 2001
  167. * Before http:// didn't get counted as a smiley, now "all" protocols
  168. doesn't get counted as smilies (ftp://, gohper://).
  169. * Fixed typo, sherif -> sheriff
  170. * Changed the appearence of 'most ref nicks/words', email me if you don't
  171. like it.. :)
  172. * Also add some fade stuff to the 'most active nicks'
  173. * Topic history variable wasn't used, fixed.
  174. * Replace & with &amp;
  175. * Replace URLs and e-mail addys in 'random quote' and 'last topic' to HTML
  176. hrefs
  177. * Some other small changes which I forgot
  178. pisg (0.10) - Fri, June 22th 2001
  179. * The 'Im going on vacation'-release. Fixes very small things.
  180. * Small bug in counting kicker/kicked person when using xchat - fixed.
  181. * Fixed a bug where some lines didn't catch up the alias for a nick
  182. * Join counting was broken.. fixed.
  183. * Use 'px' to define font sizes instead of 'pt' in CSS.
  184. * Fix some colors in the page which couldn't get set by variables in the
  185. top
  186. * Other small changes
  187. pisg (0.09) - Tue, June 5th 2001
  188. * Some small improvements in the count of sadfaces/smilies
  189. * New features:
  190. - 'most used words'
  191. - 'most referenced nick'
  192. * Rewrote a LOT of the format dependent code, now it's very easy adding
  193. new IRC log formats
  194. * Fixed random bugs here and there
  195. * The usual small, nice code enhancements.
  196. pisg (0.08) - Sat, April 14th 2001
  197. * Documentation updates (remember to up the version number :))
  198. * A lot of nice changes from Vetinary <iranitev@gmx.net>:
  199. - 'op/deop stats'
  200. - 'join stats'
  201. - 'action counting'
  202. - 'counting of :(, :-('
  203. * use strict;
  204. pisg (0.07) - Sun, March 11th 2001
  205. * New feature: Now supports xchat logfiles <:)
  206. * Should render pages 100% HTML 4.01/CSS2 compatible now
  207. * Some minor code cleanups (use strict; soon)
  208. pisg (0.06) - Wed, February 21th 2001
  209. * Even more workarounds for small logfiles
  210. * More customization options
  211. * Now shows processtime
  212. * You can now specify nicks to ignore in the logfile (bots etc)
  213. * Now supports commandline arguments (./pisg.pl chan logfile outputfile)
  214. * Some speedup improvements
  215. * A bit more HTML 4 compliant :)
  216. pisg (0.05) - Thu, February 15th 2001
  217. * New features:
  218. - 'Runners-up to Big numbers'
  219. - 'Latest topics'
  220. * More fixes for small logfiles
  221. * Enhanced 'Most active times'
  222. * Speedup improvements
  223. * Added CREDITS file to the nice people who have contributed :)
  224. pisg (0.04) - Fri, January 26th 2001
  225. * New features:
  226. - 'the person that smiled the most'
  227. - 'can now connect nicks together through alias file'
  228. - 'person that wrote the most monologues (5 or more lines in a row)'
  229. * Fixes for small logfiles
  230. * Restrutured code
  231. * More customization through variables in the top of the script
  232. pisg (0.03) - Thu, January 11rd 2001
  233. * Code cleanups
  234. * New features:
  235. - 'the op who kicked most'
  236. - 'the one who got kicked the most'
  237. - 'longest lines'
  238. * Highlight most active hour
  239. * New images, 'pipe-blue.png' and 'pipe-purple.png', removed 'pipe3v.gif'
  240. * Updated README
  241. * Added Changes file
  242. pisg (0.02) - Wed, January 3rd 2001
  243. * Initial release.