You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to track new homeservers automatically. As well as disregard malicious ones.
Options:
Direct homeserver submission POST endpoint where new send their homeserver pubky to Nexus on sign up.
Crawl new users' homeservers by reading and parsing URIs and resolving them from existing homeservers.
Issue of 1: leads to centralisation of indexers, users will only submit to a few indexers at best. This could be alleviated if Nexus also freely exposes the curated list of homeservers via public API and can read from other Nexus and intake homeservers that way.
Issue of 2: chicken and egg problem, ho is going to mention or publish a URI of user that has not yet been indexed? Maybe this could be a new service? Publisher?
The text was updated successfully, but these errors were encountered:
We need to track new homeservers automatically. As well as disregard malicious ones.
Options:
Issue of 1: leads to centralisation of indexers, users will only submit to a few indexers at best. This could be alleviated if Nexus also freely exposes the curated list of homeservers via public API and can read from other Nexus and intake homeservers that way.
Issue of 2: chicken and egg problem, ho is going to mention or publish a URI of user that has not yet been indexed? Maybe this could be a new service? Publisher?
The text was updated successfully, but these errors were encountered: