1
0
Fork 0
mirror of https://github.com/xSmurf/gnome-shell-extension-tor.git synced 2026-07-12 15:46:04 +00:00
No description
  • JavaScript 99.5%
  • Shell 0.5%
Find a file
2016-01-03 19:31:59 +01:00
icons Show different icons depending on connection state 2015-12-26 00:04:16 +01:00
ui Fix copyright notices 2016-01-03 19:31:59 +01:00
build.sh Add rudimentary extension build script 2015-12-28 14:42:32 +01:00
COPYING Add license information 2015-12-19 15:47:31 +01:00
extension.js Fix copyright notices 2016-01-03 19:31:59 +01:00
log.js Make log messages distinguishable from other extensions 2016-01-03 12:04:55 +01:00
metadata.json Update README and metadata description 2016-01-03 12:11:53 +01:00
README.md Update README and metadata description 2016-01-03 12:11:53 +01:00
tor_control_client.js Fix copyright notices 2016-01-03 19:31:59 +01:00

Tor GNOME Shell Extension

Switch your "Tor identity" (the tunnel used by future connections) via an onion button in the GNOME Shell panel.

Currently only supports authentication via auth cookie.

This extension has beta status.

TODO

[x] Replace "disconnected menu" by single extra menu item [x] Log extension name so that source is visible in logs [ ] Make configurable (host/port to use) [ ] Use async communication with Tor server, making it possible to react to signals from the server [ ] Add other authentication methods

Ideas

  • Add option for switching identity regularly
  • Add option for running configurable applications with torsocks (if available)
  • Show info about current tunnel (maps, hostnames, countries) - or write separate tool?
  • Add options for explicitly choosing tunnels, excluding countries etc.
  • Support automatic detection of a running Tor Browser?