aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/salmon
AgeCommit message (Expand)Author
2019-06-16salmon fixAlex S
2019-05-25kill @httpoisonWilliam Pitcock
2019-05-22salmon: fix credoWilliam Pitcock
2019-05-22move key generation functions into Pleroma.Keys moduleWilliam Pitcock
2019-05-12nodeinfo: gather supported protocol names from federation modulesWilliam Pitcock
2019-05-12webfinger: build the response based on enabled federation modulesWilliam Pitcock
2019-05-12salmon: refactor to work as a federator publishing moduleWilliam Pitcock
2019-03-13[Credo] write large numbers with underscore separationHaelwenn (lanodan) Monnier
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-02-11Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/jobsEgor Kislitsyn
2019-02-09de-group alias/esHaelwenn (lanodan) Monnier
2019-02-09Credo fixes: alias grouping/orderingHaelwenn (lanodan) Monnier
2019-02-04Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/jobsEgor Kislitsyn
2019-02-03[#582] Made single-pub task call Instance.set_reachable/1 if `set_reachable` ...Ivan Tashkinov
2019-02-03[#582] Optimized federation retirement by reducing the number of SQL callsIvan Tashkinov
2019-01-29[#534] Made federation push sender be determined basing on content instead of...Ivan Tashkinov
2019-01-28[#534] Various tweaks. Tests for Instances and Instance.Ivan Tashkinov
2019-01-28[#534] Refactoring / tweaks per MR review.Ivan Tashkinov
2019-01-25[#534] Made Salmon.send_to_user calls be handled through Federator.enqueue.Ivan Tashkinov
2019-01-24[#534] Optimized bulk publish ops to filter on reachability early. `Instance`...Ivan Tashkinov
2019-01-24[#534] Updating external instances reachability on incoming federation.Ivan Tashkinov
2019-01-24[#534] Federation publish requests status control (enforced 2xx response code...Ivan Tashkinov
2019-01-23[#534] Initial implementation of unreachable federation targets retirement.Ivan Tashkinov
2018-12-31update copyright years to 2019William Pitcock
2018-12-29Salmon# fixed publish an activity to remote accountsMaksim Pechnikov
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2018-12-12fix warningsMaksim Pechnikov
2018-12-06remove pool and timeout options which duplicate with the defaultHakaba Hitoyo
2018-12-04fix http request in SalmonMaksim Pechnikov
2018-12-01More fixes for Info schema.lain
2018-05-11Probably better way of handling non-follow undos in ostatusFrancis Dinh
2018-03-30Format the code.lain
2018-03-20Merge branch 'feld-Logger' into 'develop'lambda
2018-03-19Capitalize start of log messageMark Felder
2018-03-19capitalize Salmon protocol nameMark Felder
2018-03-19Use connection pools.lain
2018-02-18Salmon: Take both versions of public keys.lain
2018-02-18Fix delivery to CC.lain
2018-02-17ActivityPub: Send out Accept after Follow.lain
2017-11-28Salmon: generate private key with native crypto if available.href
2017-08-25Ignore padding for salmon public keys.Roger Braun
2017-06-23Some salmon debug fixes.Roger Braun
2017-06-23use correct arity .post.Roger Braun
2017-06-23Longer timeouts for outgoing federation.Roger Braun
2017-05-05Send salmons and websub in background tasks.Roger Braun
2017-05-05Mock HTTPoison in testing.Roger Braun
2017-05-05Some refactoring.Roger Braun
2017-05-05Merge branch 'develop' into dtluna/pleroma-refactor/1Roger Braun
2017-05-03Attachment parsing, better magic key fetching.Roger Braun
2017-05-01Make outgoing salmons work.Roger Braun