Update README and metadata description

master
Frank Ploss 8 years ago
parent 2c2e970f5b
commit c62839518d

@ -1,20 +1,24 @@
# Tor GNOME Shell Extension # Tor GNOME Shell Extension
Switch your "Tor identity" (the tunnel used by future connections) by Switch your "Tor identity" (the tunnel used by future connections) via an onion
double-clicking the Tor icon in the GNOME Shell panel. button in the GNOME Shell panel.
Currently only supports authentication via auth cookie. Currently only supports authentication via auth cookie.
Suppose beta status. This extension has beta status.
## TODO ## TODO
* Add other authentication methods [x] Replace "disconnected menu" by single extra menu item
* Make configurable (host/port to use) [x] Log extension name so that source is visible in logs
* Use async communication with Tor server, making it possible to react to [ ] Make configurable (host/port to use)
signals from the server [ ] Use async communication with Tor server, making it possible to react to
signals from the server
[ ] Add other authentication methods
## Ideas ## Ideas
* Add option for switching identity regularly * Add option for switching identity regularly
* Add option for running configurable applications with torsocks (if available) * Add option for running configurable applications with torsocks (if available)
* Show info about current tunnel (maps, hostnames, countries) * Show info about current tunnel (maps, hostnames, countries) - or write
* Add option for explicitly choosing tunnels, excluding countries etc. separate tool?
* Add options for explicitly choosing tunnels, excluding countries etc.
* Support automatic detection of a running Tor Browser?

@ -1,6 +1,6 @@
{ {
"name": "Tor Control", "name": "Tor Control",
"description": "Change Tor identity from the GNOME Shell panel", "description": "Change Tor identity from the panel",
"shell-version": [ "shell-version": [
"3.14" "3.14"
], ],

Loading…
Cancel
Save