<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Bad Behavior / Bad Behaviour</title>
	<atom:link href="http://bad-behavior.ioerror.us/feed/" rel="self" type="application/rss+xml" />
	<link>http://bad-behavior.ioerror.us</link>
	<description>The Web&#039;s premier link spam killer.</description>
	<lastBuildDate>Wed, 15 May 2013 14:00:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>WordPress brute-force login attacks stepped up</title>
		<link>http://bad-behavior.ioerror.us/2013/04/10/wordpress-brute-force-login-attacks-stepped-up/</link>
		<comments>http://bad-behavior.ioerror.us/2013/04/10/wordpress-brute-force-login-attacks-stepped-up/#comments</comments>
		<pubDate>Wed, 10 Apr 2013 22:03:59 +0000</pubDate>
		<dc:creator>Michael Hampton</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[botnet]]></category>

		<guid isPermaLink="false">http://bad-behavior.ioerror.us/?p=189</guid>
		<description><![CDATA[Over the past day or so I&#8217;ve seen close to 1,000 brute force login attempts at my own WordPress sites originating from botnets. Other sites are being hit even harder. After analyzing the data I have, I&#8217;ve determined that there are two separate and distinct attackers, and Bad Behavior is successfully blocking 100% of attempts [...]]]></description>
				<content:encoded><![CDATA[<p>Over the past day or so I&#8217;ve seen close to 1,000 brute force login attempts at my own WordPress sites originating from botnets. Other sites are being hit even harder.</p>
<p>After analyzing the data I have, I&#8217;ve determined that there are two separate and distinct attackers, and Bad Behavior is successfully blocking 100% of attempts from both of them.<span id="more-189"></span></p>
<p>I got an email from Liquid Web early this morning, for instance, referencing the attacks. In this case they <strike>wrote</strike> borrowed <a href="http://kb.liquidweb.com/wordpress-modsecurity-rules/" target="_blank">a custom mod_security rule</a> to do what fail2ban already does (but better). If you can&#8217;t use fail2ban, you might be able to use their mod_security rule in your .htaccess, depending on your web hosting provider. Unfortunately, since the rule is dependent on IP address, and these attackers are frequently changing IPs, it may not help all that much.</p>
<p>At present, Bad Behavior is the only known tool which is blocking 100% of these attacks out of the box. If you aren&#8217;t already using Bad Behavior&#8230;</p>
<p>These attacks appear to be originating from two distinct botnets, each with its own distinguishing characteristics. One of them gave little clue as to its command and control stucture, but a spot check of some of the IP addresses indicates that the zombies are likely compromised web servers. The other wasn&#8217;t a botnet <em>per se</em>, but one person sending a large number of requests through open Mikrotik and other proxy servers &#8211; most of which happily also sent along his IP address, 178.137.18.127. This appears to be registered to a mobile phone in the Ukraine. Oops! <strong>Update</strong>: Looks like this guy has moved on to 46.118.122.151. He apparently still doesn&#8217;t realize that the open proxy servers are sending along his IP address.</p>
<p>The two attackers are distinguishable in that the botnet attacker is sending only the login and password fields in its POST requests, while the idiot on the mobile phone is also sending three other key/value pairs which are present in the WordPress login form.</p>
<p>In both cases, the attacks attempt random passwords and passwords with patterns such as <code>qwertyuiop</code> or <code>123123</code>. If you have a password that might have such a pattern in it, you should change it immediately.</p>
<p>See also <a href="http://codex.wordpress.org/Hardening_WordPress">Hardening WordPress</a> for more things you can do to keep your WordPress site secure.</p>
]]></content:encoded>
			<wfw:commentRss>http://bad-behavior.ioerror.us/2013/04/10/wordpress-brute-force-login-attacks-stepped-up/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bad Behavior 2.2.14</title>
		<link>http://bad-behavior.ioerror.us/2013/04/09/bad-behavior-2-2-14/</link>
		<comments>http://bad-behavior.ioerror.us/2013/04/09/bad-behavior-2-2-14/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 01:03:20 +0000</pubDate>
		<dc:creator>Michael Hampton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bad-behavior.ioerror.us/?p=183</guid>
		<description><![CDATA[Bad Behavior 2.2.14 has been released. This is a maintenance release and is recommended for all users. Changes The following changes have been made since 2.2.13: An additional exploit scanner has been identified and blocked. A small change has been made to accommodate a change made by Firefox to its User-Agent format, to ensure that [...]]]></description>
				<content:encoded><![CDATA[<p>Bad Behavior 2.2.14 has been released. This is a maintenance release and is recommended for all users.</p>
<h3>Changes</h3>
<p>The following changes have been made since <a href="http://bad-behavior.ioerror.us/2012/12/10/bad-behavior-2-2-13/">2.2.13</a>:</p>
<ul>
<li>An additional exploit scanner has been identified and blocked.</li>
<li>A small change has been made to accommodate a change made by Firefox to its User-Agent format, to ensure that Firefox 25 (which doesn&#8217;t yet exist) is not improperly blocked.</li>
</ul>
<h3>Download</h3>
<p><a href="http://bad-behavior.ioerror.us/download/">Download Bad Behavior</a> now.</p>
<h3>Notes</h3>
<p>Just as a reminder, if you use CloudFlare on your site, you must enable the Reverse Proxy option in <a href="http://bad-behavior.ioerror.us/support/configuration/">Bad Behavior&#8217;s settings</a>, or many of your visitors and search engines will be blocked.</p>
<p>Work on Bad Behavior 3.0 is making progress; I have some very basic pre-alpha code and a test framework and I hope to have it cleaned up enough to attempt to begin using in the next few days. If you would like to see this work progress more quickly, or you just want to say thank you, consider <a href="http://bad-behavior.ioerror.us/donate/">making a donation today</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bad-behavior.ioerror.us/2013/04/09/bad-behavior-2-2-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bug tracker reopened</title>
		<link>http://bad-behavior.ioerror.us/2013/04/03/bug-tracker-reopened/</link>
		<comments>http://bad-behavior.ioerror.us/2013/04/03/bug-tracker-reopened/#comments</comments>
		<pubDate>Wed, 03 Apr 2013 23:31:19 +0000</pubDate>
		<dc:creator>Michael Hampton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bad-behavior.ioerror.us/?p=173</guid>
		<description><![CDATA[I had to temporarily block all user registrations on the bug tracker for a short while due, ironically, to spam registrations. Registration has been reopened for now, and I&#8217;m manually dealing with the spammers. This very bad experience has motivated me to do more about web spammers. In this case, the bug tracker is Redmine, [...]]]></description>
				<content:encoded><![CDATA[<p>I had to temporarily block all user registrations on the bug tracker for a short while due, ironically, to spam registrations.</p>
<p>Registration has been reopened for now, and I&#8217;m manually dealing with the spammers.</p>
<p>This very bad experience has motivated me to do more about web spammers.</p>
<p>In this case, the bug tracker is Redmine, a web application developed in Ruby on Rails.</p>
<p>My first thought in such a case would have been to throw Bad Behavior at the web app and let it handle the problem. Unfortunately, Bad Behavior is written in PHP, making this impossible. By this point there must be any number of Ruby/Rails apps out there which are now suffering from the spam problems that we all went through and mostly got under control years ago.</p>
<p>It&#8217;s therefore my intention, as part of the Bad Behavior 3.0 rewrite, to create a Ruby gem which can be used to help secure such web applications. It may not be a simultaneous release, but something has to be done, and soon.</p>
<p>P.S. It&#8217;s also come to my attention that Redmine hasn&#8217;t been emailing me when someone enters a new ticket into the system. This should also be fixed. I&#8217;ve also taken the time to look at every ticket currently in the system. All bugs and support requests have been responded to, and all features looked at.</p>
]]></content:encoded>
			<wfw:commentRss>http://bad-behavior.ioerror.us/2013/04/03/bug-tracker-reopened/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FeedBurner blocked in Project Honey Pot again</title>
		<link>http://bad-behavior.ioerror.us/2013/03/30/feedburner-blocked-in-project-honey-pot-again/</link>
		<comments>http://bad-behavior.ioerror.us/2013/03/30/feedburner-blocked-in-project-honey-pot-again/#comments</comments>
		<pubDate>Sat, 30 Mar 2013 03:29:46 +0000</pubDate>
		<dc:creator>Michael Hampton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bad-behavior.ioerror.us/?p=170</guid>
		<description><![CDATA[It&#8217;s come to my attention that Google has once again managed to get FeedBurner blacklisted at Project Honey Pot. Those of you using Bad Behaavior&#8217;s Project Honey Pot support will see that requests from FeedBurner are blocked because the IP address is on the http:BL blacklist. This is caused by an architectural problem at Google, [...]]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s come to my attention that Google has once again managed to get FeedBurner blacklisted at Project Honey Pot.</p>
<p>Those of you using Bad Behaavior&#8217;s Project Honey Pot support will see that requests from FeedBurner are blocked because the IP address is on the http:BL blacklist.</p>
<p>This is caused by an architectural problem at Google, and will require Google to resolve the issue for the problem to go away permanently. The issue is that, in the case of FeedBurner, Google uses IP addresses which are shared by third parties using Google App Engine, some of which are spammers. The spammers quickly get Google&#8217;s IP address blacklisted all over the Internet, and suddenly FeedBurner stops working.</p>
<p>If you are impacted by this issue, you can whitelist the affected IP addresses or the FeedBurner user agent string, or disable Project Honey Pot. Be aware that doing any of these will increase the amount of spam you receive. You should also complain to Google, since this isn&#8217;t the first time this has happened, and they seem to have done absolutely nothing about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://bad-behavior.ioerror.us/2013/03/30/feedburner-blocked-in-project-honey-pot-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bad Behavior 2.2.13</title>
		<link>http://bad-behavior.ioerror.us/2012/12/10/bad-behavior-2-2-13/</link>
		<comments>http://bad-behavior.ioerror.us/2012/12/10/bad-behavior-2-2-13/#comments</comments>
		<pubDate>Mon, 10 Dec 2012 18:15:12 +0000</pubDate>
		<dc:creator>Michael Hampton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bad-behavior.ioerror.us/?p=154</guid>
		<description><![CDATA[Bad Behavior 2.2.13 has been released. This is a maintenance release and is recommended for all users. Changes The following changes have been made since 2.2.12: Requests from the Baidu search engine now go through screening similar to Google and other major search engines. This will help to prevent illegitimate access from clients which falsely [...]]]></description>
				<content:encoded><![CDATA[<p>Bad Behavior 2.2.13 has been released. This is a maintenance release and is recommended for all users.</p>
<h3>Changes</h3>
<p>The following changes have been made since <a href="http://bad-behavior.ioerror.us/2012/12/08/bad-behavior-2-2-12/">2.2.12</a>:</p>
<ul>
<li>Requests from the Baidu search engine now go through screening similar to Google and other major search engines. This will help to prevent illegitimate access from clients which falsely claim to be the Baidu search engine. A logic error which prevented these checks from ever running has been fixed.</ul>
<h3>Download</h3>
<p><a href="http://bad-behavior.ioerror.us/download/">Download Bad Behavior</a> now.</p>
<h3>Notes</h3>
<p>Just as a reminder, if you use CloudFlare on your site, you must enable the Reverse Proxy option in <a href="http://bad-behavior.ioerror.us/support/configuration/">Bad Behavior&#8217;s settings</a>, or many of your visitors and search engines will be blocked.</p>
<p>Work on Bad Behavior 3.0 is finally making progress; I have some very basic almost-functional pre-alpha code and I hope to have it cleaned up enough to attempt to begin using in the next few weeks. Since this is usually the slow season for me, I hope to have some extra time to work on it over the holiday season. If you would like to see this work progress more quickly, or you just want to say thank you, consider <a href="http://bad-behavior.ioerror.us/donate/">making a donation today</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bad-behavior.ioerror.us/2012/12/10/bad-behavior-2-2-13/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bad Behavior 2.2.12</title>
		<link>http://bad-behavior.ioerror.us/2012/12/08/bad-behavior-2-2-12/</link>
		<comments>http://bad-behavior.ioerror.us/2012/12/08/bad-behavior-2-2-12/#comments</comments>
		<pubDate>Sat, 08 Dec 2012 21:19:44 +0000</pubDate>
		<dc:creator>Michael Hampton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bad-behavior.ioerror.us/?p=147</guid>
		<description><![CDATA[Bad Behavior 2.2.12 has been released. This is a maintenance release and is recommended for all users. Changes The following changes have been made since 2.2.11: Search engine screening by IP address is now more lenient; a failure to match a known IP address range no longer blocks the bot outright. This change is in [...]]]></description>
				<content:encoded><![CDATA[<p>Bad Behavior 2.2.12 has been released. This is a maintenance release and is recommended for all users.</p>
<h3>Changes</h3>
<p>The following changes have been made since <a href="http://bad-behavior.ioerror.us/2012/10/11/bad-behavior-2-2-11-and-2-0-49/">2.2.11</a>:</p>
<ul>
<li>Search engine screening by IP address is now more lenient; a failure to match a known IP address range no longer blocks the bot outright. This change is in response to a major search engine which is adding large numbers of IP address ranges faster than they can be tracked and added to Bad Behavior. Requests which don&#8217;t match a known IP address range still go through normal screening, while requests which match will be passed immediately.</li>
<li>Search engine IP address screening is bypassed when the request originates from an IPv6 address, pending the addition of IPv6 subnet matching code.</li>
<li>Requests from the Baidu search engine now go through screening similar to Google and other major search engines. This will help to prevent illegitimate access from clients which falsely claim to be the Baidu search engine.</li>
<li>Some URL blacklist strings have been removed due to the possibility of their matching legitimate user input (e.g. in a site search phrase).</li>
</ul>
<h3>Download</h3>
<p><a href="http://bad-behavior.ioerror.us/download/">Download Bad Behavior</a> now.</p>
<h3>Notes</h3>
<p>Just as a reminder, if you use CloudFlare on your site, you must enable the Reverse Proxy option in <a href="http://bad-behavior.ioerror.us/support/configuration/">Bad Behavior&#8217;s settings</a>, or many of your visitors and search engines will be blocked.</p>
<p>Work on Bad Behavior 3.0 is finally making progress; I have some very basic almost-functional pre-alpha code and I hope to have it cleaned up enough to attempt to begin using in the next few weeks. Since this is usually the slow season for me, I hope to have some extra time to work on it over the holiday season. If you would like to see this work progress more quickly, or you just want to say thank you, consider <a href="http://bad-behavior.ioerror.us/donate/">making a donation today</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bad-behavior.ioerror.us/2012/12/08/bad-behavior-2-2-12/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Fatal error in Bad Behavior 2.2.11?</title>
		<link>http://bad-behavior.ioerror.us/2012/10/11/php-fatal-error-in-bad-behavior-2-2-11/</link>
		<comments>http://bad-behavior.ioerror.us/2012/10/11/php-fatal-error-in-bad-behavior-2-2-11/#comments</comments>
		<pubDate>Thu, 11 Oct 2012 23:47:26 +0000</pubDate>
		<dc:creator>Michael Hampton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bad-behavior.ioerror.us/?p=134</guid>
		<description><![CDATA[Oops! If you attempted to download Bad Behavior 2.2.11 before right now, when the announcement was posted to this site, you received a copy with a syntax error, which generated a PHP fatal error. I&#8217;ve replaced the download with a corrected version. If you are experiencing this issue, you can remove and reinstall Bad Behavior, [...]]]></description>
				<content:encoded><![CDATA[<p>Oops! If you attempted to download Bad Behavior 2.2.11 before right now, when the announcement was posted to this site, you received a copy with a syntax error, which generated a PHP fatal error.</p>
<p>I&#8217;ve replaced the download with a corrected version. If you are experiencing this issue, you can remove and reinstall Bad Behavior, or edit line 94 of <code>bad-behavior/blacklist.inc.php</code> and add a <code>,</code> (comma) after the second <code>"</code> (quotation mark) so that the beginning of the line reads <code>"Nikto",</code>.</p>
<p>As I&#8217;ve noted previously, I&#8217;m in the midst of moving away from WordPress subversion and toward git (and github) which will let me put in place processes to prevent this sort of brown paper bag problem again. Please accept my apologies for the inconvenience this may have caused you.</p>
]]></content:encoded>
			<wfw:commentRss>http://bad-behavior.ioerror.us/2012/10/11/php-fatal-error-in-bad-behavior-2-2-11/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bad Behavior 2.2.11 and 2.0.49</title>
		<link>http://bad-behavior.ioerror.us/2012/10/11/bad-behavior-2-2-11-and-2-0-49/</link>
		<comments>http://bad-behavior.ioerror.us/2012/10/11/bad-behavior-2-2-11-and-2-0-49/#comments</comments>
		<pubDate>Thu, 11 Oct 2012 23:41:57 +0000</pubDate>
		<dc:creator>Michael Hampton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bad-behavior.ioerror.us/?p=129</guid>
		<description><![CDATA[Bad Behavior 2.2.11 and 2.0.49 have been released. This is a maintenance release and is recommended for all users. NOTE: Support for the 2.0 series is very limited and will end June 30, 2013. Plan to migrate to the 2.2 series as soon as possible. Changes The following changes to 2.2 have been made since [...]]]></description>
				<content:encoded><![CDATA[<p>Bad Behavior 2.2.11 and 2.0.49 have been released. This is a maintenance release and is recommended for all users.</p>
<p><strong>NOTE</strong>: Support for the 2.0 series is very limited and will end June 30, 2013. Plan to migrate to the 2.2 series as soon as possible.</p>
<h3>Changes</h3>
<p>The following changes to 2.2 have been made since version 2.2.10:</p>
<ul>
<li>Google AdSense has changed their crawler&#8217;s User-Agent string to a string that matches a user agent blacklist entry. This would prevent the delivery of targeted ads to a page, and result in generic ads being displayed. The blacklist entry was temporarily removed pending communication with Google.</li>
<li>A PHP warning would be generated if any whitelist had blank lines in it. Blank lines are now stripped out of whitelist entries.</li>
</ul>
<p>The following changes to 2.0 have been made since version 2.0.48:</p>
<ul>
<li>Google AdSense has changed their crawler&#8217;s User-Agent string to a string that matches a user agent blacklist entry. This would prevent the delivery of targeted ads to a page, and result in generic ads being displayed. The blacklist entry was temporarily removed pending communication with Google.</li>
</ul>
<h3>Download</h3>
<p><a href="http://bad-behavior.ioerror.us/download/">Download Bad Behavior</a> now.</p>
]]></content:encoded>
			<wfw:commentRss>http://bad-behavior.ioerror.us/2012/10/11/bad-behavior-2-2-11-and-2-0-49/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bad Behavior 2.2.10</title>
		<link>http://bad-behavior.ioerror.us/2012/09/02/bad-behavior-2-2-10/</link>
		<comments>http://bad-behavior.ioerror.us/2012/09/02/bad-behavior-2-2-10/#comments</comments>
		<pubDate>Sun, 02 Sep 2012 18:07:22 +0000</pubDate>
		<dc:creator>Michael Hampton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bad-behavior.ioerror.us/?p=122</guid>
		<description><![CDATA[Bad Behavior 2.2.10 has been released. This is a maintenance release and is recommended for all users. Changes The following changes have been made since version 2.2.9: Code added in the previous release to support detection of malicious attacks contained an unfortunate typo causing PHP warnings to appear. This has been fixed. Download Download Bad [...]]]></description>
				<content:encoded><![CDATA[<p>Bad Behavior 2.2.10 has been released. This is a maintenance release and is recommended for all users.</p>
<h3>Changes</h3>
<p>The following changes have been made since version 2.2.9:</p>
<ul>
<li>Code added in the previous release to support detection of malicious attacks contained an unfortunate typo causing PHP warnings to appear. This has been fixed.</li>
</ul>
<h3>Download</h3>
<p><a href="http://bad-behavior.ioerror.us/download/">Download Bad Behavior</a> now.</p>
]]></content:encoded>
			<wfw:commentRss>http://bad-behavior.ioerror.us/2012/09/02/bad-behavior-2-2-10/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Bad Behavior 2.2.9</title>
		<link>http://bad-behavior.ioerror.us/2012/09/02/bad-behavior-2-2-9/</link>
		<comments>http://bad-behavior.ioerror.us/2012/09/02/bad-behavior-2-2-9/#comments</comments>
		<pubDate>Sun, 02 Sep 2012 06:34:17 +0000</pubDate>
		<dc:creator>Michael Hampton</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bad-behavior.ioerror.us/?p=105</guid>
		<description><![CDATA[Bad Behavior 2.2.9 has been released. This is a maintenance release and is recommended for all users. Changes The following changes have been made since version 2.2.8: Several patterns associated with malicious activity such as SQL injection and vulnerability scanning have been identified and blocked. WordPress: A code change regarding display of the whitelist in [...]]]></description>
				<content:encoded><![CDATA[<p>Bad Behavior 2.2.9 has been released. This is a maintenance release and is recommended for all users.</p>
<h3>Changes</h3>
<p>The following changes have been made since version 2.2.8:</p>
<ul>
<li>Several patterns associated with malicious activity such as SQL injection and vulnerability scanning have been identified and blocked.</li>
<li><strong>WordPress</strong>: A code change regarding display of the whitelist in the administrative page was reverted due to unforeseen issues.</li>
</ul>
<h3>Download</h3>
<p><a href="http://bad-behavior.ioerror.us/download/">Download Bad Behavior</a> now.</p>
<h3>Notes</h3>
<p>While reviewing the site for the recent disaster recovery, I noted that some ports of Bad Behavior had not been updated in a very long time and do not use the new 2.2 code base, and some which appear to have been abandoned. These have been noted on the <a href="http://bad-behavior.ioerror.us/support/installation/">list of ports</a> as &#8220;legacy&#8221; and &#8220;abandoned&#8221; respectively. If you are a port maintainer, or you think you may want to be, please check the list for your platform.</p>
<p>I also noted that some current ports were released under the GPL version 2 only. Since Bad Behavior 2.2 uses the LGPL version 3 (or any later version) the license is not compatible with GPLv2 only connectors. I&#8217;ll be contacting port maintainers individually about these to attempt to resolve these issues, but if you are one and you are aware of this, please update your license to GPLv3 or later, or LGPLv2.1 or later.</p>
<p>Finally, thank you to all of you who provided kind words, offers of technical assistance and of course donations during this very stressful <a href="http://bad-behavior.ioerror.us/2012/06/13/disaster-recovery-update/">disaster recovery</a>. If you haven&#8217;t contributed lately, or at all, please help me keep Bad Behavior going by <a href="http://bad-behavior.ioerror.us/donate/">donating</a> today.</p>
]]></content:encoded>
			<wfw:commentRss>http://bad-behavior.ioerror.us/2012/09/02/bad-behavior-2-2-9/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
