<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Mollom on Netsensei</title>
    <link>https://www.netsensei.be/tags/mollom/</link>
    <description>Recent content in Mollom on Netsensei</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>nl-NL</language>
    <managingEditor>matthias@netsensei.nl (Matthias Vandermaesen)</managingEditor>
    <webMaster>matthias@netsensei.nl (Matthias Vandermaesen)</webMaster>
    <lastBuildDate>Sat, 09 May 2009 18:03:38 +0000</lastBuildDate><atom:link href="https://www.netsensei.be/tags/mollom/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>WP Mollom likes your comments</title>
      <link>https://www.netsensei.be/2009/05/09/wp-mollom-likes-your-comments/</link>
      <pubDate>Sat, 09 May 2009 18:03:38 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2009/05/09/wp-mollom-likes-your-comments/</guid>
      <description>&lt;p&gt;Over the past couple of days, it became apparent that WP Mollom suffers
&lt;a href=&#34;http://blog.zog.org/2009/05/het-probleem-met-commentaren-alhier.html&#34;&gt;an issue&lt;/a&gt; where it “eats” your comment when a CAPTCHA is shown.
The result is that only half of your comment is saved. Not good of course. 
Apart from that, there was also a problem with character encoding.&lt;/p&gt;
&lt;p&gt;Of course, this issue needs solving. I could recreate the problem on a testsetup
and found the culprit. This issue rears its’ ugly head when a commenter
uses double quotes in his/her comment. Because of the way WordPress implements
commenting, I have to embed the commentdata in the CAPTCHA form as a cluster of
hidden fields. The handling of the encoding was a bit wonky here which causes
data to get corrupted.&lt;/p&gt;
&lt;p&gt;I fixed the issue and commited the code in the development version of the plugin
(trunk). I’m not commiting it to a stable version yet because the adjusted
code needs testing against foreign non-western character sets like simplified
chinese and such. If your blog is set to use UTF-8 encoding (which it should!),
you shouldn’t notice big problems with this update.&lt;/p&gt;
&lt;p&gt;If you’re really anxious to get your hands wet, you can download
&lt;a href=&#34;http://downloads.wordpress.org/plugin/wp-mollom.zip&#34;&gt;the development version here&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>WP Mollom 0.7.1</title>
      <link>https://www.netsensei.be/2008/12/27/wp-mollom-071/</link>
      <pubDate>Sat, 27 Dec 2008 16:23:51 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/12/27/wp-mollom-071/</guid>
      <description>&lt;p&gt;I just released &lt;a href=&#34;http://wordpress.org/extend/plugins/wp-mollom/&#34;&gt;WP Mollom 0.7.1&lt;/a&gt;. Here’s the changelog:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;fixed: all plugin panels are now shown in the new WP 2.7 administration
interface menu&lt;/li&gt;
&lt;li&gt;fixed: non-western character sets are now handled properly in the captcha form&lt;/li&gt;
&lt;li&gt;fixed: handles threaded comments properly&lt;/li&gt;
&lt;li&gt;fixed: multiple records in the manage module not correctly processed&lt;/li&gt;
&lt;li&gt;improved: extra – non standard – fields added to the comment form
don’t get dropped&lt;/li&gt;
&lt;li&gt;improved: revamped the administration panel&lt;/li&gt;
&lt;li&gt;improved: various smaller code improvements&lt;/li&gt;
&lt;li&gt;added: the plugin is now compatible with the new plugin uninstall features in
WordPress 2.7&lt;/li&gt;
&lt;li&gt;added: the ‘quality’ of ‘spaminess’ of a comment is
now logged and shown as an extra indicator&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Wishing all the best in 2009!&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Mollom 0.6.1</title>
      <link>https://www.netsensei.be/2008/09/24/mollom-061/</link>
      <pubDate>Wed, 24 Sep 2008 18:54:18 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/09/24/mollom-061/</guid>
      <description>&lt;p&gt;I just tagged version 0.6.1 of &lt;a href=&#34;http://wordpress.org/extend/plugins/wp-mollom&#34;&gt;WP Mollom&lt;/a&gt; in the WordPress Extend
repository. Which means in a few moments, you’ll be able to download the
latest installment of my plugin.&lt;/p&gt;
&lt;p&gt;So, what has changed? Well, this is a bugfix release which means no new
features. Here’s the changelog:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fixed: division by 0 error on line 317&lt;/li&gt;
&lt;li&gt;Fixed: if ‘unsure’ but captcha was filled in correctly, HTML
attributes in comment content would sometimes be eaten by kses&lt;/li&gt;
&lt;li&gt;Improved: the mollom function got an overhaul to reflect the september 15
version of the Mollom API documentation&lt;/li&gt;
&lt;li&gt;Changed: mollom statistics are now hooked in edit-comments.php instead of
plugins.php&lt;/li&gt;
&lt;li&gt;Added: &lt;code&gt;_mollom_retrieve_server_list()&lt;/code&gt; function now handles all
&lt;code&gt;getServerList&lt;/code&gt; calls&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Although almost all basic functions are up and running now, there’s still
a long road ahead. Today, I’m happy with what I’ve accomplished
technically so far, but such things as usability, performance,
flexibility,… still need more work. For instance, there’s still no
WordPress MU version, i8n support is still missing, the backend needs more
simplifying and much more.&lt;/p&gt;
&lt;p&gt;But then again, if spam annoys you as much as the mosquitos in my room did me
last night, then this is the plugin for you. Download the package, drop
&lt;code&gt;wp-mollom.php&lt;/code&gt; in your plugins folder, register with &lt;a href=&#34;http://mollom.com&#34;&gt;mollom.com&lt;/a&gt; to get
your keys, just configure them in the plugin and you’re all packed with
some serious spam stoppage power.&lt;/p&gt;
&lt;p&gt;Happy blogging!&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>WP Mollom “Holiday Edition” 0.5.1</title>
      <link>https://www.netsensei.be/2008/07/01/wp-mollom-holiday-edition-051/</link>
      <pubDate>Tue, 01 Jul 2008 22:19:00 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/07/01/wp-mollom-holiday-edition-051/</guid>
      <description>&lt;p&gt;I just released a minor update of WP Mollom with some bugfixes. This is the
changelog:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fixed: minor issues with the Captcha not being rendered correctly&lt;/li&gt;
&lt;li&gt;Added: &lt;code&gt;mollom_manage_wp_queue()&lt;/code&gt; function which adds Mollom support to the
default comment administration panel&lt;/li&gt;
&lt;li&gt;Improved: updating from a previous version is now more robust&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;More info and download on &lt;a href=&#34;http://wordpress.org/extend/plugins/wp-mollom&#34;&gt;WordPress Extend&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Mollom voor WordPress</title>
      <link>https://www.netsensei.be/2008/04/28/mollom-voor-wordpress/</link>
      <pubDate>Mon, 28 Apr 2008 17:06:57 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/04/28/mollom-voor-wordpress/</guid>
      <description>&lt;p&gt;Oké mensen. Tijd voor het moment van de waarheid. De laatste maand heb ik
tussendoor, voornamelijk op de trein, geprogrammeerd aan een plugin voor
&lt;a href=&#34;http://wordpress.org&#34;&gt;WordPress&lt;/a&gt;. Niet zomaar een plugin, maar eentje die het de diensten van
&lt;a href=&#34;http://www.mollom.com&#34;&gt;Mollom&lt;/a&gt;, de startup van &lt;a href=&#34;http://buytaert.net&#34;&gt;Dries Buytaert&lt;/a&gt; en Benjamin Schrauwen, ook voor
WordPress gebruikers toegankelijk
maakt.&lt;img src=&#34;https://www.netsensei.be/images/blog/mollom.gif&#34; alt=&#34;mollom logo&#34; style=&#34;border: none; float:right; margin: 5px;&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Ik huldig eigenlijk het principe &lt;em&gt;eat your own dogfood&lt;/em&gt;. En om eens te kijken
hoe sterk mijn plugin reeds staat, zet ik die bij wijze van allereerste publieke
test in op mijn eigenste blogje. &lt;a href=&#34;http://akismet.com/&#34;&gt;Akismet&lt;/a&gt; en &lt;a href=&#34;http://unknowngenius.com/blog/wordpress/spam-karma/&#34;&gt;Spam Karma&lt;/a&gt; heb ik voor de
gelegenheid gewoon uitgeschakeld. Vanaf nu worden jullie comments door de
spamfilters van Mollom gehaald.&lt;/p&gt;
&lt;p&gt;Hoe werkt het? Bij een normale comment zal je niets merken van het werk dat
Mollom achter de scherm uitvoert. Stel dat je een spambot bent, dan wordt je
bijdrage gewoon geweigerd nog voor er wordpress een query op de database
uitvoert. Moest er nu twijfel bestaan over de legitimiteit, dan wordt je comment
in moderatie gehouden en krijg je een eenvoudig testje voorgeschoteld om te
bevestigen dat je wel degelijk een persoon bent met de allerbeste
bedoelingen.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/matthiasvan/2448613537/&#34;&gt;&lt;img src=&#34;http://farm3.static.flickr.com/2112/2448613537_33eceaeb82.jpg&#34; alt=&#34;Mollom for WordPress&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Bij wijze van proef mogen jullie je even in de commentaren van deze post laten
gaan. Het gaat om een proef om de basisfunctionaliteit van de plugin te
verbeteren. Verder gaat het er mij nu om een aantal secundaire doeleinden op
korte termijn te implementeren. Bij problemen of opmerkingen kan je mij altijd
op mijn mailadres, matthias apestaartje netsensei puntje nl, contacteren.&lt;/p&gt;
&lt;p&gt;‘&lt;strong&gt;Do your worst&lt;/strong&gt;‘ zou ik zeggen!&lt;/p&gt;
&lt;p&gt;O ja, ik ben &lt;a href=&#34;http://www.mollom.com&#34;&gt;Benjamin&lt;/a&gt; en &lt;a href=&#34;http://buytaert.net&#34;&gt;Dries&lt;/a&gt; alvast heel erg dankbaar voor de steun
en de feedback van de afgelopen weken!&lt;/p&gt;
&lt;p&gt;English readers:&lt;/p&gt;
&lt;p&gt;Yes, I’ve been working on a plugin that brings &lt;a href=&#34;http://mollom.com&#34;&gt;Mollom&lt;/a&gt; to WordPress.
I’ve enabled my plugin on this blog to protect it from spam through
Mollom. This is a preliminary test for the basic, barebones functionality of the
plugin: filtering out spam. Unless you’re a spambot, you should have no
trouble posting comments. Keep an eye out for the CAPTCHA test, though. If you
run into problems or you have suggestions, don’t hestitate to contact me:
matthias apetail netsensei dot nl. A big thank you to Dries and Benjamin for
their support in these past weeks.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>