Glen De Cauwsemaecker
Glen De Cauwsemaecker
Hi! First of all a giant amount of gratitude for all of you for providing this crate. It worked out of the box and was very pleasant to use. With...
For logging purposes I would like to have access to the original unresolved target address. There is a flag in the config to disable dns resolve but in that case...
When a client disconnects on MacOS (I think you are aware of this) we currently get false error logs. It's only logs so is not critical, but it would mean...
Here you go. this resolves #11. Resolved it as a thank you for making this library, it fulfils my direct needs, and shows production value. Also, I do want a...
From the documentation or examples it is not clear what the intended approach with this library is when one would want to forward from a `fast-socks5` proxy to another proxy?...
Retry of original attempt at https://github.com/dizda/fast-socks5/pull/18 Not much changed except that I figured out the missing part. Turns out it requires the data transfer not to happen yet, while we...
Closes #74: + [x] add a smart contract, written in Solidity, as to support AtomicSwaps to/from ETH + [x] also includes README with instructions how to test and deploy the...
I'm sure Ethereum doesn't need an introduction, but here are some links anyhow: + website: http://ethereum.org + reference implementation: https://github.com/ethereum/go-ethereum Would be implemented using a smart contract, not sure which...
**Version** ``` ➜ cargo tree | grep tokio │ └── tokio v1.18.2 │ └── tokio-macros v1.7.0 (proc-macro) │ ├── tokio v1.18.2 (*) │ └── tokio-stream v0.1.8 │ └── tokio v1.18.2...
As far as I understand the Secret-Agent code, and I mind you that I'm still in the process of fully grasping the entire codebase, logs from all log levels end...