Changelog 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619
  1. pisg (x.xx)
  2. * SortByWords option added (thanks, Matthew Cheetah Gabeler-Lee
  3. <msg2@po.cwru.edu>)
  4. * Foul-words matching is now more strict. It no longer matches inside a
  5. word, but only in the end or at the start of a word (thanks, Matthew
  6. Cheetah Gabeler-Lee <msg2@po.cwru.edu>)
  7. * ShowFoulLine option added (thanks, Adam Spiers <adam@spiers.net>).
  8. * The "foul-words" counting is now done word-wise instead of line-wise
  9. (thanks, Adam Spiers <adam@spiers.net>)
  10. * Files in a LogDir is now run through alphabetically incase-sensitive
  11. (thanks, Gissehel <gissehel-pisggene@giss.mine.nu>)
  12. * --prefix commandline option wasn't working, fixed.
  13. * Slovak translation added (thanks, Gabriel Svajko <snowman@ew.sk>)
  14. * "Most Active Nicks By Hour" added, new options:
  15. - ShowMostActiveByHour
  16. - ShowMostActiveByHourGraph
  17. - ActiveNicksByHour
  18. (thanks, Gissehel <gissehel-pisggene@giss.mine.nu>)
  19. * A problem with links in Trillian log formats has been fixed (thanks,
  20. Hanno Hecker <hanno-pisg@bee.de>)
  21. * A problem with multiple mode changes (+vv, +oo) in Trillian format has
  22. been fixed.
  23. * --cchannels commandline option added, when a channel is specified here,
  24. it will be the only channel to run stats for in pisg.cfg. (thanks,
  25. "Matthew \"Cheetah\" Gabeler-Lee" <msg2@po.cwru.edu>)
  26. pisg (0.38) - Thu Apr, 25th 2002
  27. * Grammar fixes in documentation (thanks, Azhrarn <diablo2@krock.com>)
  28. * Added support for pircbot (http://www.jibble.org/pircbot.php)
  29. * Note added to docs/FORMATS file about oer format limitations (thanks, EQU
  30. <equ@equnet.org>)
  31. * Icelandic translation added (thanks, Birkir <dkf@visir.is>)
  32. * scripts/windows-ftp-upload.txt has been added; a sample script and
  33. description on how to upload files automatically on Windows. (thanks,
  34. Azhrarn)
  35. * A old configuration option appeared on commandline when doing pisg --help
  36. * Configuration options renamed: pic_width => PicWidth, pic_height =>
  37. PicHeight, pic_loc => PicLocation. Documentation also added.
  38. * Split up the documentation of options into different categories, for
  39. better overview.
  40. * Fix minor typo in bxlog formats which caused joins to a channel not being
  41. registered properly (thanks, comcute <comcute@blastnet.ee>)
  42. * A dutch translation appeared in the English version of pisg; fixed.
  43. * Nicktracking wasn't working with the irssi logfile format, fixed (thanks,
  44. Matthäus Wander <jonny_b.good@gmx.de>)
  45. * Time-bars are now centered properly
  46. * Czech translation added (thanks, Jaroslav Ostadal <s98704@tacheon.dkm.cz>)
  47. pisg (0.37) - Mon Apr, 8th 2002
  48. * The "lets clean up and move things around"-release
  49. * pisg.pl has been renamed to pisg
  50. * Colors/layout options has been removed. You now control the HTML page
  51. by using CSS. The 'layout' directory contains the default CSS file. Also,
  52. you are encouraged to provide your own CSS files for pisg so we can have
  53. different themes, send them to me and they will become a part of pisg :-)
  54. * Options has been renamed, the underscore has been removed, but they can
  55. still be used with a small warning.
  56. * prefix option has been renamed to LogPrefix
  57. * foul option has been renamed to FoulWords
  58. * The 'use_activetime_alt' option has been removed, not needed.
  59. * There is now an "MostNicksHistory" option to define how many nicks you
  60. want to have in the "Most Used Nicks" box
  61. * Some HTML columns were missing their end-tag when no voices had been
  62. made. Fixed.
  63. * It was not possible to use the LogSuffix option before, it's now working
  64. again.
  65. * 'names/name' is now translateable in the 'Most Used Nicks' section.
  66. * Remove CONFIG-README, obsoleted by new and better doc/pisg-doc.txt and
  67. doc/html/index.html
  68. * Nicks ignored are now properly ignored in 'Most Used Nicks'
  69. * pisg warned about an unrecognized line in the configuration file when you
  70. had empty lines in the channel section. Fixed.
  71. * When dealing with multiple channels; aliases, ignores etc. would get
  72. passed on to the next channel, so you could see nicks appearing which
  73. never existed on that channel. Fixed. This should also give a performance
  74. increase.
  75. * When using the TimeOffset option, the wrong hours was highlighted both in
  76. the vertical and horizontal bars - fixed. (thanks, Mircea Ionut Bardac)
  77. * When nicktracking is on, if a nick was changed but also appeared as a
  78. regex-alias, an errornous new alias would be created (thanks,
  79. Phil Gregory)
  80. * mIRC-logfiles were not recognizing nick-changes, fixed (Sam Bingner)
  81. * Support for muh-bouncer logs (thanks, Sebastian Erlhofer & Bastian
  82. Friedrich)
  83. * Support for dancer-bot logs (thanks, Elmar Hoffmann)
  84. * Support for energymech bot (thanks, Torsten Karwoth)
  85. * Support for virc98 logs (thanks, HceZar <hcezar@freemail.it>)
  86. * Romanian translation added (thanks, Vlad <vlad@ifrance.com>)
  87. * The usual translation updates.
  88. pisg (0.36) - Fri Feb, 8th 2002
  89. * Many translation updates (thanks all)
  90. * Add new translation templates to translate the bottom of the stats page
  91. * Add Portugese/Brazil translation(PT-BR) (thanks Peter <peter@brasnet.org>)
  92. * addalias.pl script v2.2 by Jens Bergmann <gimmick@1cu.de>, see the
  93. changes in the README in scripts/addalias/
  94. * The lang option is no longer case sensitive
  95. * "Most used nicks" no longer thinks that two differently cased nicks are
  96. different nicks.
  97. * Action lines fixed in axur format (thanks, Andrew <andy@lewman.com>)
  98. * Fix serious bug in addalias.pl where a nick with a metacharacter in it
  99. would wipe out whole config (thanks for the report, Jens Bergmann)
  100. pisg (0.35) - Sat Jan, 26th 2002
  101. * Translate mouse-over items (eg. "Open in new window: URL")
  102. * Support for oer bot logfiles (thanks to EQU <equ@equnet.org>)
  103. * Support for perlbot logfiles (thanks to Travis Roy <travis@scootz.net>)
  104. * Add -v / --version commandline option
  105. * Fix a rare bug where a user with only one line, and no words were causing
  106. unitialized values error.
  107. * Many fixes to axur logfile format (thanks, Andrew <andy@lewman.com>)
  108. * Fix to irssi logfile handling, where a user was recognized as a mode
  109. (thanks, David Leadbeater <dgl@dgl.cx>)
  110. * Support new xchat logfile format (from 1.8.6 and up)
  111. * Add "show_mostnicks" feature (thanks to "ST8" <st8@barrysworld.com>),
  112. this adds a box on the stats page showing how many different nick uses
  113. people had
  114. * Fix bug in documentation, which said nicktracking was enabled by default,
  115. but it really isn't.
  116. * The addalias.pl script is no longer case sensitive when updating nicks
  117. already in the config file
  118. pisg (0.34) - Tue, Jan 8th 2002
  119. * New option 'show_topics', to enable/disable 'last topics'
  120. * New feature 'bigpic' for users, see CONFIG-README. 'bigpic' will link to
  121. a bigger picture (thanks, Phil Gregory)
  122. * axur logfile support (thanks to Andrew <andy@lewman.com>)
  123. * Nicks in 'most referenced nicks' is now being aliased properly, the
  124. "number of uses" wasn't being incremented for the aliases (thanks to Phil
  125. Gregory and The Paladin)
  126. * bobot++ logfile support added (thanks to Oct@zoy.org)
  127. * New option 'nickhistory' to define the maximum number of nicks in 'most
  128. referenced nicks' (as suggested by Zapp <box@uni.de>)
  129. * The usual slew of translation updates
  130. pisg (0.33) - Tue, Dec 20th 2001
  131. * The "Merry Christmas" release
  132. * Internet Explorer 6 centered all table contents, fixed.
  133. * Trillian logfile support added (thanks to Azhrarn <Azhrarn@winbot.co.uk>)
  134. * Remove a lot of debugging code which was never really used, this should
  135. give a small increase in performance
  136. * 'show_voices' wasn't working, fixed (thanks, Stefan D.)
  137. * Small bugfix to pisg.cfg parsing
  138. * Add 'pagefoot' option, works like the 'pagehead function' (thanks Jean
  139. Delvare)
  140. * Filter URLs with ampersands, & -> &amp; (thanks Jean Delvare)
  141. * Changed README a bit
  142. * Add 'wordshistory' configuration option, to define how many words to be
  143. in 'most used words'
  144. pisg (0.32) - Sun, Dec 9th 2001
  145. * infobot log support added by Nicholas Frampton <whyrl@avians.net>
  146. * HTML changes:
  147. - Convert stats page to use more CSS, never use 'bgcolor' HTML attribute.
  148. - Make the page XHTML compatible, and use XHTML 1.0 Transititional doctype.
  149. * When a logfile had the same topic multiple times, all of the same topics
  150. was being shown on the stats page, now duplicate topics is removed.
  151. * The hour being highlighted in 'most active times' is now the hour with
  152. most activity, if you want to highlight the hour which the stats are
  153. being generated in, use 'use_activetime_alt'
  154. * More improvements to pisg.cfg parsing
  155. * irssi logfile fixes:
  156. - Was interpreting nicks with '-' in it incorrectly.
  157. - Topics wasn't being displayed correctly
  158. * All configuration options in CONFIG-README can now be specified on
  159. commandline, eg. 'pisg.pl --cfg show_wpl=1 --cfg show_cpl=1'
  160. pisg (0.31) - Mon, Dec 3rd 2001
  161. * Fix serious bug where pisg would end up in an endless loop when multiple
  162. URLs were on a line.
  163. * More improved parsing: pisg will now complain if a configuration option
  164. is used, which doesn't exist in the real world.
  165. * Fix some documentation bugs
  166. * Report the right line number when displaying parse errors in pisg.cfg
  167. pisg (0.30) - Sun, Dec 2nd 2001
  168. * New feature: 'show_lastseen' - will add a column in the stats to display
  169. when the user was last seen on the channel.
  170. * When using mIRC logs which have a prefix (eg. <@osama> hi!), the prefix
  171. will be removed automatically, works for both @ and +.
  172. * New 'urlhistory' option added to define the maximum number of URLs to
  173. show in 'most referenced URLs'
  174. * zcbot (http://zcbot.sourceforge.net/) support added by Mo-Ize <mo-ize@pas-tres.net>
  175. * Preliminary support for 'ircle' logformats
  176. * Also translate the title of stats page
  177. * More precise docs, to document the defaults of the options.
  178. * When a topic or a line had multiple URLs/e-mails, only the first one was
  179. replaced by a link, fixed (thanks, Zapp <box@uni.de>)
  180. * Add 'logsuffix' option, to get around problem with eggdrop logs not being
  181. sorted correctly.
  182. * 'wordlength' was applying to nicks in 'most referenced nicks' as well,
  183. don't do that.
  184. * Improved parsing of config file. pisg will now complain if a line isn't
  185. what it's supposed to be.
  186. * Lines with only a single smiley, eg. '<user> :P' got counted as a
  187. UPPERCASE line, now ignored.
  188. pisg (0.29) - Sat, Nov 10th 2001
  189. * When using multiple channels, and not all channels have user pics, it was
  190. showing a big empty coloumn with no userpics. Now it checks whether any
  191. users in top xx has a userpic, and if yes, add the coloumn.
  192. * Additionaly, users can force pictures of a channel with the new
  193. 'userpics="n"' option. (This could be useful if a nick appears on many
  194. channels, but you only want the userpics on one..)
  195. * New version of addalias.pl by deadlock <deadlock@cheeseheadz.net>:
  196. - Doesn't need addalias.htm anymore, addalias.pl takes care of everything
  197. - Can dynamically change user data when a nick is already added in the
  198. config file
  199. - Improved error handling
  200. - Improved code
  201. * Can now show voices/devoices like the showing of ops/deops, disabled by
  202. default. Can be enabled with <set show_voice="1">
  203. * A relative URL to the pisg image bars can now be defined with 'pic_loc',
  204. defaults to current dir.
  205. * Counted 'http://name.com/' differently from 'http://name.com' - fixed.
  206. * Fixed bug where mbot logs didnt count lines with only a 1 digit day
  207. value, thanks to Teemu Ikonen <tpikonen@pcu.helsinki.fi>
  208. * Add support for winbot logfiles (www.winbot.co.uk) by Azhrarn
  209. <diablo2@krock.com>
  210. * Updates to Swedish translation (thanks to Andreas Henriksson
  211. <andreas.henriksson@linux.se>)
  212. * Fix bug where when you had less than 5 urls in 'most referenced urls',
  213. one wasn't being shown. (thanks Hanno Hecker)
  214. * 'Hello' and 'hello' are no longer treated as seperate words in 'Most
  215. Referenced Words'
  216. * Added Estonian translation by comcute <comcute@surfdata.ee>
  217. * Added Italian translation by Pascal Brax <god@pascalbrax.com>
  218. * Added Catalan translatino by Roger Utgés (Nikoru) <nikoru@menta.net>
  219. pisg (0.28) - Sun, Oct 21th 2001
  220. * Added Hungarian translation by Gyuri Horak <dyuri@dyuri.org>
  221. * Performance improvements in HTML generation
  222. * Fix bug where the 'These didn't make it to the top' section wasn't being
  223. shown on the stats page when 'activenicks2' was less than the people in
  224. the top 25.
  225. * New options:
  226. - 'show_activetimes' enable/disable 'Most Active Times' section.
  227. - 'show_bignumbers' enable/disable 'Big Numbers' and 'Other Interesting
  228. Numbers' section.
  229. * The numbers below the timebars in 'Most Active Times' wasnt using the
  230. 'rankc' color option, it now does, and additionally adds a color
  231. 'hi_rankc' for highlighted ranks.
  232. * A topic like "<Joe> blah blah blah" was showing up as "blah blah blah" in
  233. 'latest topics' - fixed.
  234. * Hopefully fix pisg on Win32.
  235. * Add charset to the HTML page to make validator.w3.org happy, it's user
  236. defineable with the new 'charset' option, default is 'iso-8859-1'.
  237. * The color of the links in the bottom of the page (not in tables) can be
  238. set by the new 'bg_link', 'bg_hlink' and 'bg_vlink' options.
  239. * New option: 'default_pic' makes it possible to display a default picture
  240. for a user if no picture defined. For example to display a picture
  241. showing 'No picture available.'
  242. pisg (0.27) - Sun, Oct 7th 2001
  243. * Stats page was showing [:total] instead of the actual number, fixed.
  244. * Added Slovenian translation by Ales Tepina <ales.tepina@guest.arnes.si>
  245. * Updates to various language templates
  246. * Cleaned up addalias script (scripts/addalias/), it now shows a prettier
  247. page, and it's now possible to add the sex of a user as well.
  248. * It's now possible to ignore unwanted URLs in 'most referenced urls':
  249. <link url="http://www.mydomain.com" ignore="y">
  250. pisg (0.26) - Mon, Oct 1st 2001
  251. * Internet Explorer interpreted width="" and height="" as a picture of 0x0
  252. pictures, fix so we dont set empty values.
  253. * Updates to French template by Mouky <mouky@m6net.fr> and aNa|0Gue
  254. <analogue@glop.org>
  255. * Add --silent switch to pisg; makes pisg quiet, and only display error
  256. messages. (thanks, S. William Schulz)
  257. * Added Finish translation by Kirler@paincreators <kirler@letku.net>
  258. * Added missing template, 'bylinetopic', to translate "by <nick> on <time>"
  259. in lang.txt
  260. * Hopefully fix a lot of problems with FindBin permission problems.
  261. pisg (0.25) - Wed, Sep 26th 2001
  262. * Fixed days counting wrong when using logdir option.
  263. * New options by Patrick Aussems:
  264. - show_mrn, disable/enable most referenced nicks
  265. - show_mru, disable/enable most referenced urls
  266. - show_muw, disable/enable most used words
  267. - show_randquote, disable/enable the showing of the random quotes
  268. * More flexibility to irssi logfile format, will now work with more irssi
  269. logfile configurations. (David Leadbeater)
  270. * Some fixes for eggdrop format where the nick was in nick!user@host
  271. format.
  272. * Added new options 'pic_width' and 'pic_height', enables people to specify
  273. the sizes of userpictures.
  274. pisg (0.24) - Mon, Sep 24th 2001
  275. * Logdirs not working, fixed.
  276. * Fix bug where it posted garbage on stats page where it should say
  277. "he/she"
  278. * Small changes/corrections to psybnc format (Marco Dieckhoff)
  279. * Kickers and 'victims' (/me beats john) wasn't being ignored, fixed.
  280. pisg (0.23) - Sun, Sep 23th 2001
  281. * Support irssi logfiles
  282. * Support psybnc logfiles
  283. * Topics in mIRC format wasn't being recognized. Fixed.
  284. * Don't go beserk when the logfile doesn't contain any data; just tell it
  285. to the user.
  286. * Fix: Don't show empty quotes on the stats page.
  287. * More work on the object oriented goal of pisg:
  288. - cleanups, don't use globals in modules, define these in the object.
  289. - add HTMLGenerator.pm, and move all HTML generation code from pisg.pl
  290. to this new module.
  291. - New module Pisg.pm brings the rest of the main code into it's own
  292. module, this means that Pisg is no longer dependent of pisg.pl.
  293. Again, please report back if you find any trouble with any of these
  294. changes.
  295. * Better logic when no channels are defined. Instead of just defaulting to
  296. #channel and channel.log, then force the user to define these on either
  297. commandline or in the config file. This should be better for first-time
  298. users.
  299. * Ship developer docs in docs/dev/ instead of just dumping it in docs/,
  300. docs/ should be for end users.
  301. * Various updates to language templates
  302. pisg (0.22) - Sat, Sep 15th 2001
  303. * pisg.cfg now supports regexs in user.cfg when 'regexp_aliases' is
  304. enabled. (thanks, Phil Gregory)
  305. * When using logdirs, files is now sorted properly, so files are read in the
  306. right order (thanks, Sascha Lüdecke)
  307. * A bunch of English grammar corrections (thanks, Phil Gregory)
  308. * Words like //www is now being ignored as they should.
  309. * Instead of 'slaps' we now have 'violence', so one can define their own
  310. action lines to be counted. Like '/me hits nick on the forehead',
  311. configured by the 'violent' variable.
  312. * pisg is undergoing a large change of it's code structure, meaning that
  313. things will be built with modules instead of one giant Perl script,
  314. making it easier to maintain and read, and it will enable us to make pisg
  315. get data, or parse data from another source than a logfile; for example
  316. an SQL database, *sometime*. This means that pisg is now coming with a
  317. new subdir 'modules/' containing all the modules pisg need. (thanks to
  318. Phil Gregory) if you expierence any problems with this change, please
  319. report back.
  320. * Moved some documentation to a new 'docs/' folder.
  321. * Joins wasn't working in mIRC format, fixed.
  322. * Support both [HH::mm::ss] and [HH::mm] in mIRC logformats.
  323. * Timebars was broken when using timeoffset, showing the wrong colors
  324. comparing with the legend.
  325. * Many bugs in documentation fixed, should be cleaner now.
  326. * Usual minor optimizations and fixes
  327. pisg (0.21) - Mon, Aug 27th 2001
  328. * Fix stupid legend bug; 0-6 should be 0-5, and 7-11 should be 6-11.
  329. * Added "Most referenced URLs".
  330. * Stop matching 'user@host blah' as a mailto link.
  331. * Fix a word counting bug - was counting a lot less words than in the
  332. previous version.
  333. * Supplied some extra info to the 'got kicked' stats, now it shows an
  334. example kick line from the stats. (Thanks to Michael Dales for
  335. show_kickline-patch)
  336. * The same for 'most slaps', 'most slapped', 'most actions' and
  337. 'most shouted' stats. Every option has it's own activation_variable,
  338. see CONFIG-README for more infos
  339. * Display the remaining nicks on the stats page (those who didnt reach the
  340. stats at all)
  341. * Display the total count of topics that were set
  342. * Some small HTML validation fixes
  343. * Fix: pisg didn't find the alias for the kicker.
  344. * Stop hardcoding filenames in 'legend'
  345. * Removed support for unnamed arguments on commandline, everyone should now
  346. use the named arguments. (For example you must do 'pisg.pl -l
  347. logfile-name', and not just do 'pisg.pl chan logfile format maintainer')
  348. * Add support for 'sex' for users in pisg.cfg, this will make the stats
  349. always mention text with the right sex when saying for example 'she was
  350. very ..'
  351. * Updated Spanish translation from Sheuron
  352. * Add support for mbot logs (http://darksun.com.pt/mbot/)
  353. * Some nice speedup improvements
  354. pisg (0.20) - Tue, Aug 14th 2001
  355. * Add 'bgpic' config setting for the possibility to add a userdefined
  356. background picture to the page (Vetinari)
  357. * If pisg can't find the config file in the current directory (when running
  358. from crontab), then try opening the config file in which pisg.pl resides
  359. instead..
  360. * <words foul="..."> is now known as <set words="...">
  361. * Add new options 'show_wpl' and 'show_cpl', this enables user to view the
  362. 'chars per line' and 'words per line' in the 'most active nicks',
  363. disabled by default.
  364. * New option 'show_time', this will display a small bar in the 'most active
  365. nicks' of when the respective people actually speak. [enabled]
  366. * Because of the above change, there is new png files for pisg, remember to
  367. use the new ones and not the old ones! (thanks Christian Legler)
  368. * Remember to distribute the 'FORMATS' file (was missed in the last two
  369. releases)
  370. * Swedish translation (thanks to Andreas Henriksson)
  371. * New feature: 'Most actions'
  372. * Add option 'show_legend' which can be used if you want to show the legend
  373. for the different times..
  374. * New option 'ignorewords' which is to be used if you want to ignore some
  375. words in the stats.
  376. * Usual cleanups and improvements
  377. pisg (0.19) - Tue, Aug 7th 2001
  378. * Fix critical bug where <channel="#chan"> in pisg.cfg didn't work at all.
  379. * Warn the user when a translation template doesn't exist for a specific
  380. language (so people know why some of the stats is in English, and
  381. hopefully encourages people to send in the missing template(s))
  382. * Don't try parsing . and .. 'files' in a directory when using logdir
  383. * Small updates to Danish translation
  384. * Small bug in documentation fixed
  385. pisg (0.18) - Mon, Aug 6th 2001
  386. * Added pisg.cfg support which now obsoletes user.cfg, in this file
  387. everything should be set, instead of in the script - this makes it easier
  388. upgrading pisg. Read CONFIG-README in order to "understand" it.
  389. * Commandline option -c is now -ch
  390. * Uncompress files with *.gz and *.bz2 automatically (Sascha Lüdecke)
  391. * Add new feature --prefix, this works on commandline so you only get logs
  392. starting with what you specify, for example -p '#mychan' will only get
  393. dir/#mychan* files. (Sascha Lüdecke)
  394. * Fix op tracking with bxlog logs
  395. * Added Foulwords-Variable to pisg.cfg
  396. * Make pisg die when there is no files in logdir
  397. * Portugese translation (thanks to JaMiR0W <jamirow@ig.com.br>)
  398. * Norweigan translation (thanks to Andreas Blaafladt)
  399. * Dutch translation (thanks to Pyrofikiemaan)
  400. * New feature: 'Those who couldnt control the shift key and wrote UPPERCASE'
  401. * New feature: 'Who got slapped the most'
  402. * New feature; 'Average words per line'
  403. * Stop copying CVS dirs with distribution
  404. * Also count words in actions, and a new feature: 'most words' (thanks to
  405. Hanno Hecker)
  406. * Updated a lot of documentation (README and CONFIG-README), you should
  407. reread it ;)
  408. * The usual small improvements (and bug additions)
  409. pisg (0.17) - Sat, July 28th 2001
  410. * Timezone offset now understands two digits as it should
  411. * The 'time bars' were broken, fix them.
  412. * Spanish translation (thanks to Sheuron Azxe)
  413. * Polish translation (thanks to Gandalf the Grey)
  414. * Moved translations over to new file -> lang.txt, to remove bloat in
  415. pisg.pl
  416. * Fixed a few minor bugs
  417. pisg (0.16a) - Wed, July 25th 2001
  418. * Forgot to remove some debugging :(
  419. pisg (0.16) - Wed, July 25th 2001
  420. * Danish translation (thanks to Kim Ingemann aka Tuxi)
  421. * Fixed some unitialized values which came up in some situations
  422. * Eggdrop log had 'last message repeated x times' - pisg didn't understood
  423. this before, now it does! :) (thanks to Jamie Cheetham).
  424. * French translation (thanks Molator)
  425. * Also use the timeoffset in 'most active times'
  426. * Started to distribute various scripts with pisg:
  427. - 'dropegg.pl' - takes a bunch of eggdrop logs and converts them into
  428. mIRC format (Emil Mikulic <darkmoon7@optushome.com.au>)
  429. - 'addalias.pl' - webinterface for allowing users to add their own stuff
  430. to the users.cfg file. (Doomshammer <doomshammer@doomshammer.yi.org>)
  431. - 'crontab' - small file explaining how to use pisg with crontab
  432. pisg (0.15) - Fri, July 20th 2001
  433. * Fixed bug where grufti-logfiles wouldn't ignore oppers.
  434. * Fixed pisg dying when there is no action and normallines in logfile
  435. * Also strip mIRC bold and underline codes
  436. * Nick tracking code optimized
  437. * Eggdrop logs were logging server mode changes.. fixed.
  438. * The 'active times' bars should now be more logical and always have a max
  439. height of 100px
  440. * Added new users.cfg file which obsoletes aliasfile and ignorefile
  441. * New feature: ability to add user pictures to stats
  442. * New feature: ability to add user links to stats (homepages, e-mail)
  443. * Made a big code change so it now supports somekind of template system so
  444. pisg can support more than one language
  445. * German language support added (thanks Winfried aka Doomshammer)
  446. * Now shows the time when the topic was changed in 'Latest topics'.
  447. * Thousands of small things which I forgot.
  448. * Removed the documentation for unnamed arguments on the commandline..
  449. people should start using the named arguments (--logfile, -f etc.)
  450. pisg (0.14) - Mon, July 16th 2001
  451. * 'Most referenced nicks' and 'most used words' now ignores the nicks in
  452. ignore.txt
  453. * 'Most used words' now ignores nicks
  454. * Fixed critical bug; --format wasn't working. (thanks S. William Schulz)
  455. pisg (0.13) - Sun, July 15th 2001
  456. * New feature: Now supports 'grufti' (bot) logfiles.
  457. * New feature: Now supports 'bxlog' (logging script for bitchx) logfiles
  458. * Improved some debugging
  459. * Cleaned up a lot of code, so it's structured better - less global
  460. variables and everything is now in subs, also found some variables which
  461. weren't used.. so it should be more correct and more efficient now
  462. * Fix up some speed in the kicking stats... it was doing the same grep twice
  463. * Fixed a stupid bug which caused pisg to die if the alias.txt wasn't
  464. there.
  465. * Really fix typo, sherif -> sheriff
  466. * Added a FORMATS file explaining the supported fileformats, and updated
  467. the README accordingly
  468. * Added a new feature where one can specify a log directory, and then pisg
  469. will run through all the files in the directory and combine them into one
  470. big html file.
  471. * -d on commandline now specifies logdir instead of debugging (removed)
  472. * Also added --aliasfile and --ignorefile as commandline options.
  473. pisg (0.12) - Thu, July 12th 2001
  474. * Strip mIRC color codes (Sam Bingner)
  475. * New feature: Support eggdrop logformats (Sam Bingner)
  476. * Track nicks/aliases dynamically [as an option] (Sam Bingner)
  477. * Added better commandline arguments (like --channel=#blah) and pisg now
  478. has a cool usage --help option. (thanks S. William Schulz)
  479. * xchat logformats which are indented should now be supported
  480. * New feature: 'most fouls' (bad language)
  481. * New feature: 'shortest lines' (as opposite to longest lines)
  482. * Added $timeoffset so people can get times in their own time zones.
  483. * It's now possible to define a pageheader file which can be included on
  484. the HTML page, with $pageheader
  485. * Changed 'no topics' text
  486. pisg (0.11) - Fri, June 29th 2001
  487. * Before http:// didn't get counted as a smiley, now "all" protocols
  488. doesn't get counted as smilies (ftp://, gohper://).
  489. * Fixed typo, sherif -> sheriff
  490. * Changed the appearence of 'most ref nicks/words', email me if you don't
  491. like it.. :)
  492. * Also add some fade stuff to the 'most active nicks'
  493. * Topic history variable wasn't used, fixed.
  494. * Replace & with &amp;
  495. * Replace URLs and e-mail addys in 'random quote' and 'last topic' to HTML
  496. hrefs
  497. * Some other small changes which I forgot
  498. pisg (0.10) - Fri, June 22th 2001
  499. * The 'Im going on vacation'-release. Fixes very small things.
  500. * Small bug in counting kicker/kicked person when using xchat - fixed.
  501. * Fixed a bug where some lines didn't catch up the alias for a nick
  502. * Join counting was broken.. fixed.
  503. * Use 'px' to define font sizes instead of 'pt' in CSS.
  504. * Fix some colors in the page which couldn't get set by variables in the
  505. top
  506. * Other small changes
  507. pisg (0.09) - Tue, June 5th 2001
  508. * Some small improvements in the count of sadfaces/smilies
  509. * New features:
  510. - 'most used words'
  511. - 'most referenced nick'
  512. * Rewrote a LOT of the format dependent code, now it's very easy adding
  513. new IRC log formats
  514. * Fixed random bugs here and there
  515. * The usual small, nice code enhancements.
  516. pisg (0.08) - Sat, April 14th 2001
  517. * Documentation updates (remember to up the version number :))
  518. * A lot of nice changes from Vetinary <iranitev@gmx.net>:
  519. - 'op/deop stats'
  520. - 'join stats'
  521. - 'action counting'
  522. - 'counting of :(, :-('
  523. * use strict;
  524. pisg (0.07) - Sun, March 11th 2001
  525. * New feature: Now supports xchat logfiles <:)
  526. * Should render pages 100% HTML 4.01/CSS2 compatible now
  527. * Some minor code cleanups (use strict; soon)
  528. pisg (0.06) - Wed, February 21th 2001
  529. * Even more workarounds for small logfiles
  530. * More customization options
  531. * Now shows processtime
  532. * You can now specify nicks to ignore in the logfile (bots etc)
  533. * Now supports commandline arguments (./pisg.pl chan logfile outputfile)
  534. * Some speedup improvements
  535. * A bit more HTML 4 compliant :)
  536. pisg (0.05) - Thu, February 15th 2001
  537. * New features:
  538. - 'Runners-up to Big numbers'
  539. - 'Latest topics'
  540. * More fixes for small logfiles
  541. * Enhanced 'Most active times'
  542. * Speedup improvements
  543. * Added CREDITS file to the nice people who have contributed :)
  544. pisg (0.04) - Fri, January 26th 2001
  545. * New features:
  546. - 'the person that smiled the most'
  547. - 'can now connect nicks together through alias file'
  548. - 'person that wrote the most monologues (5 or more lines in a row)'
  549. * Fixes for small logfiles
  550. * Restrutured code
  551. * More customization through variables in the top of the script
  552. pisg (0.03) - Thu, January 11rd 2001
  553. * Code cleanups
  554. * New features:
  555. - 'the op who kicked most'
  556. - 'the one who got kicked the most'
  557. - 'longest lines'
  558. * Highlight most active hour
  559. * New images, 'pipe-blue.png' and 'pipe-purple.png', removed 'pipe3v.gif'
  560. * Updated README
  561. * Added Changes file
  562. pisg (0.02) - Wed, January 3rd 2001
  563. * Initial release.