Chimo ba2975aac8 Update handle() method on Action subclasses. 8 роки тому
..
actions ba2975aac8 Update handle() method on Action subclasses. 8 роки тому
classes 2dfa0bfcee function delete in dataobjects now don't break strict syntax 11 роки тому
forms de55d8f83b plugins onAutoload now only overloads if necessary (extlibs etc.) 11 роки тому
icons 7a9777df05 Merge ActivitySpam plugin 12 роки тому
lib 63c087a255 Consistent behaviour for ScopingNoticeStream $scoped 8 роки тому
locale d7fd6bac72 Snapshot of the Transifex translation project - October 2015 9 роки тому
scripts 2a4dc77a63 The overloaded DB_DataObject function staticGet is now called getKV 11 роки тому
ActivitySpamPlugin.php 2c5cba28b6 Change status.net/wiki URLs to git.gnu.io 8 роки тому
README a614205663 Add plugin READMEs 8 роки тому

README

The ActivitySpam plugin is a spam filter for GNU social.

It needs to connect to a activityspam server.
You can run one yourself: https://github.com/e14n/activityspam
Or use a public instance ( ex: https://spamicity.info/ )

Installation
============
add "addPlugin('ActivitySpam');"
to the bottom of your config.php

Settings
========
server: URL to the activityspam server
consumerkey: The "key" provided by the activityspam server after you've registered and configured an account.
secret: The "secret" provided by the activityspam server after you've registered and configured an account

Example
=======
$config['activityspam']['server'] = 'https://spamicity.info/';
$config['activityspam']['consumerkey'] = 'CONSUMER_KEY';
$config['activityspam']['secret'] = 'SECRET';
addPlugin('ActivitySpam');