aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/blogspam.pm
Commit message (Collapse)AuthorAge
* Group related plugins into sections in the setup file, and drop unused rcs ↵Joey Hess2010-02-11
| | | | plugins from the setup file.
* Merge branch 'master' into poJoey Hess2009-05-19
|\ | | | | | | | | Conflicts: debian/changelog
| * fix idJoey Hess2009-04-22
| |
| * blogspam: Load RPC::XML library in checkconfig, so that an error can be ↵Joey Hess2009-04-22
| | | | | | | | printed at that point if it's not available, allowing the admin to see it during wiki setup. Closes: #520015
* | 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 contentintrigeri2009-01-19
|/ | | | | | | | 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>
* blogspam api now supports homepage linkJoey Hess2009-01-17
|
* load rpc xml lib on the flyJoey Hess2009-01-17
| | | | | This way, enabling the plugin via websetup is safe, it can't leave ikiwiki in a broken state.
* blogspam: New plugin, adding spam filtering for page editing / comment ↵Joey Hess2009-01-16
posting using the BlogSpam.net API.