Today I enabled a honeypot or "red herring" form on this wiki. After doing this, I re-enabled discussion pages. So we'll see how effective the red herring is at stopping spam.

-- AaronGraves Thu Jul 25 14:47:51 UTC 2013 (69.4.28.21)


Today, I completed the TextCha feature of Aneuch. You can set questions and their corresponding answers in your config.pl file by populating the %QuestionAnswer hash.

This, in combination with the red herring form, should be a fairly effective deterrent against automated (bot) spam, however it will do nothing to defeat human-generated spam.

That is why the next thing I'm working on will be BannedContent. This will allow an administrator to set a list of regular expressions which will be banned automatically.

-- AaronGraves Mon Aug 5 02:20:53 UTC 2013 (174.74.32.92)


I have implemented the banned content feature. Site administrators can set the content to ban (regular expressions) and any edit not performed by an administrative user that matches the content will be rejected as spam.

I've loaded up the master BadContent file from MoinMoin, and am currently testing TextCha + Banned Content on the Aneuch Playground and on the main Aneuch site. If it's successful, then great!

-- AaronGraves Mon Aug 5 15:57:11 UTC 2013 (69.4.28.21)


Implemented features:

  • Honeypot
  • Content filtering
  • TextCha
  • Banning
  • rel=nofollow on external links

Still available:

  • Non-visible fields
  • Link counting
  • Timestamping

-- AaronGraves Sun Jun 26 18:26:47 UTC 2016 (216.105.250.127)


Name:
Message:

Styling
**bold**, //italic//, __underline__, --strikethrough--, `teletype`
Headers
= Level 1 =, == Level 2 ==, === Level 3 ===, ==== Level 4 ====, ===== Level 5 ===== (ending ='s optional)
Lists
* Unordered List, # Ordered List, ** Level 2 unordered, ### Level 3 ordered (up to 5 levels, NO SPACES IN FRONT)
Links
[[Page]], [[Page|description]], [[http://link]], [[http://link|description]]
Images
{{image.jpg}}, {{right:image.jpg}} (right aligned), [[link|{{image.jpg}}]] (image linked to link), {{image.jpg|alt text}}
Extras
---- (horizonal rule), ~~~~ (signature)