Commit graph

  • ea15eeee7e Ensure PublicKey option is unused, map old config options Neil Alexander 2021-06-05 21:32:04 +01:00
  • 99973b2757 Remove module package, it didn't really give us anything anyway Neil Alexander 2021-06-05 20:57:03 +01:00
  • cb536a7322 Clean up util package Neil Alexander 2021-06-05 20:55:08 +01:00
  • e67ee9232d fix nil pointer when attempting to access node config Arceliar 2021-06-05 06:00:33 -05:00
  • 414c100125 add public keys to multicast, public key pinning to multicast peering Arceliar 2021-06-05 05:07:04 -05:00
  • a7da93ffd8
    Merge pull request #3 from vikulin/future Vadym Vikulin 2021-06-02 17:36:33 +03:00
  • ff751a5409 Fix lint error Neil Alexander 2021-06-02 14:46:04 +01:00
  • 8932ab0519 Fix lint errors Neil Alexander 2021-06-02 14:40:09 +01:00
  • 166336a418 Remove config.NodeState (hot reconfig is no longer supported) Neil Alexander 2021-06-02 14:19:32 +01:00
  • 66bbd1c344 Export version parts Neil Alexander 2021-05-31 21:31:49 +01:00
  • 47d34b810b Clean up defaults Neil Alexander 2021-05-31 21:30:50 +01:00
  • b561c540ca Update mDNS Neil Alexander 2021-05-31 21:29:43 +01:00
  • 845327ce17 Merge branch 'master' of github.com:vikulin/yggdrasil-go vadym 2021-05-31 21:37:41 +03:00
  • ce4bd15bfc Update README.md Vadym Vikulin 2021-03-24 23:48:06 +02:00
  • 677bff94f3 Revert "1. corrected MSI build script" vadym 2021-03-25 12:57:22 +02:00
  • 1354698664 1. corrected MSI build script vadym 2021-03-24 23:41:09 +02:00
  • 4e2eb53efa Update README.md Vadym Vikulin 2021-03-24 23:48:06 +02:00
  • c6ceac432b Revert "1. corrected MSI build script" vadym 2021-03-25 12:57:22 +02:00
  • f540f26930 1. corrected MSI build script vadym 2021-03-24 23:41:09 +02:00
  • 2ec3c4a0d5 Merge branch 'future' into neilalexander/mdns Neil Alexander 2021-05-31 18:36:23 +01:00
  • 978124dbb1 update dependency (ironwood), fix units in core benchmark Arceliar 2021-05-31 06:39:53 -05:00
  • 1db7437b80 more cleanup and fix a busyloop when the admin socket is shut down Arceliar 2021-05-29 21:37:13 -05:00
  • e25ad9ed21 cleanup unused code Arceliar 2021-05-29 20:42:06 -05:00
  • 180654c495 possibly fix src/core/core_test.go Arceliar 2021-05-29 11:13:59 -05:00
  • 8a60c605f6 remove metric stuff, there's already enough new stuff to test, maybe revisit this in a future release Arceliar 2021-05-24 18:53:54 -05:00
  • c60dd42baa cleanup Arceliar 2021-05-23 21:51:09 -05:00
  • 5f2bcaa71f add Listen to api and listenURL to tcp Arceliar 2021-05-23 21:47:12 -05:00
  • fd5cda6329 read metric from urls for listen and peers Arceliar 2021-05-23 20:58:34 -05:00
  • 70c5b06286 use url.URL in place of string for most internal listen/peer address handling Arceliar 2021-05-23 20:34:13 -05:00
  • 58af92812e add metric to metadata exchange, but currently left at default 0 value Arceliar 2021-05-23 18:40:36 -05:00
  • 6bc2044ced update ironwood dependency, fix ansible code, go mod tidy Arceliar 2021-05-23 17:52:10 -05:00
  • 018f35d9a2 rename src/yggdrasil to src/core Arceliar 2021-05-23 14:42:26 -05:00
  • 0343dad934 remove obsolete crypto package Arceliar 2021-05-23 14:33:28 -05:00
  • f69f02386d rename debug admin socket functions Arceliar 2021-05-23 13:37:46 -05:00
  • e6f86a9bd7 cleanup proto admin socket response formats Arceliar 2021-05-23 12:19:27 -05:00
  • 29dda650b5 tun session protocol traffic cleanup Arceliar 2021-05-23 11:58:52 -05:00
  • 233cf0c962 add remote debugGetSelf and fix some return type things in the other debug functions Arceliar 2021-05-22 21:27:11 -05:00
  • c7b004d36f get debugGetPeers and debugGetDHT working in the admin socket Arceliar 2021-05-22 20:25:14 -05:00
  • 8668abf481 WIP adding crawling debug packets Arceliar 2021-05-22 19:54:52 -05:00
  • b11cf7a2f2 update ironwood dependency, fix api Arceliar 2021-05-18 20:43:38 -05:00
  • 8d09e68e80 admin socket getpaths Arceliar 2021-05-16 16:16:58 -05:00
  • eb4a22724f possibly fix admin socket getnodeinfo Arceliar 2021-05-16 15:55:30 -05:00
  • fad071ffe9 WIP on nodeinfo admin handler Arceliar 2021-05-16 15:27:51 -05:00
  • 058dec0cca Fix getself, gettuntap etc Neil Alexander 2021-05-16 21:01:59 +01:00
  • 31c1c9b586 Fix admin socket list Neil Alexander 2021-05-16 20:53:40 +01:00
  • 3e10b964cb
    Merge pull request #783 from yggdrasil-network/cleanup Neil Alexander 2021-05-16 20:11:21 +01:00
  • 6413e95c48 Fix bug Neil Alexander 2021-05-16 20:05:22 +01:00
  • 62a13e87c4
    Merge branch 'future' into cleanup Neil Alexander 2021-05-16 20:02:28 +01:00
  • 416eadbcff Use uint64 for MTU for forward-compatibility Neil Alexander 2021-05-16 20:00:45 +01:00
  • a6c254c87a more nodeinfo WIP, still needs admin socket support Arceliar 2021-05-16 14:00:37 -05:00
  • 2e45e970c6 work-in-progress adding nodeinfo Arceliar 2021-05-16 13:52:52 -05:00
  • 2d01386d6e Refactor admin socket, export request/response structs, remove types package Neil Alexander 2021-05-16 19:51:09 +01:00
  • 2c7b22db92 allow for multiple traffic types inside the session at the tuntap level, only implement typeSessionTraffic for now Arceliar 2021-05-16 13:01:54 -05:00
  • dfca87ba80 start a reader to disard traffic if the tun is disabled Arceliar 2021-05-15 16:44:56 -05:00
  • f61507238e cleanup unused MTU code from tun keystore Arceliar 2021-05-15 16:23:44 -05:00
  • 5b00273dfc move sessionfirewall into the tuntap. this needs testing. the name is also slightly wrong, since a crypto session can still be set up, packets are just accepted/rejected at the tun/tap level instead Arceliar 2021-05-15 15:55:47 -05:00
  • 7e10025ef0 get minimal admin socket working (introspection only, no ability to add peers etc) Arceliar 2021-05-15 15:16:35 -05:00
  • 85fae23919 remove TunnelRouting from config, remove Signing from key names Arceliar 2021-05-15 15:00:12 -05:00
  • e83b5d08a8 remove ckr Arceliar 2021-05-15 14:54:25 -05:00
  • cd4144f22b add minimal src/yggdrasil/api.go functions inspect internal state Arceliar 2021-05-15 14:50:56 -05:00
  • 7d49b86456 set version to an obviously unstable value, fix peer address formatting in the connect/disconnect messages Arceliar 2021-05-15 13:44:55 -05:00
  • 577b7118ad remove debug logging Neil Alexander 2021-05-10 23:16:22 +01:00
  • 815f2a2822 Respond with ICMPv6 Packet Too Big over network Neil Alexander 2021-05-10 23:09:59 +01:00
  • 57ea61b338 Remove reconfiguration on SIGHUP - it didn't work reliably anyway Neil Alexander 2021-05-10 22:47:28 +01:00
  • e12c639c21 Remove obsolete switch options Neil Alexander 2021-05-10 22:42:57 +01:00
  • 05caf36f4e Fix AllowedPublicKeys Neil Alexander 2021-05-10 22:39:12 +01:00
  • c20b66f3b6 Metadata/version tweaks Neil Alexander 2021-05-10 22:31:01 +01:00
  • bb92e61e68 Remove encryption public key options (they are now derived from ed25519 key conversion in IW), also bump link version number Neil Alexander 2021-05-10 22:06:38 +01:00
  • 6cb958e3dc update genkeys to new address format Arceliar 2021-05-10 05:58:06 -05:00
  • b48962a69a limit MTU to no more than what the packetconn claims to support Arceliar 2021-05-09 11:27:37 -05:00
  • 3bfd891fd4 reduce time keystore mutex is held and (apparently) fix a deadlock Arceliar 2021-05-09 09:20:28 -05:00
  • ed85cf08f2 WIP close the ironwood PacketConn when shutting down Arceliar 2021-05-08 12:31:26 -05:00
  • b4224aa02d fix ironwood dependency version Arceliar 2021-05-08 11:57:54 -05:00
  • e6e55fb4d1 dependency update Arceliar 2021-05-08 11:53:44 -05:00
  • 8bed79370b (broken state) WIP, compiles and passes the netns ping test Arceliar 2021-05-08 11:52:22 -05:00
  • b345806e3f (broken state) more WIP (cleanup) Arceliar 2021-05-08 11:35:04 -05:00
  • 0f787364de (broken state) more tuntap WIP to add out-of-band key lookup Arceliar 2021-05-08 11:32:57 -05:00
  • 5b22392c66 (broken state) more WIP on tuntap stuff Arceliar 2021-05-08 11:14:50 -05:00
  • 0cff56fcc1 (broken state) WIP on tuntap Arceliar 2021-05-08 10:39:07 -05:00
  • f1c37f8440 (broken state) WIP rewriting core to use ironwood Arceliar 2021-05-08 08:35:58 -05:00
  • ace7b43b6d (broken state) WIP address migration Arceliar 2021-05-08 07:25:53 -05:00
  • ae96148008 Merge branch 'pathfinder' of https://github.com/Arceliar/yggdrasil-go into future Arceliar 2021-05-08 06:45:10 -05:00
  • 7e1f151048
    Merge 50f6327722 into 3c2e14801d Oleksandr Natalenko 2021-04-17 12:49:56 +00:00
  • 50f6327722 tcp_linux: make tcp congestion control algorithm selectable Oleksandr Natalenko 2021-04-17 14:49:29 +02:00
  • ff3f083af6 src/yggdrasil/core_test.go fixed beryll1um 2021-03-30 17:59:22 +03:00
  • 3c2e14801d
    Merge pull request #772 from cwinfo/develop-something Neil Alexander 2021-03-24 13:41:53 +00:00
  • 9b67eb7ef2
    Update Dockerfile Christer Warén 2021-03-24 15:39:55 +02:00
  • 983dfdb553
    Merge pull request #770 from yggdrasil-network/develop v0.3.16 Neil Alexander 2021-03-18 22:20:56 +00:00
  • ac375917c9
    Update changelog for v0.3.16 release (#769) Arceliar 2021-03-18 13:58:20 -05:00
  • 82cfbe5929 more changelog Arceliar 2021-03-18 05:36:23 -05:00
  • 749c9f15b4 draft of changelog Arceliar 2021-03-18 05:33:17 -05:00
  • f0a5cd542c
    Build MSIs for Windows using CircleCI (#766) Neil Alexander 2021-03-07 14:03:34 +00:00
  • 9dd3569792 newline Neil Alexander 2021-03-07 13:58:35 +00:00
  • b48583a642 Update comments Neil Alexander 2021-03-07 13:57:44 +00:00
  • 455d3f0c8a Remove appveyor config Neil Alexander 2021-03-07 13:57:00 +00:00
  • 5671443f72 Don't build ARM, it's apparently not well supported Neil Alexander 2021-03-07 13:50:20 +00:00
  • 4db2c30045 Don't build ARM, it's apparently not well supported Neil Alexander 2021-03-07 13:49:58 +00:00
  • 243c731fd4 Update Platform Neil Alexander 2021-03-07 13:47:47 +00:00
  • c30f7bcdfb Update Platform Neil Alexander 2021-03-07 13:46:54 +00:00
  • 103ed32cdd Change condition Neil Alexander 2021-03-07 13:35:58 +00:00