summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove one easy-to-spot fingerprintHEADmasterRobert Ransom2011-02-05
|
* Log the timestamp along with messageSteven Murdoch2011-01-18
|
* Log when there is an incoming connectionSteven Murdoch2011-01-18
|
* Update loggingSteven Murdoch2011-01-18
| | | | | - Use logging.info instead of print - Log to a file, not stdout
* Allow host:port combination to be specified for listening addressSteven Murdoch2011-01-18
|
* Don't log the payload by defaultSteven Murdoch2011-01-18
| | | | Otherwise the debug-level logs are too noisy
* Remove .py extension from files, so they are more like normal executablesSteven Murdoch2011-01-18
|
* Add some helpful debugging commands to READMESteven Murdoch2011-01-15
|
* Improve debugging statementsSteven Murdoch2011-01-15
|
* Add more loggingSteven Murdoch2011-01-15
|
* Replace BaseHTTPServer and httplib calls with simplified versionSteven Murdoch2011-01-15
|
* Replace using BaseHTTPServer with direct implementationSteven Murdoch2011-01-14
|
* Try to add obfuscation, but HTTor_OP crashesSteven Murdoch2011-01-14
|
* Update documentationSteven Murdoch2011-01-14
| | | | | | - Remove comments from the sample torrc - Match up torrc example bridge address to the one in README - Fix typos in the README
* Select hostname from lowercase charactersSteven Murdoch2011-01-06
|
* Add a READMESteven Murdoch2010-12-29
|
* Specify IP addresses and ports for HTTor_OR on the command lineSteven Murdoch2010-12-29
|
* Log more verboselySteven Murdoch2010-12-29
|
* Implement parsing at server-sideSteven Murdoch2010-12-28
|
* Add code for decoding on OP sideSteven Murdoch2010-12-28
|
* Add a .gitignoreSteven Murdoch2010-12-26
|
* Change HTTor_OR to connect to a Tor server on 9001Steven Murdoch2010-12-26
|
* Fix error which was causing loopbackSteven Murdoch2010-12-20
| | | | Now sends both HTTP client and HTTP server messages, but does not parse them
* Send traffic from OR to OP as HTTP server responsesSteven Murdoch2010-12-19
|
* Use relative path for Tor log fileSteven Murdoch2010-12-19
|
* Handle case of where --special_ips option is not givenSteven Murdoch2010-12-19
|
* Send data as HTTP POST requestsSteven Murdoch2010-12-19
|
* Update torrcSteven Murdoch2010-12-18
| | | | | | | Change SocksPort to 9050 Enable logging Set a SOCKS4 proxy Use a bridge
* Example torrc fileeSteven Murdoch2010-12-18
|
* Simple proxy to test OR side of transportSteven Murdoch2010-12-18
|
* When handling special ports, re-write addresses as requestedSteven Murdoch2010-12-18
|
* Bind to localhost interface, by defaultSteven Murdoch2010-12-18
|
* Handler for special requestsSteven Murdoch2010-12-18
|
* Set SO_REUSEADDR on sockets we createSteven Murdoch2010-12-18
|
* Allow specification of IP:PORT to treat speciallySteven Murdoch2010-12-18
|
* Convert text files to UNIX line-endingsSteven Murdoch2010-12-18
|
* Reject BIND requests (not needed by Tor)Steven Murdoch2010-12-18
|
* Allow command-line specification of IP addresses to be treated speciallySteven Murdoch2010-12-18
|
* Bind to all interfaces, not just the detected external IPSteven Murdoch2010-12-18
| | | | | Originally socket.gethostbyaddr('') failed on hosts with IPv4 and IPv6 connectivity, with socket.error: wildcard resolved to multiple address
* If the config file cannot be opened, fall back on defaultsSteven Murdoch2010-12-18
|
* Import PySocs 1.0a4 from ↵Steven Murdoch2010-12-18
http://sourceforge.net/projects/pysocks/files/pysocks/1.0a4/PySocks-1.0a4.zip