core-lightning/connectd
Rusty Russell 2f247c7bfb torv2: remove support for advertizing and connecting.
October was the date Torv2 is no longer supported by the Tor Project;
it will probably not work at all by next release, so we should remove
it now even though it's not quite the 6 months we prefer for
deprecation cycles.

I still see 110 nodes advertizing Torv2 (vs 10,292 Torv3); we still
parse and display it, we just don't advertize or connect to it.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-11-14 18:49:46 +01:00
..
test lightning_websocketd: simple proxy for websockets. 2021-10-22 11:56:30 +02:00
connectd.c torv2: remove support for advertizing and connecting. 2021-11-14 18:49:46 +01:00
connectd.h connectd: clearly differentiate incoming and outgoing paths. 2021-03-25 11:31:58 +10:30
connectd_gossipd_wire.csv connectd: convert to new wire generation style. 2020-08-25 12:53:13 +09:30
connectd_wire.csv connectd: listen on ports for which we should spawn a proxy. 2021-10-22 11:56:30 +02:00
handshake.c connectd: listen on ports for which we should spawn a proxy. 2021-10-22 11:56:30 +02:00
handshake.h cleanup: remove unneeded includes in header files. 2021-09-17 09:43:22 +09:30
Makefile lightning_websocketd: simple proxy for websockets. 2021-10-22 11:56:30 +02:00
netaddress.c torv2: remove support for advertizing and connecting. 2021-11-14 18:49:46 +01:00
netaddress.h cleanup: remove unneeded includes in header files. 2021-09-17 09:43:22 +09:30
peer_exchange_initmsg.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
peer_exchange_initmsg.h connectd: clearly differentiate incoming and outgoing paths. 2021-03-25 11:31:58 +10:30
sha1.c lightning_websocketd: simple proxy for websockets. 2021-10-22 11:56:30 +02:00
sha1.h lightning_websocketd: simple proxy for websockets. 2021-10-22 11:56:30 +02:00
tor.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
tor.h connectd: rename 'struct reaching' to 'struct connecting'. 2018-09-28 04:14:28 +00:00
tor_autoservice.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
tor_autoservice.h Init commit to be able to create a tor static service on the fly. 2019-12-03 23:35:18 +01:00
websocketd.c lightning_websocketd: simple proxy for websockets. 2021-10-22 11:56:30 +02:00