aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/instances.ex
AgeCommit message (Collapse)Author
2022-02-25Copyright bump for 2022Sean King
2021-06-08Switch to runtime deps in Pleroma.InstancesAlex Gleason
Speeds up recompilation by limiting compile cycles
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2020-10-16federation_status: New endpoint showing unreachable instancesHaelwenn (lanodan) Monnier
2020-03-03Update CopyrightsMark Felder
2019-07-10Add license/copyright to all project filesfeld
2019-06-14it is changed in compile timeAlexander Strizhakov
we can't change module attributes and endpoint settings in runtime
2019-01-28[#534] Various tweaks. Tests for Instances and Instance.Ivan Tashkinov
2019-01-25[#534] Configurable outgoing federation reachability timeout.Ivan Tashkinov
2019-01-24[#534] Optimized bulk publish ops to filter on reachability early. ↵Ivan Tashkinov
`Instance` refactoring.
2019-01-23[#534] Initial implementation of unreachable federation targets retirement.Ivan Tashkinov