Files
zulip/zilencer
Alex Vandiver 3d1a4e718e zilencer: Limit all hostname lookups with deactivated=False.
We enforce at registration time that hostnames with deactivated=False
must be unique, though we do not enforce it in the database because we
have historical data for which that is not true.

However, we should perform all hostname lookups with a
`deactivated=False` filter, as that will resolve the majority of
`RemoteZulipServer.MultipleObjectsReturned` errors.  Once the
production data is cleaned up, this can be enforced via a partial
unique index.
2025-08-19 23:38:13 -07:00
..

ZILENCER -- The Zulip license manager

This app is the place for storing state about various deployments of Zulip that exist in the world.