Diogo Cordeiro e858629ac3 [aab] Revert structural change of v2 5 yıl önce
..
actions 34bfdc3e91 [CORE] Refactor Plugin API to Module API 5 yıl önce
classes 7967db6ff5 Various obvious bug fixes and better PHP 7 support 5 yıl önce
forms de55d8f83b plugins onAutoload now only overloads if necessary (extlibs etc.) 11 yıl önce
icons e858629ac3 [aab] Revert structural change of v2 5 yıl önce
lib 63c087a255 Consistent behaviour for ScopingNoticeStream $scoped 9 yıl önce
locale e858629ac3 [aab] Revert structural change of v2 5 yıl önce
scripts 2a4dc77a63 The overloaded DB_DataObject function staticGet is now called getKV 11 yıl önce
ActivitySpamModule.php 34bfdc3e91 [CORE] Refactor Plugin API to Module API 5 yıl önce
README 34bfdc3e91 [CORE] Refactor Plugin API to Module API 5 yıl önce

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 "addModule('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';
addModule('ActivitySpam');