kyuupichan / aiorpcX

Generic async RPC implementation, including JSON-RPC
MIT License
27 stars 23 forks source link

socks.py: Add SOCKSRandomAuth #23

Closed JeremyRand closed 5 years ago

JeremyRand commented 5 years ago

Random authentication is useful when used with Tor for stream isolation.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.002%) to 99.285% when pulling 0b67ce4d83c38a1de687f2d612631e438fe46950 on JeremyRand:socks-randomize-auth into 4f39366e5dee3fd0a857e53f383c628807cd2715 on kyuupichan:master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.06%) to 99.225% when pulling d2359226ae9a60926d33f1df0588f28e75356bac on JeremyRand:socks-randomize-auth into 4f39366e5dee3fd0a857e53f383c628807cd2715 on kyuupichan:master.

kyuupichan commented 5 years ago

Please add a test of some kind

JeremyRand commented 5 years ago

Please add a test of some kind

@kyuupichan How's this look?

kyuupichan commented 5 years ago

Great thanks