lp:~aj00200/anonplus/bug-927447
Branch merges
- aj00200: Disapprove
-
Diff: 338 lines (+108/-35)7 files modifiedsrc/libs/friends.py (+26/-3)
src/libs/socks.py (+4/-3)
src/tunnels/base.py (+1/-1)
src/tunnels/directudp.py (+21/-13)
src/tunnels/tor.py (+50/-12)
src/uis/web/handler.py (+1/-1)
src/vomun.py (+5/-2)
Recent revisions
- 218. By aj00200
-
Merged in branch to apply the data parsing change needed for the friend-
identification blueprint - 216. By aj00200
-
* Removed some unused code from the direct UDP tunnel
* Started adding some code to make the tunnel event loop
* Made some compatibility enhancements to the Tor tunnel
* Added some start code to libs.friends.identify - 215. By aj00200
-
Fixed some issues with the socks code. I am not sure if this patch is neccessarily needed now, but it may be useful in debugging. I also implemented the connected method of the Tor tunnel and made tunnels.
base.connected method return True by default (assuming that any tunnel that does not overwrite it does not need a connection). Finally, I switched the default Tor port to 4040. - 214. By aj00200
-
Made some changes to work on bug #921914. There was an error in libs.socks which causes the listed traceback to occur because too many parameters were pased to the custom Exception subclass.
- 213. By aj00200
-
Added some code refrencing the friend-
identification blueprint. Also fixed a bug with the setblocking method being called on the Tor tunnel socket. - 212. By aj00200
-
Prefer the globally available socks module if availible. Also, import socket into the Tor tunnel for use with the listener.
- 211. By aj00200
-
Moved code as per discussion on IRC. Also set up the start of the Tor tunnel. Also fixed the tunnel loading and listener starting.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:anonplus
