aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/federator
AgeCommit message (Expand)Author
2019-01-28add a job queueEgor Kislitsyn
2019-01-25[#534] Made Salmon.send_to_user calls be handled through Federator.enqueue.Ivan Tashkinov
2019-01-02rewrites List.foldl to Enum.eachMichael Loftis
2019-01-01Make Federator options configurable.lain
2018-12-31update copyright years to 2019William Pitcock
2018-12-30Improves RetryQueue behaviorMichael Loftis
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2018-12-10Treat warnings as errors outside of tests.lain
2018-12-10updatesMaksim Pechnikov
2018-12-09fix compile warningsMaksim Pechnikov
2018-12-04Make retry queue optional.lain
2018-12-04federator: fix up contain_origin_from_id() callWilliam Pitcock
2018-11-20Merge branch 'runtime-fixes' into 'develop'kaniini
2018-11-19RetryQueue: tiny refractor, add testseal
2018-11-19Various runtime configuration fixeshref
2018-11-18Federator: add retry queue.eal
2018-11-17federator: return :ok or :error depending on if an AP doc was accepted or notWilliam Pitcock
2018-11-17federator: do origin containment when processing inbound messagesWilliam Pitcock
2018-11-10federator: don't federate anything other than Note objects to OStatusWilliam Pitcock
2018-11-06Runtime configurationhref
2018-11-06Get rid of Pleroma.Config in favor of Applicationhref
2018-11-01Test Relay, switch to runtime configuration.lain
2018-08-06relay: do not relay in test modeWilliam Pitcock
2018-08-06federator: actually relay the public activitiesWilliam Pitcock
2018-06-27federator: use Activity.normalize() instead of directly using Activity.get_by...William Pitcock
2018-05-19activitypub: normalize the actor to ensure we have its URIWilliam Pitcock
2018-05-07More warning fixes.lain
2018-05-04Fix a bunch of unused variable warningsMark Felder
2018-03-30Format the code.lain
2018-03-20Merge branch 'feld-Logger' into 'develop'lambda
2018-03-19This log message was do do 💩Mark Felder
2018-03-19Another WebSub CamelCaseMark Felder
2018-03-19CamelCase WebSub in log messagesMark Felder
2018-03-19capitalize Salmon protocol nameMark Felder
2018-03-19ap -> AP for consistencyMark Felder
2018-03-19Use connection pools.lain
2018-03-13Do more jobs by default.lain
2018-03-08Merge branch 'develop' into feature/activitypublain
2018-03-05Add way to disable federation.lain
2018-02-21Logging, put incoming ap docs into incoming queue.lain
2018-02-21Add missing alias.lain
2018-02-21Move incoming AP to Federator.lain
2018-02-20ActivityPub: One queue item per server.lain
2018-02-19Salmons can't carry private information.lain
2018-02-18Salmon is ok!lain
2018-02-18Federate non-public over ActivityPub only, do some better signing.lain
2018-02-11ActivityPub: Basic note federation with Mastodon.lain
2017-12-18Send out salmons before websub.Lain Iwakura
2017-12-06Priority queue fixes.Lain Iwakura
2017-12-05Add basic queue prioritization.Lain Iwakura