mastodon/spec/lib
Eugen Rochko 6ff67be0f6
Add a spam check ()
* Add a spam check

* Use Nilsimsa to generate locality-sensitive hashes and compare using Levenshtein distance

* Add more tests

* Add exemption when the message is a reply to something that mentions the sender

* Use Nilsimsa Compare Value instead of Levenshtein distance

* Use MD5 for messages shorter than 10 characters

* Add message to automated report, do not add non-public statuses to
automated report, add trust level to accounts and make unsilencing
raise the trust level to prevent repeated spam checks on that account

* Expire spam check data after 3 months

* Add support for local statuses, reduce expiration to 1 week, always create a report

* Add content warnings to the spam check and exempt empty statuses

* Change Nilsimsa threshold to 95 and make sure removed statuses are removed from the spam check

* Add all matched statuses into automatic report
..
activitypub Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` ()
connection_pool Add request pool to improve delivery performance ()
ostatus Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` ()
proof_provider/keybase Fix Keybase verification using wrong domain for remote accounts ()
settings Add a test for Settings::Extend#settings ()
delivery_failure_tracker_spec.rb After 7 days of repeated delivery failures, give up on inbox ()
extractor_spec.rb Spec Extractor ()
feed_manager_spec.rb Apply filters to poll options ()
formatter_spec.rb Fix URL linkifier grabbing full-width spaces and quotations ()
hash_object_spec.rb Spec HashObject ()
language_detector_spec.rb Fix language detection of non-latin alphabets even at few characters ()
request_pool_spec.rb Add request pool to improve delivery performance ()
request_spec.rb Fix connect timeout not being enforced ()
sanitize_config_spec.rb Fix sanitizer making block level elements unreadable ()
spam_check_spec.rb Add a spam check ()
status_filter_spec.rb Record account suspend/silence time and keep track of domain blocks ()
status_finder_spec.rb Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` ()
tag_manager_spec.rb Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` ()
user_settings_decorator_spec.rb Enable updating additional account information from user preferences via rest api ()
webfinger_resource_spec.rb Fix randomly fail (regression from ) ()