<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>IRC-Junkie.org - IRC News</title>
	
	<link>http://www.irc-junkie.org</link>
	<description>All about Internet Relay Chat</description>
	<lastBuildDate>Sun, 29 Aug 2010 10:19:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/de/</creativeCommons:license>		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/irc-junkie/news" /><feedburner:info uri="irc-junkie/news" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://www.irc-junkie.org/?pushpress=hub" /><item>
		<title>KVIrc 3.x and 4.x Remote Command Execution Vulnerability</title>
		<link>http://feedproxy.google.com/~r/irc-junkie/news/~3/st4BzF7jt-I/</link>
		<comments>http://www.irc-junkie.org/2010-08-01/kvirc-3-x-and-4-x-remote-command-execution-vulnerability/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 15:03:19 +0000</pubDate>
		<dc:creator>phrozen77</dc:creator>
				<category><![CDATA[Clients]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[KVIrc]]></category>

		<guid isPermaLink="false">http://www.irc-junkie.org/?p=1194</guid>
		<description><![CDATA[All current versions of the KVIrc IRC client contain a  [...]<p><a href="http://www.irc-junkie.org/2010-08-01/kvirc-3-x-and-4-x-remote-command-execution-vulnerability/">KVIrc 3.x and 4.x Remote Command Execution Vulnerability</a> is a post from: <a href="http://www.irc-junkie.org">IRC-Junkie.org - IRC News</a>
<br><br>

This post is licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Deutschland</a> license.</p>



Related posts:<ol><li><a href='http://www.irc-junkie.org/2008-10-31/kvirc-340-irc-uri-handler-format-string-vulnerability-reloaded/' rel='bookmark' title='Permanent Link: KVIrc 3.4.0 irc:// URI handler format string vulnerability &#8211; reloaded'>KVIrc 3.4.0 irc:// URI handler format string vulnerability &#8211; reloaded</a></li>
<li><a href='http://www.irc-junkie.org/2008-11-22/kvirc-342-uri-handler-in-combination-with-ie-exploitable/' rel='bookmark' title='Permanent Link: KVIrc 3.4.2 URI handler in combination with IE exploitable [Updated]'>KVIrc 3.4.2 URI handler in combination with IE exploitable [Updated]</a></li>
<li><a href='http://www.irc-junkie.org/2008-11-03/quassel-irc-ctcp-command-injection-vulnerability/' rel='bookmark' title='Permanent Link: Quassel IRC CTCP Command Injection Vulnerability'>Quassel IRC CTCP Command Injection Vulnerability</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>All current versions of the KVIrc IRC client contain a remotely exploitable command execution vulnerability, including builds of KVIrc 4 from subversion up to revision 4692 as well as the older 3.x versions.</p>
<p>The bug, triggered by inserting carriage returns (r) into DCC GET commands, can be used to execute every command the IRCd understands in the context of the user running the vulnerable client instance.</p>
<p>To check if your version is exploitable you can either take a look at the &#8220;About KVIrc&#8221; tab under &#8220;Help&#8221; and check the revision or execute the following command on IRC:</p>
<blockquote><p>/echo $version</p></blockquote>
<p>To make matters worse, whole channels can be exploited at once if they don&#8217;t have a mode set that disallows CTCPing them.</p>
<p>A quick workaround is to execute the following command, effectively preventing those &#8220;failed&#8221; DCC handshakes to be notified and disabling the bug:</p>
<blockquote><p>/option boolNotifyFailedDccHandshakes 0</p></blockquote>
<p>To see if you&#8217;ve already been exploited you can take a look in your server window and search for lines that look similar to these:</p>
<blockquote><p>[01:27:46] Processing DCC GET PRIVMSG #kvirc :I&#8217;m owned<br />
request from ATTACKER [ATTACKER@HOSTNAME] (DCC GETrPRIVMSG40#kvirc40:I&#8217;m40ownedr)<br />
[01:27:46] Unable to process the above request: Unknown DCC type &#8216;GET PRIVMSG #KVIRC :I&#8217;M OWNED &#8216;, Ignoring and notifying failure</p></blockquote>
<p>Updated builds of KVIrc are <a href="http://kvirc.net/?id=releases">available on their homepage</a> &#8211; some distributions also already have updated builds in their repository. If you can&#8217;t update because your distribution is not among the one with updated builds, the workaround helps to not fall prey to any possible attackers.</p>
<p><a href="https://svn.kvirc.de/kvirc/ticket/858">Original report on KVIrc bugtracker</a><br />
<a href="http://secunia.com/advisories/40727">Advisory on Secunia.com</a></p>
<p><!--Digiprove_Start--><span style="vertical-align:middle; display:inline-table; padding:3px; line-height:normal;border:1px solid #bbbbbb;background-color:#FFFFFF;" title="certified 6 August 2010 18:11:18 UTC by Digiprove certificate P37679" ><a href="http://www.digiprove.com/show_certificate.aspx?id=P37679;guid=CDJ3ZzZugEivFqyFMFSPLg" target="_blank" style="border:0px; float:none; display:inline; text-decoration: none;background-color:#FFFFFF;"><img src="http://www.digiprove.com/images/dp_seal_trans_16x16.png" style="vertical-align:middle; display:inline; border:0px; margin:0px; float:none; background-color:transparent" border="0" width="12px" height="12px" alt=""/><span style="font-family: Tahoma, MS Sans Serif; font-size:9px; color:#636363; border:0px; float:none; display:inline; text-decoration:none; letter-spacing:normal" onmouseover="this.style.color='#A35353';" onmouseout="this.style.color='#636363';">&nbsp;&nbsp;Copyright secured by Digiprove</span></a><!--C5C934ECB28D4A7B4E495E8EB05A83B14E95196A9A9321F15C57DDF192029279--></span><!--Digiprove_End--></p>
 <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://cdn.irc-junkie.org/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p><p><a href="http://www.irc-junkie.org/2010-08-01/kvirc-3-x-and-4-x-remote-command-execution-vulnerability/">KVIrc 3.x and 4.x Remote Command Execution Vulnerability</a> is a post from: <a href="http://www.irc-junkie.org">IRC-Junkie.org - IRC News</a>
<br><br>

This post is licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Deutschland</a> license.</p>


<p>Related posts:<ol><li><a href='http://www.irc-junkie.org/2008-10-31/kvirc-340-irc-uri-handler-format-string-vulnerability-reloaded/' rel='bookmark' title='Permanent Link: KVIrc 3.4.0 irc:// URI handler format string vulnerability &#8211; reloaded'>KVIrc 3.4.0 irc:// URI handler format string vulnerability &#8211; reloaded</a></li>
<li><a href='http://www.irc-junkie.org/2008-11-22/kvirc-342-uri-handler-in-combination-with-ie-exploitable/' rel='bookmark' title='Permanent Link: KVIrc 3.4.2 URI handler in combination with IE exploitable [Updated]'>KVIrc 3.4.2 URI handler in combination with IE exploitable [Updated]</a></li>
<li><a href='http://www.irc-junkie.org/2008-11-03/quassel-irc-ctcp-command-injection-vulnerability/' rel='bookmark' title='Permanent Link: Quassel IRC CTCP Command Injection Vulnerability'>Quassel IRC CTCP Command Injection Vulnerability</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/irc-junkie/news?a=st4BzF7jt-I:VX_3VcvSfx4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/irc-junkie/news?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/irc-junkie/news?a=st4BzF7jt-I:VX_3VcvSfx4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/irc-junkie/news?i=st4BzF7jt-I:VX_3VcvSfx4:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/irc-junkie/news/~4/st4BzF7jt-I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.irc-junkie.org/2010-08-01/kvirc-3-x-and-4-x-remote-command-execution-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.irc-junkie.org/2010-08-01/kvirc-3-x-and-4-x-remote-command-execution-vulnerability/</feedburner:origLink></item>
		<item>
		<title>mIRC 7.1 Final is out</title>
		<link>http://feedproxy.google.com/~r/irc-junkie/news/~3/DsyhG5pW7C0/</link>
		<comments>http://www.irc-junkie.org/2010-07-31/mirc-7-1-final-is-out/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 02:35:17 +0000</pubDate>
		<dc:creator>phrozen77</dc:creator>
				<category><![CDATA[IRC]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[mIRC]]></category>

		<guid isPermaLink="false">http://www.irc-junkie.org/?p=1219</guid>
		<description><![CDATA[The "mIRC Unicode project" was successful it seems and  [...]<p><a href="http://www.irc-junkie.org/2010-07-31/mirc-7-1-final-is-out/">mIRC 7.1 Final is out</a> is a post from: <a href="http://www.irc-junkie.org">IRC-Junkie.org - IRC News</a>
<br><br>

This post is licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Deutschland</a> license.</p>



Related posts:<ol><li><a href='http://www.irc-junkie.org/2010-04-03/mirc-7-0-beta-is-available/' rel='bookmark' title='Permanent Link: mIRC 7.0 Beta is available [Update 8]'>mIRC 7.0 Beta is available [Update 8]</a></li>
<li><a href='http://www.irc-junkie.org/2006-01-13/mirc-local-dcc-issue-exploit-vulnerability-or-neither/' rel='bookmark' title='Permanent Link: mIRC Local DCC Issue: Exploit, Vulnerability or Neither?'>mIRC Local DCC Issue: Exploit, Vulnerability or Neither?</a></li>
<li><a href='http://www.irc-junkie.org/2008-08-12/mirc-634-has-been-released/' rel='bookmark' title='Permanent Link: mIRC 6.34 has been released'>mIRC 6.34 has been released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The &#8220;mIRC Unicode project&#8221; was successful it seems and Khaled Mardam-Bey just released version 7.1 of his famous IRC client.</p>
<blockquote><p>The project to convert mIRC to Unicode has taken almost two years of development and testing and has required tens of thousands of changes to 150,000+ lines of source code. This has been the most complex and time-consuming update to mIRC since it was created in 1995, when it started out as a non-Unicode, 16-bit, Windows 3.1 application.</p></blockquote>
<p>When looking at the changelog, there have been made well <strong>over 180 bugfixes</strong> and feature enhancements since mIRC 6.35 so it comes as no surprise that according to Khaled <em>&#8220;many areas of mIRC have had to be updated or re-written&#8221;</em> but should result in it <em>&#8220;being faster, more stable, and more compatible with the latest versions of Windows&#8221;.</em></p>
<p>Aside from being converted to Unicode, the client gained a few new features too:</p>
<p>mIRC now supports configuration via UPnP which automatically opens ports for DCC on compatible routers and you may put it into <span style="text-decoration: line-through;">full distraction</span> fullscreen mode with the F11 key, starting from Beta 6.</p>
<p>You can take a look at the history of changes either on our own posting <a href="http://www.irc-junkie.org/2010-04-03/mirc-7-0-beta-is-available/">here</a> or in the changelog that is supplied with the client itself which is available from the usual location, <a href="http://www.mirc.com/">here</a>.</p>
<p>Thanks for the tip go to <em>wayne</em>!</p>
<p><!--Digiprove_Start--><span style="vertical-align: middle; display: inline-table; padding: 3px; line-height: normal; border: 1px solid #bbbbbb; background-color: #ffffff;" title="certified 31 July 2010 02:35:17 UTC by Digiprove certificate P36470"><a style="border: 0px; float: none; display: inline; text-decoration: none; background-color: #ffffff;" href="http://www.digiprove.com/show_certificate.aspx?id=P36470;guid=d4eqXB1FmE2cPZAE3cY5IA" target="_blank"><img style="vertical-align: middle; display: inline; border: 0px; margin: 0px; float: none; background-color: transparent;" src="http://www.digiprove.com/images/dp_seal_trans_16x16.png" border="0" alt="" width="12px" height="12px" /><span style="font-family: Tahoma, MS Sans Serif; font-size: 9px; color: #636363; border: 0px; float: none; display: inline; text-decoration: none; letter-spacing: normal;" onmouseover="this.style.color='#A35353';" onmouseout="this.style.color='#636363';"> Copyright secured by Digiprove</span></a><!--78F64CE6308A968EF7AD22746BBE0941DA49B66E2C2903EE4CAB659A304AFB3E--></span><!--Digiprove_End--></p>
<script type="text/javascript">
var flattr_wp_ver = '0.9.11';
var flattr_uid = '21674';
var flattr_url = 'http://www.irc-junkie.org';
var flattr_lng = 'en_GB';
var flattr_cat = 'text';
var flattr_tag = 'blog,wordpress,rss,feed';
var flattr_btn = 'large';
var flattr_tle = 'IRC-Junkie.org - IRC News';
var flattr_dsc = 'All about Internet Relay Chat';
</script>
<script src="http://api.flattr.com/button/load.js?v=0.2" type="text/javascript"></script> <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://cdn.irc-junkie.org/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p><p><a href="http://www.irc-junkie.org/2010-07-31/mirc-7-1-final-is-out/">mIRC 7.1 Final is out</a> is a post from: <a href="http://www.irc-junkie.org">IRC-Junkie.org - IRC News</a>
<br><br>

This post is licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Deutschland</a> license.</p>


<p>Related posts:<ol><li><a href='http://www.irc-junkie.org/2010-04-03/mirc-7-0-beta-is-available/' rel='bookmark' title='Permanent Link: mIRC 7.0 Beta is available [Update 8]'>mIRC 7.0 Beta is available [Update 8]</a></li>
<li><a href='http://www.irc-junkie.org/2006-01-13/mirc-local-dcc-issue-exploit-vulnerability-or-neither/' rel='bookmark' title='Permanent Link: mIRC Local DCC Issue: Exploit, Vulnerability or Neither?'>mIRC Local DCC Issue: Exploit, Vulnerability or Neither?</a></li>
<li><a href='http://www.irc-junkie.org/2008-08-12/mirc-634-has-been-released/' rel='bookmark' title='Permanent Link: mIRC 6.34 has been released'>mIRC 6.34 has been released</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/irc-junkie/news?a=DsyhG5pW7C0:aYzPbu6bLHo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/irc-junkie/news?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/irc-junkie/news?a=DsyhG5pW7C0:aYzPbu6bLHo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/irc-junkie/news?i=DsyhG5pW7C0:aYzPbu6bLHo:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/irc-junkie/news/~4/DsyhG5pW7C0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.irc-junkie.org/2010-07-31/mirc-7-1-final-is-out/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.irc-junkie.org/2010-07-31/mirc-7-1-final-is-out/</feedburner:origLink></item>
		<item>
		<title>Eggdrop 1.6.20 – now with TCL 8.6 support</title>
		<link>http://feedproxy.google.com/~r/irc-junkie/news/~3/qgHE34ipGfA/</link>
		<comments>http://www.irc-junkie.org/2010-07-30/eggdrop-1-6-20-now-with-tcl-8-6-support/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 12:44:40 +0000</pubDate>
		<dc:creator>phrozen77</dc:creator>
				<category><![CDATA[IRC]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Eggdrop]]></category>

		<guid isPermaLink="false">http://www.irc-junkie.org/?p=1211</guid>
		<description><![CDATA[Eggdrop 1.6.20 has been released and marks the first re [...]<p><a href="http://www.irc-junkie.org/2010-07-30/eggdrop-1-6-20-now-with-tcl-8-6-support/">Eggdrop 1.6.20 &#8211; now with TCL 8.6 support</a> is a post from: <a href="http://www.irc-junkie.org">IRC-Junkie.org - IRC News</a>
<br><br>

This post is licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Deutschland</a> license.</p>



Related posts:<ol><li><a href='http://www.irc-junkie.org/2009-05-15/vulnerability-in-eggdrop-windrop-1619/' rel='bookmark' title='Permanent Link: Vulnerability in Eggdrop / Windrop 1.6.19'>Vulnerability in Eggdrop / Windrop 1.6.19</a></li>
<li><a href='http://www.irc-junkie.org/2005-06-19/update-on-the-development-of-eggdrop/' rel='bookmark' title='Permanent Link: Update on the Development of Eggdrop'>Update on the Development of Eggdrop</a></li>
<li><a href='http://www.irc-junkie.org/2008-05-08/eggdrop-1619-released/' rel='bookmark' title='Permanent Link: Eggdrop 1.6.19 Released'>Eggdrop 1.6.19 Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Eggdrop 1.6.20 has been released and marks the first release put together by the new developer  team.</p>
<p>Eggdrop is a mature IRC bot that has been in development since 1993 and this new release once again brings new features, lots of bugfixes and enhancements.</p>
<p>For starters, Eggdrop can now be compiled against TCL 8.6 and amongst <em>&#8220;numerous minor issues and potential crashes fixed&#8221;</em> there also have been issues with the 64-bit binaries crashing on FreeBSD and NetBSD resolved.</p>
<p>Interesting new features include full <a href="http://en.wikipedia.org/wiki/CIDR">CIDR</a> support for userhosts and modes b, e and l. Channel sync time has been improved by querying aforementioned modes at once and removing <em>&#8220;redundant commands&#8221;</em>. The charset detection on Telnet and DCC partylines now works better and according to developer <em>thommey</em> you should <em>&#8220;never have to use .fixcodes&#8221;</em> again.</p>
<p>The TCL event loop has been replaced and now allows events to be triggered without a delay &#8211; previous versions had a minimum delay of one second between TCL events, no matter how low the timer has been set.</p>
<p>Security issues resolved since 1.6.19+ctcpfix are proper checking of the <em>.+chan</em> command which could have changed the <em>need-*</em> channel settings in the past.</p>
<p>If you&#8217;re running 1.6.20rc2 you can keep using it as there where no changes between it and the final release, others might want to update: The updated sourcecode can be grabbed from <a href="http://www.eggheads.org/news/2010/07/23/38">their homepage</a>, the full changelog is supplied in <em>docs/Changes1.6</em> and a summary of the most important changes is available <a href="http://eggwiki.org/1.6.20">here</a>.</p>
<p><!--Digiprove_Start--><span style="vertical-align:middle; display:inline-table; padding:3px; line-height:normal;border:1px solid #bbbbbb;background-color:#FFFFFF;" title="certified 30 July 2010 14:22:39 UTC by Digiprove certificate P36302" ><a href="http://www.digiprove.com/show_certificate.aspx?id=P36302;guid=eujW6dy2JEyw6X_9FaSVqw" target="_blank" style="border:0px; float:none; display:inline; text-decoration: none;background-color:#FFFFFF;"><img src="http://www.digiprove.com/images/dp_seal_trans_16x16.png" style="vertical-align:middle; display:inline; border:0px; margin:0px; float:none; background-color:transparent" border="0" width="12px" height="12px" alt=""/><span style="font-family: Tahoma, MS Sans Serif; font-size:9px; color:#636363; border:0px; float:none; display:inline; text-decoration:none; letter-spacing:normal" onmouseover="this.style.color='#A35353';" onmouseout="this.style.color='#636363';">&nbsp;&nbsp;Copyright secured by Digiprove</span></a><!--23A6954227B9AC668C21513634192E58307344AA53AAD03B153FB4B78E98885A--></span><!--Digiprove_End--></p>
 <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://cdn.irc-junkie.org/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p><p><a href="http://www.irc-junkie.org/2010-07-30/eggdrop-1-6-20-now-with-tcl-8-6-support/">Eggdrop 1.6.20 &#8211; now with TCL 8.6 support</a> is a post from: <a href="http://www.irc-junkie.org">IRC-Junkie.org - IRC News</a>
<br><br>

This post is licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Deutschland</a> license.</p>


<p>Related posts:<ol><li><a href='http://www.irc-junkie.org/2009-05-15/vulnerability-in-eggdrop-windrop-1619/' rel='bookmark' title='Permanent Link: Vulnerability in Eggdrop / Windrop 1.6.19'>Vulnerability in Eggdrop / Windrop 1.6.19</a></li>
<li><a href='http://www.irc-junkie.org/2005-06-19/update-on-the-development-of-eggdrop/' rel='bookmark' title='Permanent Link: Update on the Development of Eggdrop'>Update on the Development of Eggdrop</a></li>
<li><a href='http://www.irc-junkie.org/2008-05-08/eggdrop-1619-released/' rel='bookmark' title='Permanent Link: Eggdrop 1.6.19 Released'>Eggdrop 1.6.19 Released</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/irc-junkie/news?a=qgHE34ipGfA:2kytZ7YIz9Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/irc-junkie/news?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/irc-junkie/news?a=qgHE34ipGfA:2kytZ7YIz9Q:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/irc-junkie/news?i=qgHE34ipGfA:2kytZ7YIz9Q:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/irc-junkie/news/~4/qgHE34ipGfA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.irc-junkie.org/2010-07-30/eggdrop-1-6-20-now-with-tcl-8-6-support/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://www.irc-junkie.org/2010-07-30/eggdrop-1-6-20-now-with-tcl-8-6-support/</feedburner:origLink></item>
		<item>
		<title>Smuxi 0.7.2.1 is out, extends CTCP support &amp; adds ignore filters</title>
		<link>http://feedproxy.google.com/~r/irc-junkie/news/~3/kL_07YnV00s/</link>
		<comments>http://www.irc-junkie.org/2010-07-25/smuxi-0-7-2-1-is-out-extends-ctcp-support-adds-ignore-filters/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 13:18:24 +0000</pubDate>
		<dc:creator>phrozen77</dc:creator>
				<category><![CDATA[Clients]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Smuxi]]></category>

		<guid isPermaLink="false">http://www.irc-junkie.org/?p=1183</guid>
		<description><![CDATA[Smuxi, the "Smart MUltipleXed" IRC client was updated t [...]<p><a href="http://www.irc-junkie.org/2010-07-25/smuxi-0-7-2-1-is-out-extends-ctcp-support-adds-ignore-filters/">Smuxi 0.7.2.1 is out, extends CTCP support &#038; adds ignore filters</a> is a post from: <a href="http://www.irc-junkie.org">IRC-Junkie.org - IRC News</a>
<br><br>

This post is licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Deutschland</a> license.</p>



Related posts:<ol><li><a href='http://www.irc-junkie.org/2010-01-14/smuxi-0-7-0-released-now-with-twitter-functionality/' rel='bookmark' title='Permanent Link: Smuxi 0.7.0 released &#8211; now with Twitter functionality'>Smuxi 0.7.0 released &#8211; now with Twitter functionality</a></li>
<li><a href='http://www.irc-junkie.org/2010-02-01/smuxi-bugfix-release-0-7-1-available/' rel='bookmark' title='Permanent Link: Smuxi bugfix release 0.7.1 available'>Smuxi bugfix release 0.7.1 available</a></li>
<li><a href='http://www.irc-junkie.org/2010-06-19/anope-irc-services-1-9-2-released-adds-inspircd-2-0-support/' rel='bookmark' title='Permanent Link: Anope IRC Services 1.9.2 released, adds InspIRCd 2.0 support [Update 2]'>Anope IRC Services 1.9.2 released, adds InspIRCd 2.0 support [Update 2]</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><em>Smuxi</em>, the &#8220;Smart MUltipleXed&#8221; IRC client was updated to version 0.7.2.1 on Friday.</p>
<p>The new version contains 13 new features, fixes 29 bugs and is now available in 4 new languages &#8211; Portuguese, Danish, Finnish and Catalan, of which the latter two are currently only partially translated. Six already existing translations have been updated and project lead <em>meebey</em> asks interested parties to <a href="http://www.transifex.net/projects/p/smuxi/c/master/">contribute and further improve them</a>.</p>
<p>Interesting new features include the freshly added linemarker which inserts a red line where you last looked into the channel, a private message window or the Twitter tab &#8211; see the below screenshot:</p>
<p style="text-align: center;">
<div id="attachment_1186" class="wp-caption aligncenter" style="width: 310px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/smuxi-0.7.2-linux-main-window.png"><img class="size-medium wp-image-1186 " title="Smuxi 0.7.2 Main Window on Linux" src="http://cdn.irc-junkie.org/wp-content/uploads/smuxi-0.7.2-linux-main-window-300x234.png" alt="Smuxi 0.7.2 Main Window on Linux" width="300" height="234" /></a><p class="wp-caption-text">Smuxi 0.7.2 Main Window on Linux</p></div>
<p style="text-align: center;">
<p>Even more interesting is the new filter capability this release introduces: You now can ignore events and messages using both regular expressions as well as wildcards, giving you quite a bit of flexibility on which events you&#8217;d like to dismiss.</p>
<p style="text-align: left;">
<p style="text-align: left;">
<div id="attachment_1185" class="wp-caption aligncenter" style="width: 310px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/smuxi-0.7.2-linux-filter-preferences.png"><img class="size-medium wp-image-1185" title="Smuxi 0.7.2 Filter Preferences on Linux" src="http://cdn.irc-junkie.org/wp-content/uploads/smuxi-0.7.2-linux-filter-preferences-300x252.png" alt="Smuxi 0.7.2 Filter Preferences on Linux" width="300" height="252" /></a><p class="wp-caption-text">Smuxi 0.7.2 Filter Preferences on Linux</p></div>
<p style="text-align: left;">
<p>The titlebar of the client has gotten some work too and now shows <em>activewindowname @ network &#8211; programname</em> which is useful if you want to see at a glance where the text you&#8217;re typing is going to &#8211; who didn&#8217;t post or paste something into the totally wrong window at the most inappropiate time yet?</p>
<p>CTCP support has been expanded too and the client now replies to CTCP TIME, CTCP FINGER and CTCP USERINFO. Probably of more practical use is the new logging function &#8211; currently Smuxi can log to file and uses a logformat that is almost similar to the one of irssi &#8211; besides the timestamp which prepended to entries in full.</p>
<p>For the future, more logging backends are planned and may include <em>&#8220;SQLite, MySQL, PostgreSQL and such&#8221;</em> says developer <em>meebey</em>. Also on the roadmap for a 0.8 release is a plugin architecture but it <em>&#8220;remains to be seen&#8221;</em> which features this will support.</p>
<p>The complete list of changes, additions and fixes can be found in the <a href="http://www.smuxi.org/versions/show/12">0.7.2 roadmap</a> and if you got curious you can grab the <a href="http://www.smuxi.org/page/Download">download for Windows and Linux from here</a>.</p>
<p>Thanks for the tip and the pictures go to <em>meebey</em> himself! <img src='http://cdn.irc-junkie.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><!--Digiprove_Start--><span style="vertical-align:middle; display:inline-table; padding:3px; line-height:normal;border:1px solid #bbbbbb;background-color:#FFFFFF;" title="certified 25 July 2010 13:22:21 UTC by Digiprove certificate P35241" ><a href="http://www.digiprove.com/show_certificate.aspx?id=P35241;guid=gyYIYc2Eske_qXZ0yx-q3w" target="_blank" style="border:0px; float:none; display:inline; text-decoration: none;background-color:#FFFFFF;"><img src="http://www.digiprove.com/images/dp_seal_trans_16x16.png" style="vertical-align:middle; display:inline; border:0px; margin:0px; float:none; background-color:transparent" border="0" width="12px" height="12px" alt=""/><span style="font-family: Tahoma, MS Sans Serif; font-size:9px; color:#636363; border:0px; float:none; display:inline; text-decoration:none; letter-spacing:normal" onmouseover="this.style.color='#A35353';" onmouseout="this.style.color='#636363';">&nbsp;&nbsp;Copyright secured by Digiprove</span></a><!--CE762F2D8135697CFEC5E53BDC174D24CC3BDE391F38F3983CA08E4B88776EFA--></span><!--Digiprove_End--></p>
<script type="text/javascript">
var flattr_wp_ver = '0.9.11';
var flattr_uid = '21674';
var flattr_url = 'http://www.irc-junkie.org';
var flattr_lng = 'en_GB';
var flattr_cat = 'text';
var flattr_tag = 'blog,wordpress,rss,feed';
var flattr_btn = 'large';
var flattr_tle = 'IRC-Junkie.org - IRC News';
var flattr_dsc = 'All about Internet Relay Chat';
</script>
<script src="http://api.flattr.com/button/load.js?v=0.2" type="text/javascript"></script> <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://cdn.irc-junkie.org/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p><p><a href="http://www.irc-junkie.org/2010-07-25/smuxi-0-7-2-1-is-out-extends-ctcp-support-adds-ignore-filters/">Smuxi 0.7.2.1 is out, extends CTCP support &#038; adds ignore filters</a> is a post from: <a href="http://www.irc-junkie.org">IRC-Junkie.org - IRC News</a>
<br><br>

This post is licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Deutschland</a> license.</p>


<p>Related posts:<ol><li><a href='http://www.irc-junkie.org/2010-01-14/smuxi-0-7-0-released-now-with-twitter-functionality/' rel='bookmark' title='Permanent Link: Smuxi 0.7.0 released &#8211; now with Twitter functionality'>Smuxi 0.7.0 released &#8211; now with Twitter functionality</a></li>
<li><a href='http://www.irc-junkie.org/2010-02-01/smuxi-bugfix-release-0-7-1-available/' rel='bookmark' title='Permanent Link: Smuxi bugfix release 0.7.1 available'>Smuxi bugfix release 0.7.1 available</a></li>
<li><a href='http://www.irc-junkie.org/2010-06-19/anope-irc-services-1-9-2-released-adds-inspircd-2-0-support/' rel='bookmark' title='Permanent Link: Anope IRC Services 1.9.2 released, adds InspIRCd 2.0 support [Update 2]'>Anope IRC Services 1.9.2 released, adds InspIRCd 2.0 support [Update 2]</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/irc-junkie/news?a=kL_07YnV00s:EmZNzImcDm4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/irc-junkie/news?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/irc-junkie/news?a=kL_07YnV00s:EmZNzImcDm4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/irc-junkie/news?i=kL_07YnV00s:EmZNzImcDm4:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/irc-junkie/news/~4/kL_07YnV00s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.irc-junkie.org/2010-07-25/smuxi-0-7-2-1-is-out-extends-ctcp-support-adds-ignore-filters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.irc-junkie.org/2010-07-25/smuxi-0-7-2-1-is-out-extends-ctcp-support-adds-ignore-filters/</feedburner:origLink></item>
		<item>
		<title>IRC Statistics Software Comparison</title>
		<link>http://feedproxy.google.com/~r/irc-junkie/news/~3/zt01Vp7q4n0/</link>
		<comments>http://www.irc-junkie.org/2010-07-14/irc-statistics-software-comparison/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 16:11:49 +0000</pubDate>
		<dc:creator>phrozen77</dc:creator>
				<category><![CDATA[Clients]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[Network Addons]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Denora]]></category>
		<category><![CDATA[mIRCStats]]></category>
		<category><![CDATA[pisg]]></category>
		<category><![CDATA[risg]]></category>
		<category><![CDATA[superseriousstats]]></category>

		<guid isPermaLink="false">http://www.irc-junkie.org/?p=921</guid>
		<description><![CDATA[Today we shall have a look at the various possibilities [...]<p><a href="http://www.irc-junkie.org/2010-07-14/irc-statistics-software-comparison/">IRC Statistics Software Comparison</a> is a post from: <a href="http://www.irc-junkie.org">IRC-Junkie.org - IRC News</a>
<br><br>

This post is licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Deutschland</a> license.</p>



Related posts:<ol><li><a href='http://www.irc-junkie.org/2009-12-15/atheme-irc-services-release-version-5/' rel='bookmark' title='Permanent Link: Atheme IRC services release version 5'>Atheme IRC services release version 5</a></li>
<li><a href='http://www.irc-junkie.org/2009-02-15/phpdenora-fixes-xss-vulnerability/' rel='bookmark' title='Permanent Link: phpDenora fixes XSS vulnerability'>phpDenora fixes XSS vulnerability</a></li>
<li><a href='http://www.irc-junkie.org/2009-05-07/phpdenora-version-140-is-out/' rel='bookmark' title='Permanent Link: phpDenora version 1.4.0 is out'>phpDenora version 1.4.0 is out</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today we shall have a look at the various possibilities available for statistics of activity on IRC, should you decide you want to have some pretty graphs detailing the happenings in a channel or on a whole network.</p>
<p>Most programs presented in this article parse logfiles generated by a variety of IRC clients, with the exception of <em>phpDenora/Denora</em> which needs to be run as a network service to gather its stats. However, both solutions can supplement one another as one may gather and display information that the other does or even can not.</p>
<p>All screenshots show results generated from the same logfile so you  can directly compare the output of each software &#8211; only the output of  <em>phpDenora</em> is taken from a live network and does not represent the  numbers shown in the other screenshots. Also, it should be noted that all programs have been tested in their default configuration and most provide a host of options that may output even more detailed and fancier statistics so YMMV.</p>
<p><a href="http://www.mircstats.net/"><span style="text-decoration: underline;"><em><strong>mIRCStats</strong></em></span></a></p>
<p><strong>Language:</strong> Pascal<br />
<strong>License:</strong> Shareware (Full Version starting from 12$/€)<br />
<strong>Type:</strong> Log-parser<br />
<strong>Logformats:</strong> irssi, mIRC, Trillian, Eggdrop, irssi, HydraIRC, ircle, BNC, miau, Winbot, XChat<br />
<strong>Output:</strong> HTML<br />
<strong>Support:</strong> <a href="http://forum.mircstats.net/">Forum</a></p>
<div id="attachment_1122" class="wp-caption alignleft" style="width: 160px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/mIRCStats_IRC_Statistics.png" class="shutterset_mIRCStats"><img class="size-thumbnail wp-image-1122" title="mIRCStats IRC Statistics" src="http://cdn.irc-junkie.org/wp-content/uploads/mIRCStats_IRC_Statistics-150x150.png" alt="mIRCStats IRC Statistics" width="150" height="150" /></a><p class="wp-caption-text">mIRCStats IRC Statistics</p></div>
<div id="attachment_1123" class="wp-caption alignright" style="width: 160px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/mIRCStats_IRC_Statistics2.png" class="shutterset_mIRCStats"><img class="size-thumbnail wp-image-1123" title="mIRCStats IRC Statistics" src="http://cdn.irc-junkie.org/wp-content/uploads/mIRCStats_IRC_Statistics2-150x150.png" alt="mIRCStats IRC Statistics" width="150" height="150" /></a><p class="wp-caption-text">mIRCStats IRC Statistics</p></div>
<div id="attachment_1124" class="wp-caption alignleft" style="width: 160px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/mIRCStats_IRC_Statistics3.png" class="shutterset_mIRCStats"><img class="size-thumbnail wp-image-1124" title="mIRCStats IRC Statistics" src="http://cdn.irc-junkie.org/wp-content/uploads/mIRCStats_IRC_Statistics3-150x150.png" alt="mIRCStats IRC Statistics" width="150" height="150" /></a><p class="wp-caption-text">mIRCStats IRC Statistics</p></div>
<div id="attachment_1125" class="wp-caption alignright" style="width: 160px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/mIRCStats_IRC_Statistics4.png" class="shutterset_mIRCStats"><img class="size-thumbnail wp-image-1125" title="mIRCStats IRC Statistics" src="http://cdn.irc-junkie.org/wp-content/uploads/mIRCStats_IRC_Statistics4-150x150.png" alt="mIRCStats IRC Statistics" width="150" height="150" /></a><p class="wp-caption-text">mIRCStats IRC Statistics</p></div>
<div style="clear:both;"></div>
<p><em>mIRCStats</em> is one of the older and more well-known packages out there but also the only one in this comparison that is licensed as shareware. However, with paying you get access to even more advanced output and graphing options and put food on the developers table <img src='http://cdn.irc-junkie.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The statistics it outputs leave nothing to be desired, not even in the shareware version. <em>mIRCStats</em> supports a wide variety of IRC clients it can parse logs from and adding new parsers is trivial &#8211; just edit a textfile that defines how certain events &#8220;look&#8221; in the log. There even is an option to automatically upload the generated files via FTP to a server of your choice so the statistics will always be up-to-date.</p>
<p>One downside of <em>mIRCStats</em> is that it is a Windows-only program which means you&#8217;ll need an always-on Windows machine that will parse the log and generate the stats if you plan on periodic updates of your stats.</p>
<p><span style="text-decoration: underline;"><em><a href="http://pisg.sourceforge.net/"><strong>pisg (Perl IRC Statistics Generator)</strong></a></em></span></p>
<p><strong>Language:</strong> Perl<br />
<strong>License:</strong> GPL<br />
<strong>Type:</strong> Log-parser<br />
<strong>Logformats:</strong> XChat, mIRC, Eggdrop, BitchX, irssi, virc98, dancer, Trillian, Grufti, mbot, Winbot, zcbot, muh, Energymech, ircII, psyBNC, ircle, infobot, axur, bobot++, oer, perlbot, Vision, pircbot, KVIrc, HydraIRC, sirc, moobot, supybot, blootbot, dircproxy, Konversation<br />
<strong>Output:</strong> HTML<br />
<strong>Support: </strong><a href="irc://irc.quakenet.org/pisg">#pisg</a></p>
<div id="attachment_1106" class="wp-caption alignleft" style="width: 160px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/pisg_IRC_Statistics.png" class="shutterset_pisg"><img class="size-thumbnail wp-image-1106" title="pisg IRC Statistics" src="http://cdn.irc-junkie.org/wp-content/uploads/pisg_IRC_Statistics-150x150.png" alt="pisg IRC Statistics" width="150" height="150" /></a><p class="wp-caption-text">pisg IRC Statistics</p></div>
<div id="attachment_1107" class="wp-caption alignright" style="width: 160px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/pisg_IRC_Statistics2.png" class="shutterset_pisg"><img class="size-thumbnail wp-image-1107" title="pisg IRC Statistics" src="http://cdn.irc-junkie.org/wp-content/uploads/pisg_IRC_Statistics2-150x150.png" alt="pisg IRC Statistics" width="150" height="150" /></a><p class="wp-caption-text">pisg IRC Statistics</p></div>
<div id="attachment_1108" class="wp-caption alignleft" style="width: 160px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/pisg_IRC_Statistics3.png" class="shutterset_pisg"><img class="size-thumbnail wp-image-1108" title="pisg IRC Statistics" src="http://cdn.irc-junkie.org/wp-content/uploads/pisg_IRC_Statistics3-150x150.png" alt="pisg IRC Statistics" width="150" height="150" /></a><p class="wp-caption-text">pisg IRC Statistics</p></div>
<div style="clear:both;"></div>
<p><em>pisg</em> also is a logfile parser and, as the acronym suggests, is written in Perl which makes it multiplatform / multiOS.</p>
<p>The statistics it generates in its default configuration are detailed but beyond that <em>pisg</em> is very extendable and provides many options to further customize the output and statistics parsed and graphed by it &#8211; the documentation explains most if not all possible settings in detail. If you are using a client whose logformat is not in its extensive list of supported and supplied parsers you can create your own provided you have some knowledge of regular expressions.</p>
<p>With <em>pisg</em>, the parsing of logfiles can be automated by adding the command to cron or Task Scheduler and if you want to generate statistics for multiple channels you can easily do so by configuring it via its config-file instead of passing commandline arguments to the executable.</p>
<p><strong><span style="text-decoration: underline;"><em><a href="http://risgstats.com/">risg (Ruby IRC Statistics Generator)</a></em></span><br />
</strong></p>
<p><strong>Language:</strong> Ruby<br />
<strong>License:</strong> MIT<br />
<strong>Type:</strong> Log-parser<br />
<strong>Logformats:</strong> irssi<br />
<strong>Output: </strong>HTML, XML, Console<br />
<strong>Support: </strong><a href="irc://chat.freenode.net/risg">#risg</a></p>
<div id="attachment_1110" class="wp-caption alignleft" style="width: 160px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/risg_IRC_Statistics.png" class="shutterset_risg"><img class="size-thumbnail wp-image-1110" title="risg IRC Statistics" src="http://cdn.irc-junkie.org/wp-content/uploads/risg_IRC_Statistics-150x150.png" alt="risg IRC Statistics" width="150" height="150" /></a><p class="wp-caption-text">risg IRC Statistics</p></div>
<div id="attachment_1111" class="wp-caption alignright" style="width: 160px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/risg_IRC_Statistics2.png" class="shutterset_risg"><img class="size-thumbnail wp-image-1111" title="risg IRC Statistics" src="http://cdn.irc-junkie.org/wp-content/uploads/risg_IRC_Statistics2-150x150.png" alt="risg IRC Statistics" width="150" height="150" /></a><p class="wp-caption-text">risg IRC Statistics</p></div>
<div id="attachment_1112" class="wp-caption alignleft" style="width: 160px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/risg_IRC_Statistics3.png" class="shutterset_risg"><img class="size-thumbnail wp-image-1112" title="risg IRC Statistics" src="http://cdn.irc-junkie.org/wp-content/uploads/risg_IRC_Statistics3-150x150.png" alt="risg IRC Statistics" width="150" height="150" /></a><p class="wp-caption-text">risg IRC Statistics</p></div>
<div style="clear:both;"></div>
<p><em>risg</em>, short for &#8220;Ruby IRC Statistics Generator&#8221;, also is a multiplatform / multiOS logfile parsing statistics generator programmed in Ruby.</p>
<p>Currently it only parses logfiles that are in <em>irssis&#8217;</em> default format however parser-support is modular and one could create his own parser based on the supplied one for <em>irssi</em>.</p>
<p>Statistics graphed by <em>risg</em> are a bit plain and not as detailed as they could be, but given the low version number and the fact that the software still is considered to be in an <em>&#8220;experimental stage of development&#8221;</em> things might as well change in the future. The lack of documentation besides a basic setup and usage guide is probably also attributable to the early stage the software is in but all in all <em>risg</em> has potential.</p>
<p>Being a commandline-driven program, <em>risgs&#8217;</em> statistics generation can be automated and its output can be modified, used and mangled limited only by its users imagination.</p>
<p><span style="text-decoration: underline;"><em><a href="http://code.google.com/p/superseriousstats/"><strong>superseriousstats</strong></a></em></span></p>
<p><strong>Language:</strong> PHP<br />
<strong>License:</strong> BSD<br />
<strong>Type:</strong> Log-parser<br />
<strong>Logformats:</strong> Eggdrop, irssi, mIRC<br />
<strong>Output:</strong> HTML, MySQL<br />
<strong>Support:</strong> <a href="irc://irc.quakenet.org/sss-support">#sss-support</a></p>
<div id="attachment_1067" class="wp-caption alignleft" style="width: 160px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/SuperSeriousStats_IRC_Statistics.png" class="shutterset_sss"><img class="size-thumbnail wp-image-1067 " style="float: left; vertical-align: text-bottom;" title="SuperSeriousStats IRC Statistics" src="http://cdn.irc-junkie.org/wp-content/uploads/SuperSeriousStats_IRC_Statistics-150x150.png" alt="SuperSeriousStats IRC Statistics" width="150" height="150" /></a><p class="wp-caption-text">SuperSeriousStats IRC Statistics</p></div>
<div id="attachment_1068" class="wp-caption alignright" style="width: 160px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/SuperSeriousStats_IRC_Statistics2.png" class="shutterset_sss"><img class="size-thumbnail wp-image-1068 " style="float: right; vertical-align: text-bottom;" title="SuperSeriousStats IRC Statistics" src="http://cdn.irc-junkie.org/wp-content/uploads/SuperSeriousStats_IRC_Statistics2-150x150.png" alt="SuperSeriousStats IRC Statistics" width="150" height="150" /></a><p class="wp-caption-text">SuperSeriousStats IRC Statistics</p></div>
<div id="attachment_1069" class="wp-caption alignleft" style="width: 160px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/SuperSeriousStats_IRC_Statistics3.png" class="shutterset_sss"><img class="size-thumbnail wp-image-1069 " style="float: left; vertical-align: text-bottom;" title="SuperSeriousStats IRC Statistics" src="http://cdn.irc-junkie.org/wp-content/uploads/SuperSeriousStats_IRC_Statistics3-150x150.png" alt="SuperSeriousStats IRC Statistics" width="150" height="150" /></a><p class="wp-caption-text">SuperSeriousStats IRC Statistics</p></div>
<div id="attachment_1070" class="wp-caption alignright" style="width: 160px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/SuperSeriousStats_IRC_Statistics4.png" class="shutterset_sss"><img class="size-thumbnail wp-image-1070 " style="float: right; vertical-align: text-bottom;" title="SuperSeriousStats IRC Statistics" src="http://cdn.irc-junkie.org/wp-content/uploads/SuperSeriousStats_IRC_Statistics4-150x150.png" alt="SuperSeriousStats IRC Statistics" width="150" height="150" /></a><p class="wp-caption-text">SuperSeriousStats IRC Statistics</p></div>
<div id="attachment_1071" class="wp-caption alignleft" style="width: 160px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/SuperSeriousStats_IRC_Statistics5.png" class="shutterset_sss"><img class="size-thumbnail wp-image-1071" style="vertical-align: text-bottom;" title="SuperSeriousStats IRC Statistics" src="http://cdn.irc-junkie.org/wp-content/uploads/SuperSeriousStats_IRC_Statistics5-150x150.png" alt="SuperSeriousStats IRC Statistics" width="150" height="150" /></a><p class="wp-caption-text">SuperSeriousStats IRC Statistics</p></div>
<div style="clear:both;"></div>
<p><em>superseriousstats</em> is of the &#8220;logfile parsing&#8221; variety too but, to add another programming language to the mix, is written entirely in PHP. It uses a MySQL database for data storage which opens up quite a few possibilities on how and where you can use it besides the full statistics website.</p>
<p>The graphs and statistics <em>sss</em> generates aren&#8217;t overly fancy (did you expect anything else from software that calls itself &#8220;serious&#8221;?) but some customization options are provided so you can still tweak and fiddle with them. As with the previous packages, <em>superseriousstats</em> is to be used from the commandline and can be executed with any scheduling daemon  &#8211; provided you have a recent version of PHP installed on the platform of your choice.</p>
<p>Extending the number of logformats / clients supported is just a matter of creating an appropiate parser for which you&#8217;d need to have at least a basic understanding of regular expressions.</p>
<p><span style="text-decoration: underline;"><em><a href="http://www.denorastats.org/"><strong>Denora / phpDenora</strong></a></em></span></p>
<p><strong>Language:</strong> C / PHP<br />
<strong>License:</strong> GPL<br />
<strong>Type:</strong> Network Service<br />
<strong>Logformats:</strong> -<br />
<strong>Output:</strong> HTML, XML, MySQL<br />
<strong>Support: </strong><a href="irc://irc.denorastats.org/denora">#denora</a></p>
<div id="attachment_1114" class="wp-caption alignleft" style="width: 160px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/phpDenora_IRC_Statistics.png" class="shutterset_denora"><img class="size-thumbnail wp-image-1114" title="phpDenora IRC Statistics" src="http://cdn.irc-junkie.org/wp-content/uploads/phpDenora_IRC_Statistics-150x150.png" alt="phpDenora IRC Statistics" width="150" height="150" /></a><p class="wp-caption-text">phpDenora IRC Statistics</p></div>
<div id="attachment_1115" class="wp-caption alignright" style="width: 160px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/phpDenora_IRC_Statistics2.png" class="shutterset_denora"><img class="size-thumbnail wp-image-1115" title="phpDenora IRC Statistics" src="http://cdn.irc-junkie.org/wp-content/uploads/phpDenora_IRC_Statistics2-150x150.png" alt="phpDenora IRC Statistics" width="150" height="150" /></a><p class="wp-caption-text">phpDenora IRC Statistics</p></div>
<div id="attachment_1116" class="wp-caption alignleft" style="width: 160px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/phpDenora_IRC_Statistics3.png" class="shutterset_denora"><img class="size-thumbnail wp-image-1116" title="phpDenora IRC Statistics" src="http://cdn.irc-junkie.org/wp-content/uploads/phpDenora_IRC_Statistics3-150x150.png" alt="phpDenora IRC Statistics" width="150" height="150" /></a><p class="wp-caption-text">phpDenora IRC Statistics</p></div>
<div id="attachment_1117" class="wp-caption alignright" style="width: 160px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/phpDenora_IRC_Statistics4.png" class="shutterset_denora"><img class="size-thumbnail wp-image-1117" title="phpDenora IRC Statistics" src="http://cdn.irc-junkie.org/wp-content/uploads/phpDenora_IRC_Statistics4-150x150.png" alt="phpDenora IRC Statistics" width="150" height="150" /></a><p class="wp-caption-text">phpDenora IRC Statistics</p></div>
<div id="attachment_1118" class="wp-caption alignleft" style="width: 160px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/phpDenora_IRC_Statistics5.png" class="shutterset_denora"><img class="size-thumbnail wp-image-1118" title="phpDenora IRC Statistics" src="http://cdn.irc-junkie.org/wp-content/uploads/phpDenora_IRC_Statistics5-150x150.png" alt="phpDenora IRC Statistics" width="150" height="150" /></a><p class="wp-caption-text">phpDenora IRC Statistics</p></div>
<div id="attachment_1119" class="wp-caption alignright" style="width: 160px"><a href="http://cdn.irc-junkie.org/wp-content/uploads/phpDenora_IRC_Statistics6.png" class="shutterset_denora"><img class="size-thumbnail wp-image-1119" title="phpDenora IRC Statistics" src="http://cdn.irc-junkie.org/wp-content/uploads/phpDenora_IRC_Statistics6-150x150.png" alt="phpDenora IRC Statistics" width="150" height="150" /></a><p class="wp-caption-text">phpDenora IRC Statistics</p></div>
<div style="clear:both;"></div>
<p>The combination of <em>Denora</em> and <em>phpDenora</em> is unique in that it is the only package in this comparison that must be run as a network service to gather its statistics.</p>
<p>The upside of this is that it can gather statistics and details the other packages can&#8217;t provide but on the flipside also means that you will need to have access to the IRC networks configuration or convince one of the admins to install it for you &#8211; otherwise you&#8217;re out of luck.</p>
<p>The statistics and graphs <em>phpDenora</em> displays are multifaceted &amp; good-looking and due it being a network service it displays statistics for the whole network, not just one or a few channels. <em>Denora</em> introduces StatServ, a pseudoclient like NickServ, to the network that is able to display a selection of statistics in channel messages or notices to you.</p>
<p>Data parsed by <em>Denora</em> is available in a MySQL database or XML which makes it an ideal candidate for modeling the output your way. It should be noted that the successor for <em>phpDenora</em>, called <a href="http://wiki.anope.org/index.php/MagIRC"><em>MagIRC</em></a>, is already in the works but is not anywhere near production-ready and therefore not suitable for most IRC nets.</p>
<p><span style="text-decoration: underline;"><strong>Verdict:</strong></span></p>
<p>All solutions generate useful and appealing results &#8211; one maybe a bit more than the other but in the end it&#8217;s all a matter of taste and largely depends on what you want to achieve.</p>
<p>If you&#8217;re looking to customize the output or scope of the graphs you should definately pick the solution that is written in the language you&#8217;re already familiar with or comfortable to learn.</p>
<p>What do you use to provide statistics on your network or channel?</p>
<p><!--Digiprove_Start--><span style="vertical-align:middle; display:inline-table; padding:3px; line-height:normal;border:1px solid #bbbbbb;background-color:#FFFFFF;" title="certified 15 July 2010 10:40:50 UTC by Digiprove certificate P33509" ><a href="http://www.digiprove.com/show_certificate.aspx?id=P33509;guid=pDyI0_-GXkS4JPaA1CugDw" style="text-decoration:none" target="_blank" style="border:0px; float:none; display:inline; text-decoration: none;background-color:#FFFFFF;"><img src="http://www.digiprove.com/images/dp_seal_trans_16x16.png" style="vertical-align:middle; display:inline; border:0px; margin:0px; float:none; background-color:transparent" border="0"/><span style="font-family: Tahoma, MS Sans Serif; font-size:11px; color:#636363; border:0px; float:none; display:inline; text-decoration:none; letter-spacing:normal" onmouseover="this.style.color='#A35353';" onmouseout="this.style.color='#636363';">&nbsp;&nbsp;Copyright secured by Digiprove</span></a><!--856B101798FB77963FE97B371D671E211AC9F474FD28A3AB38C46C5E7CD57D6B--></span><!--Digiprove_End--></p>
 <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://cdn.irc-junkie.org/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p><p><a href="http://www.irc-junkie.org/2010-07-14/irc-statistics-software-comparison/">IRC Statistics Software Comparison</a> is a post from: <a href="http://www.irc-junkie.org">IRC-Junkie.org - IRC News</a>
<br><br>

This post is licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Deutschland</a> license.</p>


<p>Related posts:<ol><li><a href='http://www.irc-junkie.org/2009-12-15/atheme-irc-services-release-version-5/' rel='bookmark' title='Permanent Link: Atheme IRC services release version 5'>Atheme IRC services release version 5</a></li>
<li><a href='http://www.irc-junkie.org/2009-02-15/phpdenora-fixes-xss-vulnerability/' rel='bookmark' title='Permanent Link: phpDenora fixes XSS vulnerability'>phpDenora fixes XSS vulnerability</a></li>
<li><a href='http://www.irc-junkie.org/2009-05-07/phpdenora-version-140-is-out/' rel='bookmark' title='Permanent Link: phpDenora version 1.4.0 is out'>phpDenora version 1.4.0 is out</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/irc-junkie/news?a=zt01Vp7q4n0:pH54KWWHFS8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/irc-junkie/news?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/irc-junkie/news?a=zt01Vp7q4n0:pH54KWWHFS8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/irc-junkie/news?i=zt01Vp7q4n0:pH54KWWHFS8:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/irc-junkie/news/~4/zt01Vp7q4n0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.irc-junkie.org/2010-07-14/irc-statistics-software-comparison/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.irc-junkie.org/2010-07-14/irc-statistics-software-comparison/</feedburner:origLink></item>
	</channel>
</rss>
