46f98b3142
The core plugins whose version was attached to GS's were reseted to 2.0.0. 2.0.0 was chosen as reset version for plugins because it is higher than the one that was set by inheriting GS version. Furthermore, it's a major change from prior plugin versioning system thus it also makes semantic sense. Justification for version bump: == GS == 9a4ab31f26 1.19.0 |
||
---|---|---|
.. | ||
actions | ||
classes | ||
forms | ||
icons | ||
lib | ||
locale | ||
scripts | ||
ActivitySpamPlugin.php | ||
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');