aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/blogspam.pm
Commit message (Expand)AuthorAge
* blogspam: Don't check modifications from admins for spam, and also allow the ...Joey Hess2011-01-24
* blogspam: Fix crash when content contained utf-8.•••I also tried setting RPC::XML::ENCODING but that did not prevent the crash, and it seems that blogspam.net doesn't like getting xml encoded in unicode, since it mis-flagged comments as spammy that way that are normally allowed through. Joey Hess2010-09-14
* stop using REMOTE_ADDR•••Everywhere that REMOTE_ADDR was used, a session object is available, so instead use its remote_addr method. In IkiWiki::Receive, stop setting a dummy REMOTE_ADDR. Note that it's possible for a session cookie to be obtained using one IP address, and then used from another IP. In this case, the first IP will now be used. I think that should be ok. Joey Hess2010-06-23
* Group related plugins into sections in the setup file, and drop unused rcs pl...Joey Hess2010-02-11
* Merge branch 'master' into po•••Conflicts: debian/changelog Joey Hess2009-05-19
|\
| * fix idJoey Hess2009-04-22
| * blogspam: Load RPC::XML library in checkconfig, so that an error can be print...Joey Hess2009-04-22
* | Merge branch 'master' into poJoey Hess2009-01-26
|\|
| * blogspam: Fix use of blogspam_options and blogspam_server config settings.Joey Hess2009-01-25
| * typoJoey Hess2009-01-22
| * fix typoJoey Hess2009-01-22
| * blogspam: Log spam info on failure.Joey Hess2009-01-19
* | make checkcontent compatible with hooks that need the full content•••Always pass the full (modified) content in `content` named parameter. When the user edits an existing wiki page, also pass a `diff` named parameter, which includes only the lines that they added to the page, or modified. Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-01-19
|/
* blogspam api now supports homepage linkJoey Hess2009-01-17
* load rpc xml lib on the fly•••This way, enabling the plugin via websetup is safe, it can't leave ikiwiki in a broken state. Joey Hess2009-01-17
* blogspam: New plugin, adding spam filtering for page editing / comment postin...Joey Hess2009-01-16