Pleroma

v1.1.9-10-g42f76306+dev

Pleroma
  • Pages
  • Modules
  • Exceptions
  • Mix Tasks

    Pleroma v1.1.9-10-g42f76306+dev Pleroma.Instances View Source

    Instances context.

    Link to this section Summary

    Functions

    filter_reachable(urls_or_hosts)

    See Pleroma.Instances.Instance.filter_reachable/1.

    host(url_or_host)
    reachability_datetime_threshold()
    reachable?(url_or_host)

    See Pleroma.Instances.Instance.reachable?/1.

    set_consistently_unreachable(url_or_host)
    set_reachable(url_or_host)

    See Pleroma.Instances.Instance.set_reachable/1.

    set_unreachable(url_or_host, unreachable_since \\ nil)

    See Pleroma.Instances.Instance.set_unreachable/2.

    Link to this section Functions

    Link to this function

    filter_reachable(urls_or_hosts)

    View Source

    See Pleroma.Instances.Instance.filter_reachable/1.

    Link to this function

    host(url_or_host)

    View Source
    Link to this function

    reachability_datetime_threshold()

    View Source
    Link to this function

    reachable?(url_or_host)

    View Source

    See Pleroma.Instances.Instance.reachable?/1.

    Link to this function

    set_consistently_unreachable(url_or_host)

    View Source
    Link to this function

    set_reachable(url_or_host)

    View Source

    See Pleroma.Instances.Instance.set_reachable/1.

    Link to this function

    set_unreachable(url_or_host, unreachable_since \\ nil)

    View Source

    See Pleroma.Instances.Instance.set_unreachable/2.

    Built using ExDoc (v0.21.2), designed by Friedel Ziegelmayer.