Changelog 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416
  1. pisg (0.29)
  2. * When using multiple channels, and not all channels have user pics, it was
  3. showing a big empty coloumn with no userpics. Now it checks whether any
  4. users in top xx has a userpic, and if yes, add the coloumn.
  5. * Additionaly, users can force pictures of a channel with the new
  6. 'userpics="n"' option. (This could be useful if a nick appears on many
  7. channels, but you only want the userpics on one..)
  8. * New version of addalias.pl by deadlock <deadlock@cheeseheadz.net>
  9. New features:
  10. - Doesn't need addalias.htm anymore, addalias.pl takes care of everything
  11. - Can dynamically change user data when a nick is already added in the
  12. config file
  13. - Improved error handling
  14. - Improved code
  15. * Can now show voices/devoices like the showing of ops/deops, disabled by
  16. default. Can be enabled with <set show_voice="1">
  17. * A relative URL to the pisg image bars can now be defined with 'pic_loc',
  18. defaults to current dir.
  19. * Counted 'http://name.com/' differently from 'http://name.com' - fixed.
  20. * Add support for winbot logfiles (www.winbot.co.uk) by Azhrarn
  21. <diablo2@krock.com>
  22. * Updates to Swedish translation (thanks to Andreas Henriksson
  23. <andreas.henriksson@linux.se>)
  24. * Added Estonian translation by comcute <comcute@surfdata.ee>
  25. * Added Italian translation by Pascal Brax <god@pascalbrax.com>
  26. pisg (0.28) - Sun, Oct 21th 2001
  27. * Added Hungarian translation by Gyuri Horak <dyuri@dyuri.org>
  28. * Performance improvements in HTML generation
  29. * Fix bug where the 'These didn't make it to the top' section wasn't being
  30. shown on the stats page when 'activenicks2' was less than the people in
  31. the top 25.
  32. * New options:
  33. - 'show_activetimes' enable/disable 'Most Active Times' section.
  34. - 'show_bignumbers' enable/disable 'Big Numbers' and 'Other Interesting
  35. Numbers' section.
  36. * The numbers below the timebars in 'Most Active Times' wasnt using the
  37. 'rankc' color option, it now does, and additionally adds a color
  38. 'hi_rankc' for highlighted ranks.
  39. * A topic like "<Joe> blah blah blah" was showing up as "blah blah blah" in
  40. 'latest topics' - fixed.
  41. * Hopefully fix pisg on Win32.
  42. * Add charset to the HTML page to make validator.w3.org happy, it's user
  43. defineable with the new 'charset' option, default is 'iso-8859-1'.
  44. * The color of the links in the bottom of the page (not in tables) can be
  45. set by the new 'bg_link', 'bg_hlink' and 'bg_vlink' options.
  46. * New option: 'default_pic' makes it possible to display a default picture
  47. for a user if no picture defined. For example to display a picture
  48. showing 'No picture available.'
  49. pisg (0.27) - Sun, Oct 7th 2001
  50. * Stats page was showing [:total] instead of the actual number, fixed.
  51. * Added Slovenian translation by Ales Tepina <ales.tepina@guest.arnes.si>
  52. * Updates to various language templates
  53. * Cleaned up addalias script (scripts/addalias/), it now shows a prettier
  54. page, and it's now possible to add the sex of a user as well.
  55. * It's now possible to ignore unwanted URLs in 'most referenced urls':
  56. <link url="http://www.mydomain.com" ignore="y">
  57. pisg (0.26) - Mon, Oct 1st 2001
  58. * Internet Explorer interpreted width="" and height="" as a picture of 0x0
  59. pictures, fix so we dont set empty values.
  60. * Updates to French template by Mouky <mouky@m6net.fr> and aNa|0Gue
  61. <analogue@glop.org>
  62. * Add --silent switch to pisg; makes pisg quiet, and only display error
  63. messages. (thanks, S. William Schulz)
  64. * Added Finish translation by Kirler@paincreators <kirler@letku.net>
  65. * Added missing template, 'bylinetopic', to translate "by <nick> on <time>"
  66. in lang.txt
  67. * Hopefully fix a lot of problems with FindBin permission problems.
  68. pisg (0.25) - Wed, Sep 26th 2001
  69. * Fixed days counting wrong when using logdir option.
  70. * New options by Patrick Aussems:
  71. - show_mrn, disable/enable most referenced nicks
  72. - show_mru, disable/enable most referenced urls
  73. - show_muw, disable/enable most used words
  74. - show_randquote, disable/enable the showing of the random quotes
  75. * More flexibility to irssi logfile format, will now work with more irssi
  76. logfile configurations. (David Leadbeater)
  77. * Some fixes for eggdrop format where the nick was in nick!user@host
  78. format.
  79. * Added new options 'pic_width' and 'pic_height', enables people to specify
  80. the sizes of userpictures.
  81. pisg (0.24) - Mon, Sep 24th 2001
  82. * Logdirs not working, fixed.
  83. * Fix bug where it posted garbage on stats page where it should say
  84. "he/she"
  85. * Small changes/corrections to psybnc format (Marco Dieckhoff)
  86. * Kickers and 'victims' (/me beats john) wasn't being ignored, fixed.
  87. pisg (0.23) - Sun, Sep 23th 2001
  88. * Support irssi logfiles
  89. * Support psybnc logfiles
  90. * Topics in mIRC format wasn't being recognized. Fixed.
  91. * Don't go beserk when the logfile doesn't contain any data; just tell it
  92. to the user.
  93. * Fix: Don't show empty quotes on the stats page.
  94. * More work on the object oriented goal of pisg:
  95. - cleanups, don't use globals in modules, define these in the object.
  96. - add HTMLGenerator.pm, and move all HTML generation code from pisg.pl
  97. to this new module.
  98. - New module Pisg.pm brings the rest of the main code into it's own
  99. module, this means that Pisg is no longer dependent of pisg.pl.
  100. Again, please report back if you find any trouble with any of these
  101. changes.
  102. * Better logic when no channels are defined. Instead of just defaulting to
  103. #channel and channel.log, then force the user to define these on either
  104. commandline or in the config file. This should be better for first-time
  105. users.
  106. * Ship developer docs in docs/dev/ instead of just dumping it in docs/,
  107. docs/ should be for end users.
  108. * Various updates to language templates
  109. pisg (0.22) - Sat, Sep 15th 2001
  110. * pisg.cfg now supports regexs in user.cfg when 'regexp_aliases' is
  111. enabled. (thanks, Phil Gregory)
  112. * When using logdirs, files is now sorted properly, so files are read in the
  113. right order (thanks, Sascha Lüdecke)
  114. * A bunch of English grammar corrections (thanks, Phil Gregory)
  115. * Words like //www is now being ignored as they should.
  116. * Instead of 'slaps' we now have 'violence', so one can define their own
  117. action lines to be counted. Like '/me hits nick on the forehead',
  118. configured by the 'violent' variable.
  119. * pisg is undergoing a large change of it's code structure, meaning that
  120. things will be built with modules instead of one giant Perl script,
  121. making it easier to maintain and read, and it will enable us to make pisg
  122. get data, or parse data from another source than a logfile; for example
  123. an SQL database, *sometime*. This means that pisg is now coming with a
  124. new subdir 'modules/' containing all the modules pisg need. (thanks to
  125. Phil Gregory) if you expierence any problems with this change, please
  126. report back.
  127. * Moved some documentation to a new 'docs/' folder.
  128. * Joins wasn't working in mIRC format, fixed.
  129. * Support both [HH::mm::ss] and [HH::mm] in mIRC logformats.
  130. * Timebars was broken when using timeoffset, showing the wrong colors
  131. comparing with the legend.
  132. * Many bugs in documentation fixed, should be cleaner now.
  133. * Usual minor optimizations and fixes
  134. pisg (0.21) - Mon, Aug 27th 2001
  135. * Fix stupid legend bug; 0-6 should be 0-5, and 7-11 should be 6-11.
  136. * Added "Most referenced URLs".
  137. * Stop matching 'user@host blah' as a mailto link.
  138. * Fix a word counting bug - was counting a lot less words than in the
  139. previous version.
  140. * Supplied some extra info to the 'got kicked' stats, now it shows an
  141. example kick line from the stats. (Thanks to Michael Dales for
  142. show_kickline-patch)
  143. * The same for 'most slaps', 'most slapped', 'most actions' and
  144. 'most shouted' stats. Every option has it's own activation_variable,
  145. see CONFIG-README for more infos
  146. * Display the remaining nicks on the stats page (those who didnt reach the
  147. stats at all)
  148. * Display the total count of topics that were set
  149. * Some small HTML validation fixes
  150. * Fix: pisg didn't find the alias for the kicker.
  151. * Stop hardcoding filenames in 'legend'
  152. * Removed support for unnamed arguments on commandline, everyone should now
  153. use the named arguments. (For example you must do 'pisg.pl -l
  154. logfile-name', and not just do 'pisg.pl chan logfile format maintainer')
  155. * Add support for 'sex' for users in pisg.cfg, this will make the stats
  156. always mention text with the right sex when saying for example 'she was
  157. very ..'
  158. * Updated Spanish translation from Sheuron
  159. * Add support for mbot logs (http://darksun.com.pt/mbot/)
  160. * Some nice speedup improvements
  161. pisg (0.20) - Tue, Aug 14th 2001
  162. * Add 'bgpic' config setting for the possibility to add a userdefined
  163. background picture to the page (Vetinari)
  164. * If pisg can't find the config file in the current directory (when running
  165. from crontab), then try opening the config file in which pisg.pl resides
  166. instead..
  167. * <words foul="..."> is now known as <set words="...">
  168. * Add new options 'show_wpl' and 'show_cpl', this enables user to view the
  169. 'chars per line' and 'words per line' in the 'most active nicks',
  170. disabled by default.
  171. * New option 'show_time', this will display a small bar in the 'most active
  172. nicks' of when the respective people actually speak. [enabled]
  173. * Because of the above change, there is new png files for pisg, remember to
  174. use the new ones and not the old ones! (thanks Christian Legler)
  175. * Remember to distribute the 'FORMATS' file (was missed in the last two
  176. releases)
  177. * Swedish translation (thanks to Andreas Henriksson)
  178. * New feature: 'Most actions'
  179. * Add option 'show_legend' which can be used if you want to show the legend
  180. for the different times..
  181. * New option 'ignorewords' which is to be used if you want to ignore some
  182. words in the stats.
  183. * Usual cleanups and improvements
  184. pisg (0.19) - Tue, Aug 7th 2001
  185. * Fix critical bug where <channel="#chan"> in pisg.cfg didn't work at all.
  186. * Warn the user when a translation template doesn't exist for a specific
  187. language (so people know why some of the stats is in English, and
  188. hopefully encourages people to send in the missing template(s))
  189. * Don't try parsing . and .. 'files' in a directory when using logdir
  190. * Small updates to Danish translation
  191. * Small bug in documentation fixed
  192. pisg (0.18) - Mon, Aug 6th 2001
  193. * Added pisg.cfg support which now obsoletes user.cfg, in this file
  194. everything should be set, instead of in the script - this makes it easier
  195. upgrading pisg. Read CONFIG-README in order to "understand" it.
  196. * Commandline option -c is now -ch
  197. * Uncompress files with *.gz and *.bz2 automatically (Sascha Lüdecke)
  198. * Add new feature --prefix, this works on commandline so you only get logs
  199. starting with what you specify, for example -p '#mychan' will only get
  200. dir/#mychan* files. (Sascha Lüdecke)
  201. * Fix op tracking with bxlog logs
  202. * Added Foulwords-Variable to pisg.cfg
  203. * Make pisg die when there is no files in logdir
  204. * Portugese translation (thanks to JaMiR0W <jamirow@ig.com.br>)
  205. * Norweigan translation (thanks to Andreas Blaafladt)
  206. * Dutch translation (thanks to Pyrofikiemaan)
  207. * New feature: 'Those who couldnt control the shift key and wrote UPPERCASE'
  208. * New feature: 'Who got slapped the most'
  209. * New feature; 'Average words per line'
  210. * Stop copying CVS dirs with distribution
  211. * Also count words in actions, and a new feature: 'most words' (thanks to
  212. Hanno Hecker)
  213. * Updated a lot of documentation (README and CONFIG-README), you should
  214. reread it ;)
  215. * The usual small improvements (and bug additions)
  216. pisg (0.17) - Sat, July 28th 2001
  217. * Timezone offset now understands two digits as it should
  218. * The 'time bars' were broken, fix them.
  219. * Spanish translation (thanks to Sheuron Azxe)
  220. * Polish translation (thanks to Gandalf the Grey)
  221. * Moved translations over to new file -> lang.txt, to remove bloat in
  222. pisg.pl
  223. * Fixed a few minor bugs
  224. pisg (0.16a) - Wed, July 25th 2001
  225. * Forgot to remove some debugging :(
  226. pisg (0.16) - Wed, July 25th 2001
  227. * Danish translation (thanks to Kim Ingemann aka Tuxi)
  228. * Fixed some unitialized values which came up in some situations
  229. * Eggdrop log had 'last message repeated x times' - pisg didn't understood
  230. this before, now it does! :) (thanks to Jamie Cheetham).
  231. * French translation (thanks Molator)
  232. * Also use the timeoffset in 'most active times'
  233. * Started to distribute various scripts with pisg:
  234. - 'dropegg.pl' - takes a bunch of eggdrop logs and converts them into
  235. mIRC format (Emil Mikulic <darkmoon7@optushome.com.au>)
  236. - 'addalias.pl' - webinterface for allowing users to add their own stuff
  237. to the users.cfg file. (Doomshammer <doomshammer@doomshammer.yi.org>)
  238. - 'crontab' - small file explaining how to use pisg with crontab
  239. pisg (0.15) - Fri, July 20th 2001
  240. * Fixed bug where grufti-logfiles wouldn't ignore oppers.
  241. * Fixed pisg dying when there is no action and normallines in logfile
  242. * Also strip mIRC bold and underline codes
  243. * Nick tracking code optimized
  244. * Eggdrop logs were logging server mode changes.. fixed.
  245. * The 'active times' bars should now be more logical and always have a max
  246. height of 100px
  247. * Added new users.cfg file which obsoletes aliasfile and ignorefile
  248. * New feature: ability to add user pictures to stats
  249. * New feature: ability to add user links to stats (homepages, e-mail)
  250. * Made a big code change so it now supports somekind of template system so
  251. pisg can support more than one language
  252. * German language support added (thanks Winfried aka Doomshammer)
  253. * Now shows the time when the topic was changed in 'Latest topics'.
  254. * Thousands of small things which I forgot.
  255. * Removed the documentation for unnamed arguments on the commandline..
  256. people should start using the named arguments (--logfile, -f etc.)
  257. pisg (0.14) - Mon, July 16th 2001
  258. * 'Most referenced nicks' and 'most used words' now ignores the nicks in
  259. ignore.txt
  260. * 'Most used words' now ignores nicks
  261. * Fixed critical bug; --format wasn't working. (thanks S. William Schulz)
  262. pisg (0.13) - Sun, July 15th 2001
  263. * New feature: Now supports 'grufti' (bot) logfiles.
  264. * New feature: Now supports 'bxlog' (logging script for bitchx) logfiles
  265. * Improved some debugging
  266. * Cleaned up a lot of code, so it's structured better - less global
  267. variables and everything is now in subs, also found some variables which
  268. weren't used.. so it should be more correct and more efficient now
  269. * Fix up some speed in the kicking stats... it was doing the same grep twice
  270. * Fixed a stupid bug which caused pisg to die if the alias.txt wasn't
  271. there.
  272. * Really fix typo, sherif -> sheriff
  273. * Added a FORMATS file explaining the supported fileformats, and updated
  274. the README accordingly
  275. * Added a new feature where one can specify a log directory, and then pisg
  276. will run through all the files in the directory and combine them into one
  277. big html file.
  278. * -d on commandline now specifies logdir instead of debugging (removed)
  279. * Also added --aliasfile and --ignorefile as commandline options.
  280. pisg (0.12) - Thu, July 12th 2001
  281. * Strip mIRC color codes (Sam Bingner)
  282. * New feature: Support eggdrop logformats (Sam Bingner)
  283. * Track nicks/aliases dynamically [as an option] (Sam Bingner)
  284. * Added better commandline arguments (like --channel=#blah) and pisg now
  285. has a cool usage --help option. (thanks S. William Schulz)
  286. * xchat logformats which are indented should now be supported
  287. * New feature: 'most fouls' (bad language)
  288. * New feature: 'shortest lines' (as opposite to longest lines)
  289. * Added $timeoffset so people can get times in their own time zones.
  290. * It's now possible to define a pageheader file which can be included on
  291. the HTML page, with $pageheader
  292. * Changed 'no topics' text
  293. pisg (0.11) - Fri, June 29th 2001
  294. * Before http:// didn't get counted as a smiley, now "all" protocols
  295. doesn't get counted as smilies (ftp://, gohper://).
  296. * Fixed typo, sherif -> sheriff
  297. * Changed the appearence of 'most ref nicks/words', email me if you don't
  298. like it.. :)
  299. * Also add some fade stuff to the 'most active nicks'
  300. * Topic history variable wasn't used, fixed.
  301. * Replace & with &amp;
  302. * Replace URLs and e-mail addys in 'random quote' and 'last topic' to HTML
  303. hrefs
  304. * Some other small changes which I forgot
  305. pisg (0.10) - Fri, June 22th 2001
  306. * The 'Im going on vacation'-release. Fixes very small things.
  307. * Small bug in counting kicker/kicked person when using xchat - fixed.
  308. * Fixed a bug where some lines didn't catch up the alias for a nick
  309. * Join counting was broken.. fixed.
  310. * Use 'px' to define font sizes instead of 'pt' in CSS.
  311. * Fix some colors in the page which couldn't get set by variables in the
  312. top
  313. * Other small changes
  314. pisg (0.09) - Tue, June 5th 2001
  315. * Some small improvements in the count of sadfaces/smilies
  316. * New features:
  317. - 'most used words'
  318. - 'most referenced nick'
  319. * Rewrote a LOT of the format dependent code, now it's very easy adding
  320. new IRC log formats
  321. * Fixed random bugs here and there
  322. * The usual small, nice code enhancements.
  323. pisg (0.08) - Sat, April 14th 2001
  324. * Documentation updates (remember to up the version number :))
  325. * A lot of nice changes from Vetinary <iranitev@gmx.net>:
  326. - 'op/deop stats'
  327. - 'join stats'
  328. - 'action counting'
  329. - 'counting of :(, :-('
  330. * use strict;
  331. pisg (0.07) - Sun, March 11th 2001
  332. * New feature: Now supports xchat logfiles <:)
  333. * Should render pages 100% HTML 4.01/CSS2 compatible now
  334. * Some minor code cleanups (use strict; soon)
  335. pisg (0.06) - Wed, February 21th 2001
  336. * Even more workarounds for small logfiles
  337. * More customization options
  338. * Now shows processtime
  339. * You can now specify nicks to ignore in the logfile (bots etc)
  340. * Now supports commandline arguments (./pisg.pl chan logfile outputfile)
  341. * Some speedup improvements
  342. * A bit more HTML 4 compliant :)
  343. pisg (0.05) - Thu, February 15th 2001
  344. * New features:
  345. - 'Runners-up to Big numbers'
  346. - 'Latest topics'
  347. * More fixes for small logfiles
  348. * Enhanced 'Most active times'
  349. * Speedup improvements
  350. * Added CREDITS file to the nice people who have contributed :)
  351. pisg (0.04) - Fri, January 26th 2001
  352. * New features:
  353. - 'the person that smiled the most'
  354. - 'can now connect nicks together through alias file'
  355. - 'person that wrote the most monologues (5 or more lines in a row)'
  356. * Fixes for small logfiles
  357. * Restrutured code
  358. * More customization through variables in the top of the script
  359. pisg (0.03) - Thu, January 11rd 2001
  360. * Code cleanups
  361. * New features:
  362. - 'the op who kicked most'
  363. - 'the one who got kicked the most'
  364. - 'longest lines'
  365. * Highlight most active hour
  366. * New images, 'pipe-blue.png' and 'pipe-purple.png', removed 'pipe3v.gif'
  367. * Updated README
  368. * Added Changes file
  369. pisg (0.02) - Wed, January 3rd 2001
  370. * Initial release.