friendica / friendica-directory

Global directory for the Friendica project. The repository has moved to git.friendi.ca/friendica/friendica-directory
GNU Affero General Public License v3.0
20 stars 11 forks source link

Server aliases should only point to a single server #38

Closed MrPetovan closed 3 years ago

MrPetovan commented 4 years ago

Currently there's no unique index on the alias column of the server_alias table. This means any number of different servers can be associated with the same alias, leading to unexpected results. A single alias should point to a single server, and it should be updated every time the alias is polled.

Technical info: