Skip to content
Snippets Groups Projects
user avatar
Karsten Loesing authored
With this patch, the "search" parameter does not only accept unquoted
qualified search terms like `search=contact:John Doe` where "John"
would be looked up in the contact line and "Doe" in the nickname or
base64-encoded fingerprint. It also accepts quoted qualified search
terms like `search=contact:"John Doe"` where "John Doe" would be
looked up in the contact line. It further accepts escaped double
quotes (\") within quoted qualified search terms.

Implements #21366.
75981fe7
History

Onionoo

Onionoo is a web-based protocol to learn about currently running Tor relays and bridges. Onionoo itself was not designed as a service for human beings---at least not directly. Onionoo provides the data for other applications and websites which in turn present Tor network status information to humans.

Onionoo users should head over to https://onionoo.torproject.org/ to learn more about using Onionoo.

Onionoo service operators should read INSTALL.md.

Onionoo contributors should start reading CONTRIB.md and, once it's available, run ant doc and read the generated JavaDocs.