commit 71f18f1042752127c27e1247cfe207e215912db2 [browse]
Author: Matt Joiner
Date: 2020-02-20 17:04:11 +11:00

Remove ClientConfig.ProxyURL and DefaultHTTPUserAgent

ProxyURL is no longer used for implicit sockets, this will ensure consumers are aware. It's other behaviour is already more correct specified through HTTPProxy.

DefaultHTTPUserAgent was vestigial, and is specified now through the ClientConfig.

commit 3505d126d44ab13f8d9f534f20c5e1ce12a1f1fe [browse]
Author: Matt Joiner
Date: 2020-02-20 16:57:28 +11:00

TestClientDisabledImplicitNetworksButDhtEnabled

commit d24922dc090bbac095640ea891fb1a3006fe7c19 [browse]
Author: Matt Joiner
Date: 2020-02-20 16:47:37 +11:00

Add support for non-IP-based networks

Includes a test with unix sockets. Exposes AddDialer, AddListener, and reworks Peer.

commit 0d4858ba29a32c0a46ad38dfccc2328c8c04f57e [browse]
Author: Matt Joiner
Date: 2020-02-20 13:57:24 +11:00

Extract the transfer tests

We need them external the torrent package so we can test the API for adding dialers and listeners.

commit e9e128cbf8e4752b33d158bd781f7c4de94703e1 [browse]
Author: Matt Joiner
Date: 2020-02-20 10:57:02 +11:00

Split Client dialers and listeners

clone the repository to get more history