5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-22 15:20:30 +00:00
yggdrasil-go/src/core
ehmry 7db934488e
Reimplement AddPeer and RemovePeer for admin socket (#951)
* Reimplement AddPeer and RemovePeer for admin socket

Fix #950

* Disconnect the peer on `removePeer`

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2022-10-02 12:35:43 +01:00
..
api.go Reimplement AddPeer and RemovePeer for admin socket (#951) 2022-10-02 12:35:43 +01:00
core_test.go Link refactor (#941) 2022-09-17 20:07:00 +01:00
core.go Reimplement AddPeer and RemovePeer for admin socket (#951) 2022-10-02 12:35:43 +01:00
debug.go Run goimports 2022-04-17 18:02:25 +01:00
link_socks.go Link refactor (#941) 2022-09-17 20:07:00 +01:00
link_tcp_darwin.go Link refactor (#941) 2022-09-17 20:07:00 +01:00
link_tcp_linux.go Link refactor (#941) 2022-09-17 20:07:00 +01:00
link_tcp_other.go Link refactor (#941) 2022-09-17 20:07:00 +01:00
link_tcp.go Lint tweaks 2022-09-24 17:05:44 +01:00
link_tls.go Lint tweaks 2022-09-24 17:05:44 +01:00
link_unix.go Lint tweaks 2022-09-24 17:05:44 +01:00
link.go Reimplement AddPeer and RemovePeer for admin socket (#951) 2022-10-02 12:35:43 +01:00
nodeinfo.go Fix sending arguments to the admin socket in yggdrasilctl 2022-09-24 21:28:09 +01:00
options.go Reimplement AddPeer and RemovePeer for admin socket (#951) 2022-10-02 12:35:43 +01:00
proto.go Fix data races in handleProto (observed by @majestrate) 2022-07-07 17:03:29 +01:00
types.go have the core wrap and export the underlying PacketConn, move IPv6 ReadWriteCloser wrapper logic to a separate package 2021-07-05 13:14:12 -05:00
version.go Yggdrasil v0.4.0rc4 2021-06-28 18:21:53 +01:00