4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-14 19:46:05 +00:00
Commit Graph

34 Commits

Author SHA1 Message Date
4c0c3a23cb Fix bugs 2019-03-29 18:24:57 +00:00
a830521078 Don't crash if Yggdrasil is started with no router adapter 2019-03-29 08:38:09 +00:00
dd05a7f2a8 Tweaks 2019-03-28 19:09:19 +00:00
7ea4e9575e Break out multicast into a separate package 2019-03-28 16:13:14 +00:00
0b494a8255 Refactoring: move tuntap and icmpv6 into separate package 2019-03-28 00:30:25 +00:00
41872820c3 Remove isAutoconf option to GenerateConfig 2019-03-12 19:18:43 +00:00
a0e6edd219 Merge pull request #360 from neilalexander/multilink
Support for multiple listeners
2019-03-08 18:56:47 -06:00
3bc3002fff Add handlers for setTunnelRouting/getTunnelRouting 2019-03-06 17:37:48 +00:00
ad7e392afe Fix getRoutes (#339) 2019-03-06 17:32:25 +00:00
be8db0c120 Support multiple TCP listeners 2019-03-04 17:52:57 +00:00
0ca64b0abe Remove ReadTimeout configuration option 2019-02-10 12:13:49 +00:00
0838928668 Add support for flexible logging levels 2019-01-27 13:31:43 +00:00
fdf300a1ff Handle AllowedEncryptionPublicKeys internally 2019-01-16 20:26:39 +00:00
f6b663c257 Make multicasting use config instead of ifceExpr in Core 2019-01-14 19:27:13 +00:00
87d393bd9f Move add peer loop into Core, refresh it from active config 2019-01-14 17:21:15 +00:00
738a9da796 Merge branch 'develop' into nodeconfig 2019-01-14 14:01:38 +00:00
53aeca8fa2 Add some simple functions for Swift bindings (iOS) 2019-01-01 23:25:20 +00:00
f96747181d Allow updating AdminListen during runtime 2018-12-30 12:26:55 +00:00
219fb96553 Support notifying components for config reload, listen for SIGHUP 2018-12-29 18:51:51 +00:00
586deed0f9 Add NodeInfoPrivacy option for not including defaults, and also check for null/"null" instead of "hide" 2018-12-21 09:56:34 +00:00
b20c3538b7 Point hjson to master repo following comments merge 2018-12-17 10:50:57 +00:00
422424af64 Don't panic 2018-12-17 10:19:20 +00:00
83d734e109 Make yggdrasilctl less crashy 2018-12-17 10:17:16 +00:00
a50964b334 Fix panic if Peers or InterfacePeers is commented out 2018-12-15 11:57:25 +00:00
98a544fd7d Fix bug in yggdrasilctl where -endpoint gets ignored 2018-12-15 11:48:43 +00:00
1a7df477b0 Also correct tcp: into tcp:// 2018-12-14 17:55:07 +00:00
ccf6ce07a4 Fix Peers and InterfacePeers when not in correct format 2018-12-14 17:49:42 +00:00
c78e1b98cc Show yggdrasilctl log buffer on panic 2018-12-10 11:29:42 +00:00
b4b3609678 Really use the correct endpoint 2018-12-10 11:12:40 +00:00
d29b5a074a Try to use default config file location to find AdminListen when yggdrasilctl is not given an endpoint 2018-12-10 11:09:10 +00:00
cd11d2eccd Produce more meaningful logging from yggdrasilctl when things go wrong 2018-12-10 10:54:41 +00:00
ba4507c02e Update yggdrasilctl help (fixes #194) 2018-12-09 13:33:18 +00:00
02f98a2592 Only show build name and version if it is known 2018-12-08 11:01:05 +00:00
586781b49c convert to go module 2018-12-07 19:56:04 -06:00