Changelog 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002
  1. pisg (0.64) - ??
  2. Christoph:
  3. * Updated translations:
  4. + Finnish (thanks, Sami Karuaho).
  5. * Modified the CSS files containing .male/.female classes to show sex color
  6. also for <a href>s (SF tracker #1088382 by Jeroen - tux2020).
  7. pisg (0.63) - Wed Jan, 12th 2005
  8. Morten:
  9. * A new option, ShowLines, for disabling the column with the number of
  10. lines in "Most Active Nicks" has been added.
  11. * Choose locally-installed pisg versions ahead of system-installed pisg
  12. versions. (thanks, Bruce W. Murphy)
  13. Christoph:
  14. * Updated translations:
  15. + German (thanks, Igge).
  16. + Greek (thanks, Konstantinos Tzanidis).
  17. + Hebrew (thanks, shimi).
  18. + Swedish (thanks, Torbjörn Svensson).
  19. * Inhibit warning in _mostreferencednicks when a nick is referenced
  20. before being used first.
  21. * Links for users in "These didn't make it to the top" (thanks, Edward
  22. Pinski).
  23. * irssi.pm: Recognize joins even when autorealname.pl is loaded.
  24. * Hint user to use a log with timestamps when no parseable lines are found.
  25. * Apply (and heavily sanitize) patch by Igge for "Most active genders"
  26. stats (enable with ShowActiveGenders="1").
  27. * New karma statistics (ShowKarma, KarmaHistory options).
  28. * New NickLimit option (affects mostnicks, gender, and karma stats).
  29. * docs/pisg-doc.xml: more crossrefs and clarifications.
  30. * Fix subtle ignorewords issue.
  31. pisg (0.62) - Sat Dec, 11th 2004
  32. Changes by Christoph Berg:
  33. * Update mIRC script for the mIRC6hack format (thanks, coaster).
  34. * Warnings about missing Text::Iconv are suppressed by 'silent'.
  35. * Make FoulWords, ViolentWords, and IgnoreWords configurable per channel
  36. (required quite some black regexp magic; SF tracker #1066103 by jjp3).
  37. * wordlist_regexp uses quotemeta.
  38. * New ShowActiveNicks option (defaulting to 1).
  39. * Added lulubot parser (thanks, Vianney Lecroart).
  40. * Yet another URL parsing fix (certainly not the last).
  41. * CSS file can be linked to instead of being included statically;
  42. using "none" will make pisg omit the HTML header.
  43. * Documented HiCell and HiCell2 options.
  44. * Fixed winbot parser (SF tracker #1082554 by Warmedal).
  45. Changes by Morten Brix Pedersen:
  46. * Fixed typo in French translation.
  47. pisg (0.61) - Sat Oct, 30th 2004
  48. Changes by Christoph Berg:
  49. * Fix warning when running on empty logs.
  50. * Fix &amp; conversion.
  51. * Rewrote URL/email parsing code (SF trackers #730899, #745483, #945302).
  52. * More nick sanitizing.
  53. * Remove whitespace around user pictures, border="0", title.
  54. * Formats:
  55. + New "mIRC6hack" format to work around braindead mIRC6 logging.
  56. + Fix topic parsing bug in eggdrop (SF tracker #739090 by flashcode).
  57. * docs/:
  58. + Nicer Makefile.
  59. + Write a single HTML file.
  60. + Various crossrefs.
  61. + Updated list of languages.
  62. + Grab pisg.sgml manpage from Debian package, update with new options.
  63. pisg (0.60) - Fri Oct, 15th 2004
  64. Changes by Christoph Berg:
  65. * Clean up loop code in _mostnicks() and fix warning about calls to
  66. is_ignored(undef).
  67. * Added scripts/eggdrop-pisg.tcl for running pisg from eggdrop (thanks,
  68. HM2K).
  69. * Add total number of lines to status output.
  70. * Annotated all languages in lang.txt with charset; fixed some Russian and
  71. German strings.
  72. * Updated Norwegian translation (thanks, Andreas Blaafladt).
  73. * Updated Dutch translation (thanks, Tiniduske).
  74. * Fixed xchat2 "Topic for #chan is" parsing and added logsample (thanks,
  75. Brice Goglin).
  76. * Make BigNumbersThreshold accept only numbers and "sqrt" for security,
  77. use sqrt(most active nick's lines).
  78. * aspell'ed pisg-doc.xml.
  79. Changes by Morten Brix Pedersen:
  80. * Renamed the Danish translation to its correct abbreviation, DA instead
  81. of DK.
  82. * Updated Danish translation.
  83. * Fix problem with supybot log format, where the kick message became a
  84. part of a users nick.
  85. pisg (0.59) - Sun Oct, 3rd 2004
  86. Changes by Morten Brix Pedersen:
  87. * Fix problem with number of rows shown when a nick has been ignored.
  88. (thanks, Chris Thornhill)
  89. * Update Windows documentation. Hopefully people will have less problems
  90. now.
  91. * alternative and title text in "active times" graphics are now the
  92. number of lines instead of percentage.
  93. Changes by Christoph Berg:
  94. * Make BigNumbersThreshold a perl expression; defaults to sqrt($lines).
  95. pisg (0.58) - Thu Sep, 9th 2004
  96. Changes by Morten Brix Pedersen:
  97. * Added new option, ShowFoulDecimals which configures the number of
  98. decimals used in statistics in foul numbers. (thanks, Torbjörn Svensson)
  99. * Fix wrong references of nicks (thanks, Sascha Wessel)
  100. * HTML documentation now has sane filenames.
  101. * Documentation has been cleaned up for typos/spelling errors.
  102. * Replace PT translation with new one. The old one apparently wasn't
  103. European Portugese. (thanks, MrWho)
  104. pisg (0.57) - Sat Aug, 28th 2004
  105. Changes by Christoph Berg:
  106. * Fix problem where NFiles didn't work when the specified values was more
  107. than the actual number of logfiles.
  108. * Sanitize nicks in _activenicks (fixes problem reported by
  109. shr3kst3r@hushmail.com/Andreas Blaafladt).
  110. * Added option BigNumbersThreshold to make previously undocumented behavior
  111. configurable.
  112. * Fixed warning when users didn't say any words. Thanks, Torbjörn Svensson.
  113. pisg (0.56) - Sat Jun, 19th 2004
  114. * Fix parsing of energymech kick messages and modes (thanks, optika81)
  115. * Add colorscheme with traditional pisg (website) colors. Thanks, mite.
  116. * Fix many unitialized errors with rbot format.
  117. * Add Albanian (SQ) translation. Thanks, Elian.
  118. pisg (0.55) - Sun May, 30th 2004
  119. * Added javabot support (thanks, Tobias Larsson)
  120. * Fix serious bug in mIRC/mIRC6 formats which caused lots of warnings to be
  121. outputted.
  122. * Distribute rbot.pm with release tarball, apparently it was lost at
  123. some stage.
  124. * Add LogCharset and LogCharsetFallback options. These can be used if
  125. your log file is in a encoding which isn't equal to your Charset
  126. variable. (thanks, Christoph Berg)
  127. pisg (0.54) - Thu Apr, 1st 2004
  128. * Revert most of the performance improvement changes, they caused bugs.
  129. * Really fix topics with the mbot format.
  130. * Fix wrong recognizing of www URLs where "ewww" would be recognized as an
  131. URL.
  132. pisg (0.53) - Tue Mar, 23rd 2004
  133. * Several noticeable performance improvements (thanks, Hanno Hecker)
  134. * mIRC is no longer the default format. You have to always specify a format
  135. now.
  136. * Fix wrong counting of most referenced nicks.
  137. * Remove devel-code that appeared in 0.52 pisg.cfg.
  138. * Added support for supybot logfiles,set format to 'supy'. (thanks, Jerome
  139. Kerdreux)
  140. * Fixed bug with uninitialised values in psybnc format.
  141. * Fixed problems with the mbot format where only the first word in a topic
  142. was shown.
  143. * Vision support wasn't being included with the tarball. Fixed.
  144. pisg (0.52) - Fri Feb, 13rd 2004
  145. * Fixed a bug in the energymech format, it did not recognize join lines.
  146. * Fixed some bugs in the mIRC6 format.
  147. * Backwards-compatibility for old option names (which became deprecated in
  148. 0.37) has been removed.
  149. * PicWidth and PicHeight apparently got mixed up in the last version,
  150. fixed.
  151. * Multiple LogDirs and LogFiles can now be specified (thanks, Nathan
  152. Poznick)
  153. * Foul words no longer matches at the beginning or the end of the word. Eg.
  154. "ass" won't match "assembler" or "asshole" anymore. (thanks, Christoph
  155. Berg)
  156. * Support for wildcards/asterix in IgnoreWords, FoulWords and ViolentWords
  157. has been implemented. Eg. use "ass*" to accomplish the behaviour that was
  158. changed in the above entry. (thanks, Christoph Berg)
  159. * RegexpAliases now also applies to IgnoreWords, FoulWords and
  160. ViolentWords. (thanks, Christoph Berg)
  161. * Some minor layout changes (thanks, Christoph Berg)
  162. * Added Serbian (YU) translation (thanks, Garp)
  163. pisg (0.51) - Wed Jan, 21st 2004
  164. * Fixed a bug in the irssi format where an action could be recognized as a
  165. normal line (thanks, Emil Mikulic)
  166. * Added a DailyActivity option, which shows the activity in the channel of
  167. the last N days. Disabled by default. (thanks, sektor).
  168. * Fixed wrong example documentation for PicWidth and PicHeight (thanks,
  169. Dennis Prebendorf).
  170. * (Previously undocumented) setting UserPics allows to turn on/off user
  171. pictures per channel and to place more than one picture per row to avoid
  172. blowing up the table's height. (Christoph Berg)
  173. * User pictures and DefaultPic may now contain * and ? to choose a random
  174. picture from ImageGlobPath. (Christoph Berg)
  175. * Made all picture heights integer. (Christoph Berg)
  176. * Add support for Vision logs (thanks, Vegard Wærp)
  177. * Timebars in "Most active users" now have a hover text which shows how
  178. many lines a used wrote in that period of a time (thanks, oxman)
  179. pisg (0.50) - Mon Nov, 17th 2003
  180. * Added NFiles option, which can be used for LogDirs to only parse the last
  181. N files (thanks, Christoph Berg)
  182. * Added OutputTag option, which enables users to have variable output names
  183. (see documentation). (thanks, Christoph Berg)
  184. * Improve addalias.pl, allow upper case letters in nicknames. (thanks,
  185. Christoph Berg)
  186. * Emil Mikulic used 'pngcrush' on the .png files in gfx/ to make their size
  187. much smaller, thanks. You should overwrite your old png files with these
  188. new ones.
  189. * Distribute raw docbook (SGML) documentation (docs/pisg-doc.sgml)
  190. * Add half-op (+h) support to the xchat format (thanks, Jaff Har Har)
  191. * Fix a problem with irssi logs, where a topic was understood as a saying.
  192. (thanks, jikuja)
  193. * Add support for IRCAP logs (thanks, ArCePi)
  194. * Fix parsing of dircproxy logs (thanks, s-schwardt)
  195. pisg (0.49) - Sun Sep, 14th 2003
  196. * Make the HTML output XHTML compliant again (thanks, Stian Jordet)
  197. * Add a bullet conversion character to Common.pm (thanks, Stian Jordet)
  198. * Added support for rbot logs (thanks, Anders Bach Nielsen)
  199. * Support for muh2 logs (muh 2.2 and later) (thanks, Sebastian Erlhofer)
  200. * Add hebrew language translation (thanks, shimi)
  201. * Add Bulgarian language translation (thanks, m9ck)
  202. * Updated Icelandic translation (thanks, Einar Jonsson)
  203. pisg (0.48) - Wed Apr, 29th 2003
  204. * Add new option, MostNicksVerbose (enabled by default). When this option
  205. is disabled, instead of having a full list of nicknames in "most
  206. referenced nicks", only the number of nicks used will be listed. (thanks,
  207. David Lynch)
  208. * When no PicHeight is set, don't set the height attribute on images.
  209. Likewise with PicWidth.
  210. * Quote < and > to &lt; and &gt; even in non-default character set
  211. * Ignore more 'actions' in mIRC6 format that are actually status messages
  212. * Fix problem with muh format and action lines (thanks, Kevin Bralten)
  213. * The irssi logformat now also works when the timestamping includes
  214. seconds.
  215. * Added orange_grey colorscheme (thanks, maggic).
  216. * PicWidth and PicHeight settings now also works for DefaultPic option.
  217. pisg (0.47) - Wed Feb, 26th 2003
  218. * Fix bug where multiple URLs in same line would have save name as first URL
  219. (EG: <A HREF="http://www.google.com">http://www.yahoo.com</A> if yahoo
  220. was referenced first)
  221. * Update config parser to match the same character and only the same
  222. character (" or ') that started the quote to end the string.
  223. (Will now accept <set foo="you're"> correctly, before it would have parsed
  224. it as <set foo="you">. Will now NOT work with mis-matched quotes... which
  225. it probably never should have. EG: <set foo="bar'>)
  226. * Fix bug in xchat format - was not recognizing joins
  227. * Fix really old bug with foulwords - was only applying the wordbreak settings
  228. to the first and last words in the list of foulwords. Now applies it to
  229. each word.
  230. * Add note to lang.txt that the <set lang="XX"> line should be inserted into
  231. the configuration file. Some users were confused about this.
  232. * Add config option "NoIgnoredQuotes" - will not output quotes containing
  233. ignored words if this is set. Will output a blank line after trying 20
  234. random quotes if all 20 random quotes were ignored.
  235. * Add support for HydraIRC logfiles (thanks, David Lynch)
  236. * When a logfile had no matching lines according to the format, pisg
  237. outputted that no lines were found in the logfile. This was confusing
  238. because files in the wrong format usually contained lines. Now be more
  239. verbose.
  240. * ShowOps option added. Has similar effect as ShowVoices and ShowHalfops.
  241. pisg (0.46) - Tue Feb, 11th 2003
  242. * Fix serious bug which caused garbled output i "Latest topics" and other
  243. places with URLs.
  244. * The default for the QuoteWidth option has been changed to 80.
  245. * Be in-casesensitive on charsets.
  246. * Small translations update to lang.txt
  247. pisg (0.45) - Wed Feb, 5th 2003
  248. * Fix 3 small gramattical errors in english language. (thanks Cheetah)
  249. * Add half-op support to irssi format. (thanks, arsonist)
  250. * Fix a bug/crash with the DCpp format when a nick contained special
  251. characters.
  252. * Added justgrey colorscheme (thanks, Jens Bergmann)
  253. * Update URL for oer format in docs/FORMATS (thanks, EQU)
  254. * Update irssi format to accept 1 or more spaces before * for action lines
  255. instead of requiring 2
  256. * Add modified version of patch from minicus - allows browser to split words
  257. at QuoteWidth number of characters into any given word, without splitting
  258. URL's (new config option)
  259. * When CharSet is not 'iso-8859-1' or 'iso-8859-15', don't provide
  260. conversions for characters. Fixes problems for many other languages, e.g.
  261. greek, korean etc.
  262. * Fix bug in mIRC6 format where it didn't recognize logfiles logging seconds
  263. * Fix bug in mIRC6 format where it didn't recognize kicks of the maintainer
  264. * Added support for sirc format (thanks bartko)
  265. * Added support for blootbot format (thanks, Tim Riker)
  266. * Added support for dircproxy format.
  267. * Move 'valign="middle"' statements out of <img> blocks to <td> blocks where
  268. they belong. According to HTML validator, valign is an invalid attribute
  269. for an <img> statement. (see http://validator.w3.org/)
  270. pisg (0.44) - Sun Dec, 15th 2002
  271. * Fixed an error in the mIRC6 format which caused pisg to abort on some
  272. lines.
  273. * mirc2egg script updated.
  274. * The random line in "Most Active Nicks" now wraps words that are longer
  275. than 40 characters. (thanks, glen)
  276. * Check if a userpic link begins with http:// -- if so, dont prepend image
  277. directory to URL
  278. * Look for a nick that has been referenced before in attacks, if one is not
  279. in the line fall back to using word following attack word
  280. * Chop lines added to sayings to the length of maxquote (so we don't have
  281. super long quotes showing up - BugID#594618)
  282. * Only match emails if it begins at the beginning of a line or after
  283. something other than ':' URL on that line. Fixes BugID#618540
  284. * Strip DOS Formatting from files - Fixes space at end of line BugID#628580
  285. * Fixed bug in hour tracking - Formats hours to 2 digits correctly now,
  286. previously was only forcing to 2 digit times if there was a time offset
  287. configured. Fixes BugID#632883
  288. * Fixed bug - shouldn't have been grabbing 2 parts of the pircbot string
  289. to variables, was part of Rev 1.3 but apparently I forgot to actually put
  290. in that part. Thanks Marc Roberts for pointing this out. BugID#651485
  291. * Added support for 'DC++' format, used by Direct Connect hub chat
  292. * Fixed bug in infobot format -- was matching any line that began lowercase
  293. as an action line. Infobot does not log actions in a recognizable format
  294. ... I even examined the output in hex to be sure. Fix BugID#652239
  295. * Fixed a bug in logsuffix handling where pisg would blow up if the
  296. 'logsuffix' expression did not return dates for every filename. It will
  297. now not parse any files that logsuffix does not match.
  298. pisg (0.43) - Fri Nov, 22th 2002
  299. * Add "ShowOnlyTop" option which can be used if you only want to have stats
  300. for the users which appeared in the "Most Active Nicks" (top talkers)
  301. section. (thanks, mincus)
  302. * Fix voice/devoice detection with xchat format.
  303. * mIRC6 format wasn't actually distributed with pisg, it is now.
  304. * mirc2egg.sed script added in the scripts/ folder, it's used to convert
  305. mIRC logs to eggdrop logs. (thanks, Geoff Simmons)
  306. * Hopefully fix xchat logs interpreting asterixs as the nick.
  307. * If a sex has been specified for a user in pisg.cfg, that user will now
  308. have a sex-dependent color in the stats page. (E.g. one color for males,
  309. another for females etc.) (thanks, Olivier 'Babar' Raginel)
  310. * For languages which have a general unknown-sex verb, this can now be
  311. specified. E.g. French has 'un' for male, 'une' for females and 'un(e)'
  312. as a general unknown-sex verb. (thanks, Gaël Roualland)
  313. pisg (0.42) - Fri Nov, 1st 2002
  314. * ircII logfile support added (thanks, James Andrewartha)
  315. * Changed behavior of most active nicks to print an action line if no
  316. normal line is available for that nick
  317. * Added support for formatting of "for example" lines to standard format
  318. * Added retarded support for retarded logformat used for mIRC6.x
  319. * A bug in the zcbot format where the first character would be truncated
  320. has been fixed (thanks, Guillaume Leclanche)
  321. * New 'softgreen' colorscheme (thanks, Melody Mayberry)
  322. * Fixed wrong reference to PicHeight in docs which should be PicWidth.
  323. (thanks, J Lehto)
  324. * The ocean colorscheme has been updated, the link-hover color is now
  325. white.
  326. * A bug which appeared with some variations of xchat logfiles have been
  327. fixed. (thanks, Michael Hostbaek).
  328. pisg (0.41) - Sun Aug, 11th 2002
  329. * Fix a bug in the winbot logfile format where lines containing the channel
  330. name in a wrong case wouldn't get counted.
  331. * Fix a bug in the mIRC format, where characters in the nick would be
  332. counted as mode changes.
  333. * When ShowTopics was set to 0, the headline "Latest topics" was still
  334. shown, fixed (thanks, Kean "zakarun" Pedersen)
  335. * New 'ocean' colorscheme (thanks, Mikko Nissinen)
  336. * New 'darkred' colorscheme (thanks, Hanno Hecker)
  337. * mIRC, Trillian, perlbot and virc98 formats now strips half-op prefixes
  338. from nicks as well.
  339. * moobot logfile support added (thanks, Phil Gregory)
  340. * Greek language support added (thanks, Konstantinos Tzanidis)
  341. pisg (0.40) - Thu Jul, 4th 2002
  342. * The "It's Summer And The Sun Is Shining"-release.
  343. * When ShowMostAtiveByHour was enabled, unitialized values could appear
  344. which caused the HTML file not to be created. (thanks, Gissehel)
  345. * RacBot logfile support added (thanks, Hanno Hecker)
  346. * kvirc logfile support added (thanks, wwp)
  347. * Correct pircbot.pm to work with !channel, &channel and +channel in
  348. addition to #channel (thanks, Hanno Hecker)
  349. * Half-op statistics (+h), enabled by ShowHalfops. (thanks, crazycat)
  350. pisg (0.39) - Tue May, 14th 2002
  351. * ShowFoulLine option added (thanks, Adam Spiers <adam@spiers.net>).
  352. * The "foul-words" counting is now done word-wise instead of line-wise
  353. (thanks, Adam Spiers <adam@spiers.net>)
  354. * Files in a LogDir is now run through alphabetically incase-sensitive
  355. (thanks, Gissehel <gissehel-pisggene@giss.mine.nu>)
  356. * --prefix commandline option wasn't working, fixed.
  357. * Slovak translation added (thanks, Gabriel Svajko <snowman@ew.sk>)
  358. * Russian translation added (thanks, Anton Tretiakov, <manager@ykt.ru)
  359. * The 'bgpic' option has been removed (you should use CSS instead)
  360. * "Most Active Nicks By Hour" added, new options:
  361. - ShowMostActiveByHour
  362. - ShowMostActiveByHourGraph
  363. - ActiveNicksByHour
  364. (thanks, Gissehel <gissehel-pisggene@giss.mine.nu>)
  365. * A problem with links in Trillian log formats has been fixed (thanks,
  366. Hanno Hecker <hanno-pisg@bee.de>)
  367. * A problem with multiple mode changes (+vv, +oo) in Trillian format has
  368. been fixed.
  369. * README has been polished/modified
  370. * It's now possible to include different configuration files using a new
  371. <include ... > syntax (thanks, Hanno Hecker <hanno-pisg@bee.de>)
  372. * Changes thanks to Matthew "Cheetah" Gabeler-Lee (<msg2@po.cwru.edu>):
  373. * A ShowWordTime option now exists that works the same as ShowLineTime,
  374. but uses word stats
  375. * SortByWords option added
  376. * Foul-words matching is now more strict. It no longer matches inside a
  377. word, but only in the end or at the start of a word
  378. * --cchannels commandline option added, when a channel is specified here,
  379. it will be the only channel to run stats for in pisg.cfg.
  380. * A bug previously that could cause pisg to error out in channels with
  381. untalkative users in the active list when sorting by words is fixed.
  382. * Random quotes wrap in the output html now
  383. pisg (0.38) - Thu Apr, 25th 2002
  384. * Grammar fixes in documentation (thanks, Azhrarn <diablo2@krock.com>)
  385. * Added support for pircbot (http://www.jibble.org/pircbot.php)
  386. * Note added to docs/FORMATS file about oer format limitations (thanks, EQU
  387. <equ@equnet.org>)
  388. * Icelandic translation added (thanks, Birkir <dkf@visir.is>)
  389. * scripts/windows-ftp-upload.txt has been added; a sample script and
  390. description on how to upload files automatically on Windows. (thanks,
  391. Azhrarn)
  392. * A old configuration option appeared on commandline when doing pisg --help
  393. * Configuration options renamed: pic_width => PicWidth, pic_height =>
  394. PicHeight, pic_loc => PicLocation. Documentation also added.
  395. * Split up the documentation of options into different categories, for
  396. better overview.
  397. * Fix minor typo in bxlog formats which caused joins to a channel not being
  398. registered properly (thanks, comcute <comcute@blastnet.ee>)
  399. * A dutch translation appeared in the English version of pisg; fixed.
  400. * Nicktracking wasn't working with the irssi logfile format, fixed (thanks,
  401. Matthäus Wander <jonny_b.good@gmx.de>)
  402. * Time-bars are now centered properly
  403. * Czech translation added (thanks, Jaroslav Ostadal <s98704@tacheon.dkm.cz>)
  404. pisg (0.37) - Mon Apr, 8th 2002
  405. * The "lets clean up and move things around"-release
  406. * pisg.pl has been renamed to pisg
  407. * Colors/layout options has been removed. You now control the HTML page
  408. by using CSS. The 'layout' directory contains the default CSS file. Also,
  409. you are encouraged to provide your own CSS files for pisg so we can have
  410. different themes, send them to me and they will become a part of pisg :-)
  411. * Options has been renamed, the underscore has been removed, but they can
  412. still be used with a small warning.
  413. * prefix option has been renamed to LogPrefix
  414. * foul option has been renamed to FoulWords
  415. * The 'use_activetime_alt' option has been removed, not needed.
  416. * There is now an "MostNicksHistory" option to define how many nicks you
  417. want to have in the "Most Used Nicks" box
  418. * Some HTML columns were missing their end-tag when no voices had been
  419. made. Fixed.
  420. * It was not possible to use the LogSuffix option before, it's now working
  421. again.
  422. * 'names/name' is now translateable in the 'Most Used Nicks' section.
  423. * Remove CONFIG-README, obsoleted by new and better doc/pisg-doc.txt and
  424. doc/html/index.html
  425. * Nicks ignored are now properly ignored in 'Most Used Nicks'
  426. * pisg warned about an unrecognized line in the configuration file when you
  427. had empty lines in the channel section. Fixed.
  428. * When dealing with multiple channels; aliases, ignores etc. would get
  429. passed on to the next channel, so you could see nicks appearing which
  430. never existed on that channel. Fixed. This should also give a performance
  431. increase.
  432. * When using the TimeOffset option, the wrong hours was highlighted both in
  433. the vertical and horizontal bars - fixed. (thanks, Mircea Ionut Bardac)
  434. * When nicktracking is on, if a nick was changed but also appeared as a
  435. regex-alias, an errornous new alias would be created (thanks,
  436. Phil Gregory)
  437. * mIRC-logfiles were not recognizing nick-changes, fixed (Sam Bingner)
  438. * Support for muh-bouncer logs (thanks, Sebastian Erlhofer & Bastian
  439. Friedrich)
  440. * Support for dancer-bot logs (thanks, Elmar Hoffmann)
  441. * Support for energymech bot (thanks, Torsten Karwoth)
  442. * Support for virc98 logs (thanks, HceZar <hcezar@freemail.it>)
  443. * Romanian translation added (thanks, Vlad <vlad@ifrance.com>)
  444. * The usual translation updates.
  445. pisg (0.36) - Fri Feb, 8th 2002
  446. * Many translation updates (thanks all)
  447. * Add new translation templates to translate the bottom of the stats page
  448. * Add Portugese/Brazil translation(PT-BR) (thanks Peter <peter@brasnet.org>)
  449. * addalias.pl script v2.2 by Jens Bergmann <gimmick@1cu.de>, see the
  450. changes in the README in scripts/addalias/
  451. * The lang option is no longer case sensitive
  452. * "Most used nicks" no longer thinks that two differently cased nicks are
  453. different nicks.
  454. * Action lines fixed in axur format (thanks, Andrew <andy@lewman.com>)
  455. * Fix serious bug in addalias.pl where a nick with a metacharacter in it
  456. would wipe out whole config (thanks for the report, Jens Bergmann)
  457. pisg (0.35) - Sat Jan, 26th 2002
  458. * Translate mouse-over items (eg. "Open in new window: URL")
  459. * Support for oer bot logfiles (thanks to EQU <equ@equnet.org>)
  460. * Support for perlbot logfiles (thanks to Travis Roy <travis@scootz.net>)
  461. * Add -v / --version commandline option
  462. * Fix a rare bug where a user with only one line, and no words were causing
  463. unitialized values error.
  464. * Many fixes to axur logfile format (thanks, Andrew <andy@lewman.com>)
  465. * Fix to irssi logfile handling, where a user was recognized as a mode
  466. (thanks, David Leadbeater <dgl@dgl.cx>)
  467. * Support new xchat logfile format (from 1.8.6 and up)
  468. * Add "show_mostnicks" feature (thanks to "ST8" <st8@barrysworld.com>),
  469. this adds a box on the stats page showing how many different nick uses
  470. people had
  471. * Fix bug in documentation, which said nicktracking was enabled by default,
  472. but it really isn't.
  473. * The addalias.pl script is no longer case sensitive when updating nicks
  474. already in the config file
  475. pisg (0.34) - Tue, Jan 8th 2002
  476. * New option 'show_topics', to enable/disable 'last topics'
  477. * New feature 'bigpic' for users, see CONFIG-README. 'bigpic' will link to
  478. a bigger picture (thanks, Phil Gregory)
  479. * axur logfile support (thanks to Andrew <andy@lewman.com>)
  480. * Nicks in 'most referenced nicks' is now being aliased properly, the
  481. "number of uses" wasn't being incremented for the aliases (thanks to Phil
  482. Gregory and The Paladin)
  483. * bobot++ logfile support added (thanks to Oct@zoy.org)
  484. * New option 'nickhistory' to define the maximum number of nicks in 'most
  485. referenced nicks' (as suggested by Zapp <box@uni.de>)
  486. * The usual slew of translation updates
  487. pisg (0.33) - Tue, Dec 20th 2001
  488. * The "Merry Christmas" release
  489. * Internet Explorer 6 centered all table contents, fixed.
  490. * Trillian logfile support added (thanks to Azhrarn <Azhrarn@winbot.co.uk>)
  491. * Remove a lot of debugging code which was never really used, this should
  492. give a small increase in performance
  493. * 'show_voices' wasn't working, fixed (thanks, Stefan D.)
  494. * Small bugfix to pisg.cfg parsing
  495. * Add 'pagefoot' option, works like the 'pagehead function' (thanks Jean
  496. Delvare)
  497. * Filter URLs with ampersands, & -> &amp; (thanks Jean Delvare)
  498. * Changed README a bit
  499. * Add 'wordshistory' configuration option, to define how many words to be
  500. in 'most used words'
  501. pisg (0.32) - Sun, Dec 9th 2001
  502. * infobot log support added by Nicholas Frampton <whyrl@avians.net>
  503. * HTML changes:
  504. - Convert stats page to use more CSS, never use 'bgcolor' HTML attribute.
  505. - Make the page XHTML compatible, and use XHTML 1.0 Transititional doctype.
  506. * When a logfile had the same topic multiple times, all of the same topics
  507. was being shown on the stats page, now duplicate topics is removed.
  508. * The hour being highlighted in 'most active times' is now the hour with
  509. most activity, if you want to highlight the hour which the stats are
  510. being generated in, use 'use_activetime_alt'
  511. * More improvements to pisg.cfg parsing
  512. * irssi logfile fixes:
  513. - Was interpreting nicks with '-' in it incorrectly.
  514. - Topics wasn't being displayed correctly
  515. * All configuration options in CONFIG-README can now be specified on
  516. commandline, eg. 'pisg.pl --cfg show_wpl=1 --cfg show_cpl=1'
  517. pisg (0.31) - Mon, Dec 3rd 2001
  518. * Fix serious bug where pisg would end up in an endless loop when multiple
  519. URLs were on a line.
  520. * More improved parsing: pisg will now complain if a configuration option
  521. is used, which doesn't exist in the real world.
  522. * Fix some documentation bugs
  523. * Report the right line number when displaying parse errors in pisg.cfg
  524. pisg (0.30) - Sun, Dec 2nd 2001
  525. * New feature: 'show_lastseen' - will add a column in the stats to display
  526. when the user was last seen on the channel.
  527. * When using mIRC logs which have a prefix (eg. <@osama> hi!), the prefix
  528. will be removed automatically, works for both @ and +.
  529. * New 'urlhistory' option added to define the maximum number of URLs to
  530. show in 'most referenced URLs'
  531. * zcbot (http://zcbot.sourceforge.net/) support added by Mo-Ize <mo-ize@pas-tres.net>
  532. * Preliminary support for 'ircle' logformats
  533. * Also translate the title of stats page
  534. * More precise docs, to document the defaults of the options.
  535. * When a topic or a line had multiple URLs/e-mails, only the first one was
  536. replaced by a link, fixed (thanks, Zapp <box@uni.de>)
  537. * Add 'logsuffix' option, to get around problem with eggdrop logs not being
  538. sorted correctly.
  539. * 'wordlength' was applying to nicks in 'most referenced nicks' as well,
  540. don't do that.
  541. * Improved parsing of config file. pisg will now complain if a line isn't
  542. what it's supposed to be.
  543. * Lines with only a single smiley, eg. '<user> :P' got counted as a
  544. UPPERCASE line, now ignored.
  545. pisg (0.29) - Sat, Nov 10th 2001
  546. * When using multiple channels, and not all channels have user pics, it was
  547. showing a big empty coloumn with no userpics. Now it checks whether any
  548. users in top xx has a userpic, and if yes, add the coloumn.
  549. * Additionaly, users can force pictures of a channel with the new
  550. 'userpics="n"' option. (This could be useful if a nick appears on many
  551. channels, but you only want the userpics on one..)
  552. * New version of addalias.pl by deadlock <deadlock@cheeseheadz.net>:
  553. - Doesn't need addalias.htm anymore, addalias.pl takes care of everything
  554. - Can dynamically change user data when a nick is already added in the
  555. config file
  556. - Improved error handling
  557. - Improved code
  558. * Can now show voices/devoices like the showing of ops/deops, disabled by
  559. default. Can be enabled with <set show_voice="1">
  560. * A relative URL to the pisg image bars can now be defined with 'pic_loc',
  561. defaults to current dir.
  562. * Counted 'http://name.com/' differently from 'http://name.com' - fixed.
  563. * Fixed bug where mbot logs didnt count lines with only a 1 digit day
  564. value, thanks to Teemu Ikonen <tpikonen@pcu.helsinki.fi>
  565. * Add support for winbot logfiles (www.winbot.co.uk) by Azhrarn
  566. <diablo2@krock.com>
  567. * Updates to Swedish translation (thanks to Andreas Henriksson
  568. <andreas.henriksson@linux.se>)
  569. * Fix bug where when you had less than 5 urls in 'most referenced urls',
  570. one wasn't being shown. (thanks Hanno Hecker)
  571. * 'Hello' and 'hello' are no longer treated as seperate words in 'Most
  572. Referenced Words'
  573. * Added Estonian translation by comcute <comcute@surfdata.ee>
  574. * Added Italian translation by Pascal Brax
  575. * Added Catalan translatino by Roger Utgés (Nikoru) <nikoru@menta.net>
  576. pisg (0.28) - Sun, Oct 21th 2001
  577. * Added Hungarian translation by Gyuri Horak <dyuri@dyuri.org>
  578. * Performance improvements in HTML generation
  579. * Fix bug where the 'These didn't make it to the top' section wasn't being
  580. shown on the stats page when 'activenicks2' was less than the people in
  581. the top 25.
  582. * New options:
  583. - 'show_activetimes' enable/disable 'Most Active Times' section.
  584. - 'show_bignumbers' enable/disable 'Big Numbers' and 'Other Interesting
  585. Numbers' section.
  586. * The numbers below the timebars in 'Most Active Times' wasnt using the
  587. 'rankc' color option, it now does, and additionally adds a color
  588. 'hi_rankc' for highlighted ranks.
  589. * A topic like "<Joe> blah blah blah" was showing up as "blah blah blah" in
  590. 'latest topics' - fixed.
  591. * Hopefully fix pisg on Win32.
  592. * Add charset to the HTML page to make validator.w3.org happy, it's user
  593. defineable with the new 'charset' option, default is 'iso-8859-1'.
  594. * The color of the links in the bottom of the page (not in tables) can be
  595. set by the new 'bg_link', 'bg_hlink' and 'bg_vlink' options.
  596. * New option: 'default_pic' makes it possible to display a default picture
  597. for a user if no picture defined. For example to display a picture
  598. showing 'No picture available.'
  599. pisg (0.27) - Sun, Oct 7th 2001
  600. * Stats page was showing [:total] instead of the actual number, fixed.
  601. * Added Slovenian translation by Ales Tepina <ales.tepina@guest.arnes.si>
  602. * Updates to various language templates
  603. * Cleaned up addalias script (scripts/addalias/), it now shows a prettier
  604. page, and it's now possible to add the sex of a user as well.
  605. * It's now possible to ignore unwanted URLs in 'most referenced urls':
  606. <link url="http://www.mydomain.com" ignore="y">
  607. pisg (0.26) - Mon, Oct 1st 2001
  608. * Internet Explorer interpreted width="" and height="" as a picture of 0x0
  609. pictures, fix so we dont set empty values.
  610. * Updates to French template by Mouky <mouky@m6net.fr> and aNa|0Gue
  611. <analogue@glop.org>
  612. * Add --silent switch to pisg; makes pisg quiet, and only display error
  613. messages. (thanks, S. William Schulz)
  614. * Added Finish translation by Kirler@paincreators <kirler@letku.net>
  615. * Added missing template, 'bylinetopic', to translate "by <nick> on <time>"
  616. in lang.txt
  617. * Hopefully fix a lot of problems with FindBin permission problems.
  618. pisg (0.25) - Wed, Sep 26th 2001
  619. * Fixed days counting wrong when using logdir option.
  620. * New options by Patrick Aussems:
  621. - show_mrn, disable/enable most referenced nicks
  622. - show_mru, disable/enable most referenced urls
  623. - show_muw, disable/enable most used words
  624. - show_randquote, disable/enable the showing of the random quotes
  625. * More flexibility to irssi logfile format, will now work with more irssi
  626. logfile configurations. (David Leadbeater)
  627. * Some fixes for eggdrop format where the nick was in nick!user@host
  628. format.
  629. * Added new options 'pic_width' and 'pic_height', enables people to specify
  630. the sizes of userpictures.
  631. pisg (0.24) - Mon, Sep 24th 2001
  632. * Logdirs not working, fixed.
  633. * Fix bug where it posted garbage on stats page where it should say
  634. "he/she"
  635. * Small changes/corrections to psybnc format (Marco Dieckhoff)
  636. * Kickers and 'victims' (/me beats john) wasn't being ignored, fixed.
  637. pisg (0.23) - Sun, Sep 23th 2001
  638. * Support irssi logfiles
  639. * Support psybnc logfiles
  640. * Topics in mIRC format wasn't being recognized. Fixed.
  641. * Don't go beserk when the logfile doesn't contain any data; just tell it
  642. to the user.
  643. * Fix: Don't show empty quotes on the stats page.
  644. * More work on the object oriented goal of pisg:
  645. - cleanups, don't use globals in modules, define these in the object.
  646. - add HTMLGenerator.pm, and move all HTML generation code from pisg.pl
  647. to this new module.
  648. - New module Pisg.pm brings the rest of the main code into it's own
  649. module, this means that Pisg is no longer dependent of pisg.pl.
  650. Again, please report back if you find any trouble with any of these
  651. changes.
  652. * Better logic when no channels are defined. Instead of just defaulting to
  653. #channel and channel.log, then force the user to define these on either
  654. commandline or in the config file. This should be better for first-time
  655. users.
  656. * Ship developer docs in docs/dev/ instead of just dumping it in docs/,
  657. docs/ should be for end users.
  658. * Various updates to language templates
  659. pisg (0.22) - Sat, Sep 15th 2001
  660. * pisg.cfg now supports regexs in user.cfg when 'regexp_aliases' is
  661. enabled. (thanks, Phil Gregory)
  662. * When using logdirs, files is now sorted properly, so files are read in the
  663. right order (thanks, Sascha Lüdecke)
  664. * A bunch of English grammar corrections (thanks, Phil Gregory)
  665. * Words like //www is now being ignored as they should.
  666. * Instead of 'slaps' we now have 'violence', so one can define their own
  667. action lines to be counted. Like '/me hits nick on the forehead',
  668. configured by the 'violent' variable.
  669. * pisg is undergoing a large change of it's code structure, meaning that
  670. things will be built with modules instead of one giant Perl script,
  671. making it easier to maintain and read, and it will enable us to make pisg
  672. get data, or parse data from another source than a logfile; for example
  673. an SQL database, *sometime*. This means that pisg is now coming with a
  674. new subdir 'modules/' containing all the modules pisg need. (thanks to
  675. Phil Gregory) if you expierence any problems with this change, please
  676. report back.
  677. * Moved some documentation to a new 'docs/' folder.
  678. * Joins wasn't working in mIRC format, fixed.
  679. * Support both [HH::mm::ss] and [HH::mm] in mIRC logformats.
  680. * Timebars was broken when using timeoffset, showing the wrong colors
  681. comparing with the legend.
  682. * Many bugs in documentation fixed, should be cleaner now.
  683. * Usual minor optimizations and fixes
  684. pisg (0.21) - Mon, Aug 27th 2001
  685. * Fix stupid legend bug; 0-6 should be 0-5, and 7-11 should be 6-11.
  686. * Added "Most referenced URLs".
  687. * Stop matching 'user@host blah' as a mailto link.
  688. * Fix a word counting bug - was counting a lot less words than in the
  689. previous version.
  690. * Supplied some extra info to the 'got kicked' stats, now it shows an
  691. example kick line from the stats. (Thanks to Michael Dales for
  692. show_kickline-patch)
  693. * The same for 'most slaps', 'most slapped', 'most actions' and
  694. 'most shouted' stats. Every option has it's own activation_variable,
  695. see CONFIG-README for more infos
  696. * Display the remaining nicks on the stats page (those who didnt reach the
  697. stats at all)
  698. * Display the total count of topics that were set
  699. * Some small HTML validation fixes
  700. * Fix: pisg didn't find the alias for the kicker.
  701. * Stop hardcoding filenames in 'legend'
  702. * Removed support for unnamed arguments on commandline, everyone should now
  703. use the named arguments. (For example you must do 'pisg.pl -l
  704. logfile-name', and not just do 'pisg.pl chan logfile format maintainer')
  705. * Add support for 'sex' for users in pisg.cfg, this will make the stats
  706. always mention text with the right sex when saying for example 'she was
  707. very ..'
  708. * Updated Spanish translation from Sheuron
  709. * Add support for mbot logs (http://darksun.com.pt/mbot/)
  710. * Some nice speedup improvements
  711. pisg (0.20) - Tue, Aug 14th 2001
  712. * Add 'bgpic' config setting for the possibility to add a userdefined
  713. background picture to the page (Vetinari)
  714. * If pisg can't find the config file in the current directory (when running
  715. from crontab), then try opening the config file in which pisg.pl resides
  716. instead..
  717. * <words foul="..."> is now known as <set words="...">
  718. * Add new options 'show_wpl' and 'show_cpl', this enables user to view the
  719. 'chars per line' and 'words per line' in the 'most active nicks',
  720. disabled by default.
  721. * New option 'show_time', this will display a small bar in the 'most active
  722. nicks' of when the respective people actually speak. [enabled]
  723. * Because of the above change, there is new png files for pisg, remember to
  724. use the new ones and not the old ones! (thanks Christian Legler)
  725. * Remember to distribute the 'FORMATS' file (was missed in the last two
  726. releases)
  727. * Swedish translation (thanks to Andreas Henriksson)
  728. * New feature: 'Most actions'
  729. * Add option 'show_legend' which can be used if you want to show the legend
  730. for the different times..
  731. * New option 'ignorewords' which is to be used if you want to ignore some
  732. words in the stats.
  733. * Usual cleanups and improvements
  734. pisg (0.19) - Tue, Aug 7th 2001
  735. * Fix critical bug where <channel="#chan"> in pisg.cfg didn't work at all.
  736. * Warn the user when a translation template doesn't exist for a specific
  737. language (so people know why some of the stats is in English, and
  738. hopefully encourages people to send in the missing template(s))
  739. * Don't try parsing . and .. 'files' in a directory when using logdir
  740. * Small updates to Danish translation
  741. * Small bug in documentation fixed
  742. pisg (0.18) - Mon, Aug 6th 2001
  743. * Added pisg.cfg support which now obsoletes user.cfg, in this file
  744. everything should be set, instead of in the script - this makes it easier
  745. upgrading pisg. Read CONFIG-README in order to "understand" it.
  746. * Commandline option -c is now -ch
  747. * Uncompress files with *.gz and *.bz2 automatically (Sascha Lüdecke)
  748. * Add new feature --prefix, this works on commandline so you only get logs
  749. starting with what you specify, for example -p '#mychan' will only get
  750. dir/#mychan* files. (Sascha Lüdecke)
  751. * Fix op tracking with bxlog logs
  752. * Added Foulwords-Variable to pisg.cfg
  753. * Make pisg die when there is no files in logdir
  754. * Portugese translation (thanks to JaMiR0W <jamirow@ig.com.br>)
  755. * Norweigan translation (thanks to Andreas Blaafladt)
  756. * Dutch translation (thanks to Pyrofikiemaan)
  757. * New feature: 'Those who couldnt control the shift key and wrote UPPERCASE'
  758. * New feature: 'Who got slapped the most'
  759. * New feature; 'Average words per line'
  760. * Stop copying CVS dirs with distribution
  761. * Also count words in actions, and a new feature: 'most words' (thanks to
  762. Hanno Hecker)
  763. * Updated a lot of documentation (README and CONFIG-README), you should
  764. reread it ;)
  765. * The usual small improvements (and bug additions)
  766. pisg (0.17) - Sat, July 28th 2001
  767. * Timezone offset now understands two digits as it should
  768. * The 'time bars' were broken, fix them.
  769. * Spanish translation (thanks to Sheuron Azxe)
  770. * Polish translation (thanks to Gandalf the Grey)
  771. * Moved translations over to new file -> lang.txt, to remove bloat in
  772. pisg.pl
  773. * Fixed a few minor bugs
  774. pisg (0.16a) - Wed, July 25th 2001
  775. * Forgot to remove some debugging :(
  776. pisg (0.16) - Wed, July 25th 2001
  777. * Danish translation (thanks to Kim Ingemann aka Tuxi)
  778. * Fixed some unitialized values which came up in some situations
  779. * Eggdrop log had 'last message repeated x times' - pisg didn't understood
  780. this before, now it does! :) (thanks to Jamie Cheetham).
  781. * French translation (thanks Molator)
  782. * Also use the timeoffset in 'most active times'
  783. * Started to distribute various scripts with pisg:
  784. - 'dropegg.pl' - takes a bunch of eggdrop logs and converts them into
  785. mIRC format (Emil Mikulic <darkmoon7@optushome.com.au>)
  786. - 'addalias.pl' - webinterface for allowing users to add their own stuff
  787. to the users.cfg file. (Doomshammer <doomshammer@doomshammer.yi.org>)
  788. - 'crontab' - small file explaining how to use pisg with crontab
  789. pisg (0.15) - Fri, July 20th 2001
  790. * Fixed bug where grufti-logfiles wouldn't ignore oppers.
  791. * Fixed pisg dying when there is no action and normallines in logfile
  792. * Also strip mIRC bold and underline codes
  793. * Nick tracking code optimized
  794. * Eggdrop logs were logging server mode changes.. fixed.
  795. * The 'active times' bars should now be more logical and always have a max
  796. height of 100px
  797. * Added new users.cfg file which obsoletes aliasfile and ignorefile
  798. * New feature: ability to add user pictures to stats
  799. * New feature: ability to add user links to stats (homepages, e-mail)
  800. * Made a big code change so it now supports somekind of template system so
  801. pisg can support more than one language
  802. * German language support added (thanks Winfried aka Doomshammer)
  803. * Now shows the time when the topic was changed in 'Latest topics'.
  804. * Thousands of small things which I forgot.
  805. * Removed the documentation for unnamed arguments on the commandline..
  806. people should start using the named arguments (--logfile, -f etc.)
  807. pisg (0.14) - Mon, July 16th 2001
  808. * 'Most referenced nicks' and 'most used words' now ignores the nicks in
  809. ignore.txt
  810. * 'Most used words' now ignores nicks
  811. * Fixed critical bug; --format wasn't working. (thanks S. William Schulz)
  812. pisg (0.13) - Sun, July 15th 2001
  813. * New feature: Now supports 'grufti' (bot) logfiles.
  814. * New feature: Now supports 'bxlog' (logging script for bitchx) logfiles
  815. * Improved some debugging
  816. * Cleaned up a lot of code, so it's structured better - less global
  817. variables and everything is now in subs, also found some variables which
  818. weren't used.. so it should be more correct and more efficient now
  819. * Fix up some speed in the kicking stats... it was doing the same grep twice
  820. * Fixed a stupid bug which caused pisg to die if the alias.txt wasn't
  821. there.
  822. * Really fix typo, sherif -> sheriff
  823. * Added a FORMATS file explaining the supported fileformats, and updated
  824. the README accordingly
  825. * Added a new feature where one can specify a log directory, and then pisg
  826. will run through all the files in the directory and combine them into one
  827. big html file.
  828. * -d on commandline now specifies logdir instead of debugging (removed)
  829. * Also added --aliasfile and --ignorefile as commandline options.
  830. pisg (0.12) - Thu, July 12th 2001
  831. * Strip mIRC color codes (Sam Bingner)
  832. * New feature: Support eggdrop logformats (Sam Bingner)
  833. * Track nicks/aliases dynamically [as an option] (Sam Bingner)
  834. * Added better commandline arguments (like --channel=#blah) and pisg now
  835. has a cool usage --help option. (thanks S. William Schulz)
  836. * xchat logformats which are indented should now be supported
  837. * New feature: 'most fouls' (bad language)
  838. * New feature: 'shortest lines' (as opposite to longest lines)
  839. * Added $timeoffset so people can get times in their own time zones.
  840. * It's now possible to define a pageheader file which can be included on
  841. the HTML page, with $pageheader
  842. * Changed 'no topics' text
  843. pisg (0.11) - Fri, June 29th 2001
  844. * Before http:// didn't get counted as a smiley, now "all" protocols
  845. doesn't get counted as smilies (ftp://, gohper://).
  846. * Fixed typo, sherif -> sheriff
  847. * Changed the appearence of 'most ref nicks/words', email me if you don't
  848. like it.. :)
  849. * Also add some fade stuff to the 'most active nicks'
  850. * Topic history variable wasn't used, fixed.
  851. * Replace & with &amp;
  852. * Replace URLs and e-mail addys in 'random quote' and 'last topic' to HTML
  853. hrefs
  854. * Some other small changes which I forgot
  855. pisg (0.10) - Fri, June 22th 2001
  856. * The 'Im going on vacation'-release. Fixes very small things.
  857. * Small bug in counting kicker/kicked person when using xchat - fixed.
  858. * Fixed a bug where some lines didn't catch up the alias for a nick
  859. * Join counting was broken.. fixed.
  860. * Use 'px' to define font sizes instead of 'pt' in CSS.
  861. * Fix some colors in the page which couldn't get set by variables in the
  862. top
  863. * Other small changes
  864. pisg (0.09) - Tue, June 5th 2001
  865. * Some small improvements in the count of sadfaces/smilies
  866. * New features:
  867. - 'most used words'
  868. - 'most referenced nick'
  869. * Rewrote a LOT of the format dependent code, now it's very easy adding
  870. new IRC log formats
  871. * Fixed random bugs here and there
  872. * The usual small, nice code enhancements.
  873. pisg (0.08) - Sat, April 14th 2001
  874. * Documentation updates (remember to up the version number :))
  875. * A lot of nice changes from Vetinary <iranitev@gmx.net>:
  876. - 'op/deop stats'
  877. - 'join stats'
  878. - 'action counting'
  879. - 'counting of :(, :-('
  880. * use strict;
  881. pisg (0.07) - Sun, March 11th 2001
  882. * New feature: Now supports xchat logfiles <:)
  883. * Should render pages 100% HTML 4.01/CSS2 compatible now
  884. * Some minor code cleanups (use strict; soon)
  885. pisg (0.06) - Wed, February 21th 2001
  886. * Even more workarounds for small logfiles
  887. * More customization options
  888. * Now shows processtime
  889. * You can now specify nicks to ignore in the logfile (bots etc)
  890. * Now supports commandline arguments (./pisg.pl chan logfile outputfile)
  891. * Some speedup improvements
  892. * A bit more HTML 4 compliant :)
  893. pisg (0.05) - Thu, February 15th 2001
  894. * New features:
  895. - 'Runners-up to Big numbers'
  896. - 'Latest topics'
  897. * More fixes for small logfiles
  898. * Enhanced 'Most active times'
  899. * Speedup improvements
  900. * Added CREDITS file to the nice people who have contributed :)
  901. pisg (0.04) - Fri, January 26th 2001
  902. * New features:
  903. - 'the person that smiled the most'
  904. - 'can now connect nicks together through alias file'
  905. - 'person that wrote the most monologues (5 or more lines in a row)'
  906. * Fixes for small logfiles
  907. * Restrutured code
  908. * More customization through variables in the top of the script
  909. pisg (0.03) - Thu, January 11rd 2001
  910. * Code cleanups
  911. * New features:
  912. - 'the op who kicked most'
  913. - 'the one who got kicked the most'
  914. - 'longest lines'
  915. * Highlight most active hour
  916. * New images, 'pipe-blue.png' and 'pipe-purple.png', removed 'pipe3v.gif'
  917. * Updated README
  918. * Added Changes file
  919. pisg (0.02) - Wed, January 3rd 2001
  920. * Initial release.