Commit Graph
854 Commits
Author SHA1 Message Date
Logan oos EvenandGitHub c2741ace2d guarded free() on supernode exit (#615) 2021-01-31 21:12:30 +05:45
Logan oos EvenandGitHub ba9a32fb30 fixed minor timing issues (#616) 2021-01-31 21:12:08 +05:45
Logan oos EvenandGitHub de76b16fd5 added missing 'metric' 2021-01-31 20:03:11 +05:45
anzz1andGitHub 9cac336488 added network interface metric option for windows (#606) 2021-01-30 18:00:01 +05:45
Logan oos EvenandGitHub 6c8e1b6f60 fixed edge segfault (#613) 2021-01-30 17:35:12 +05:45
Logan oos EvenandGitHub 7a4623a61d fixed time stamp issue (#612) 2021-01-30 17:34:52 +05:45
randomize00andGitHub 5aac8813e6 safer checking for REGISTER_SUPER_ACK and UNREGISTER_SUPER (#611) 2021-01-29 18:48:26 +05:45
Logan oos EvenandGitHub c696f59e07 ensured correct community file loading (sn) (#609) 2021-01-29 14:52:11 +05:45
Logan oos EvenandGitHub f352c99255 reworked edge help text (#604) 2021-01-28 00:07:28 +05:45
Logan oos EvenandGitHub 39a71513f4 reworked supernode help text (#605) 2021-01-28 00:07:11 +05:45
Logan oos EvenandGitHub 3574865bf0 disabled SPECK defaulting to NEON support on ARM (#602) 2021-01-26 21:23:08 +05:45
Logan oos EvenandGitHub 2fbbafc88d fixed conf file parsing
allowing space character inside parameter option, .e.g. `-d Windows TAP` (between "Windows" and "TAP").
2021-01-26 15:58:05 +05:45
Logan oos EvenandGitHub 9fe1c5a91e fixed conf file option parsing
analogous to 18107bcb7c
2021-01-26 14:11:18 +05:45
Logan oos EvenandGitHub 5f34baf9b9 clarified authentication error (#600) 2021-01-25 19:08:34 +05:45
Logan oos EvenandGitHub c0c472b4aa revised bootstrap (#599) 2021-01-25 16:54:38 +05:45
Logan oos EvenandGitHub 5cd1c9030c added self-monitoring time stamp accuracy (#595) 2021-01-22 21:46:12 +05:45
Logan oos EvenandGitHub 2e204adf1d prepared auth scheme answer (#597) 2021-01-22 21:45:51 +05:45
Logan oos EvenandGitHub dd9491aa9c removed two non-ASCII characters
Fixes #598.
2021-01-21 18:11:03 +05:45
Jim TittslerandGitHub f7463ea9c1 Fix manual typo (#596) 2021-01-21 13:27:44 +05:45
Logan oos EvenandGitHub 910478417c fixed a null_mac bug (#592) 2021-01-18 00:27:55 +05:45
Logan oos EvenandGitHub a639e1d735 properly handled supernodes' timestamps (#591) 2021-01-18 00:12:45 +05:45
Logan oos EvenandGitHub e4e6efacf0 enhanced header encryption to full 128 bit iv (#589) 2021-01-17 18:37:17 +05:45
Logan oos EvenandGitHub 773123f7a9 removed duplicate field for supernode socket from edge (#587) 2021-01-16 17:13:52 +05:45
Logan oos EvenandGitHub 0e29d695ee quick-fixed auto ip (#586) 2021-01-16 05:39:20 +05:45
Logan oos EvenandGitHub 18107bcb7c fixed conf file option parsing 2021-01-16 04:00:05 +05:45
Logan oos EvenandGitHub e1b66aeb96 fix bug/typo introduced with latest mac handling change 2021-01-16 02:18:18 +05:45
Logan oos EvenandGitHub 7eeca3d78f cleaned up mac type usage (#583) 2021-01-13 14:50:26 +05:45
Logan oos EvenandGitHub 7d918c4da2 updated ConfigurationFiles.md 2021-01-13 00:56:50 +05:45
Logan oos EvenandGitHub 4e2548a98c simplified conf file parsing (#582) 2021-01-13 00:45:48 +05:45
Logan oos EvenandGitHub 22c7145375 inter-linked to specific section 2021-01-12 18:30:16 +05:45
Logan oos EvenandGitHub 8761ae849b added optional rtt based supernode selection: federation (#580) 2021-01-12 17:34:03 +05:45
Logan oos EvenandGitHub 9ee62d7415 rebased time stamp format: header encryption (#579)
* rebased time stamp format (header encryption)

* rearranged time stamp fields
2021-01-12 14:28:21 +05:45
fengdaolongandGitHub 3a480a4a21 solved the problem that Windows cannot multicast (#576)
* Solve the problem that Windows cannot multicast.

* Better git judgment logic.
2021-01-12 14:26:40 +05:45
Logan oos EvenandGitHub c99f610f73 fix AES default (#575)
* fix AES default

* fix AES default
2021-01-08 01:01:53 +05:45
Logan oos EvenandGitHub 83b24da40a updated section on hashing
typo
2021-01-07 22:13:40 +05:45
Logan oos EvenandGitHub 8cb1b07fd9 updated section on hashing
...according to latest code changes
2021-01-07 22:12:41 +05:45
Logan oos EvenandGitHub a136fb995e updated Crypto.md
clarification, added details about -k cli option and N2N_KEY
2021-01-07 20:58:40 +05:45
Logan oos EvenandGitHub 9152526bf2 allowed auto IP address feature a higher chance to re-assign the same IP address upon re-connect (#574) 2021-01-07 17:07:18 +05:45
Logan oos EvenandGitHub 623299770f fix federation feature (#573) 2021-01-07 16:42:53 +05:45
Logan oos EvenandGitHub bda11d3e99 fix AES default (#572) 2021-01-07 16:31:08 +05:45
Logan oos EvenandGitHub 808920089d switched to Pearson B. Hashing (#570)
* switched to Pearson B. Hashing

* switched to Pearson B. Hashing
2021-01-07 11:15:40 +01:00
Francesco CarliandGitHub a2c6c7c836 Add details to doc (#569) 2021-01-07 11:15:04 +01:00
Logan oos EvenandGitHub 9bbf7d95f6 hardware-accelerated header encryption (#565)
* hardware-accelerated header encryption

* hardware-accelerated header encryption

* hardware-accelerated header encryption
2021-01-07 11:14:44 +01:00
Francesco CarliandGitHub 244b1bef95 Change space indention (#556)
* readability code clean-up

* readability code clean-up

* change space indention

* change space indention

* Update sn_utils.c
2021-01-07 11:14:25 +01:00
Francesco CarliandGitHub 0bdab26921 added federation doc (#558) 2020-12-24 14:56:43 +01:00
Francesco CarliandGitHub 54f6da4cf4 Change space indention (#557)
* change space indention

* change space indention
2020-12-24 14:56:29 +01:00
Logan oos EvenandGitHub c4fd7eda91 fix document link (#555) 2020-12-24 14:55:20 +01:00
Logan oos EvenandGitHub dd712e53ab fix links in doc (#554) 2020-12-24 14:55:04 +01:00
Francesco CarliandGitHub ef2d3a5237 readability code clean-up (#552)
* readability code clean-up

* readability code clean-up

* change space indention

* Revert "change space indention"

This reverts commit 067f675faa.
2020-12-24 14:54:48 +01:00
Logan oos EvenandGitHub df14d54a29 readability code clean-up (#551) 2020-12-19 12:29:21 +01:00