29 Commits (1ef3069a7ef7692bb27d64b85dd2cfdf201e33b2)

Author SHA1 Message Date
Adam Ierymenko 8f592ff6e8 Controller performance tweaks. 9 years ago
Adam Ierymenko 7ea7e1898a Fix a bug that could cause duplicate IP address assignment on networks if many new members join the controller at once. 9 years ago
Adam Ierymenko a109d341ef Send timestamp with new circuit test response. 9 years ago
Adam Ierymenko a577b8d381 Update how controller handles circuit tests -- save results to filesystem. 9 years ago
Adam Ierymenko 32f5a0ab18 Add default tag values and default set capabilities for new members. 9 years ago
Adam Ierymenko e9007b1f56 NodeJS migration script for old Sqlite controller.db to new controller data format. 9 years ago
Adam Ierymenko a54c2b438c Basic support for streaming of changes via stdout from controller. 9 years ago
Adam Ierymenko 15c6e2ec70 Fix member deauthorization time threshold bug. 9 years ago
Adam Ierymenko e26bee45fb Multithreading in network controller. Threads are only started if controller is used. 9 years ago
Adam Ierymenko f0fcd222a1 Actually push updates when things change. 9 years ago
Adam Ierymenko 226123ca08 Refactor controller to permit sending of pushes as well as just replies to config requests. 9 years ago
Adam Ierymenko eea712a1ae Field in wrong place fixed. 9 years ago
Adam Ierymenko 1ebfca666d Memo-ize some computed stuff to control CPU utilization. 9 years ago
Adam Ierymenko cae9041c2a . 9 years ago
Adam Ierymenko 330a07a554 cleanup 9 years ago
Adam Ierymenko b03c7b2f30 Refactor controller to use split-out DB for better performance and less ugly. 9 years ago
Adam Ierymenko 2d6a4e5974 cleanup 10 years ago
Adam Ierymenko e2509af163 Fix bug in default rules init in new networks. 10 years ago
Adam Ierymenko f0794e09b7 Controller cleanup. 10 years ago
Adam Ierymenko 2fc3d12fb6 Minor tweaks to member code in controller, and fix Linux build. 10 years ago
Adam Ierymenko 68e549233d Revise bearer token code in controller, and add relay policy as a meta-data item presented to controller by nodes (to facilitate future meshiness). 10 years ago
Adam Ierymenko 77c2bf3ad9 Kill dead field from network JSON. 10 years ago
Adam Ierymenko b5e0d014ab Controller bug fixes 10 years ago
Adam Ierymenko 1814016eb7 Add daemon thread to controller and move network member cache refreshes there. 10 years ago
Adam Ierymenko 60bc291414 Add noAutoAssignIps for member of networks. 10 years ago
Adam Ierymenko 32fa061700 Compute credential TTL et al. 10 years ago
Adam Ierymenko 212a5af9a5 Capabilities and tags in POST JSON. 10 years ago
Adam Ierymenko f119c4a456 Cache network members for performance, add network non-persisted fields. 10 years ago
Adam Ierymenko a13f4d8353 We now always build the controller in ZeroTier One, at least for desktop and server targets. Also means that ZeroTier One now requires C++11. (Still keeping C++11 out of the core in node/ though.) 10 years ago
Adam Ierymenko c0639ccd37 Just about ready to test. 10 years ago
Adam Ierymenko b08ca49580 More controller work -- it builds! 10 years ago
Adam Ierymenko c30f74987f Starting refactor of controller... 10 years ago
Adam Ierymenko 22e44c762b More rules engine work: key/value pair matching for microsegmentation. 10 years ago
Adam Ierymenko 6e08e1ae97 A few controller changes: (1) assign managed IPs that are assigned regardless of "assign mode" which now only controls auto-assignment or special addressing, (2) support proper issuing of managed IPv6 IPs, (3) support IPv6 auto-assign ranges 10 years ago
Adam Ierymenko 0410fd4824 Refactor recent member request history to fix performance problem in controller. 10 years ago
Adam Ierymenko 3ddfebe742 dead code removal 10 years ago
Adam Ierymenko 3740b83f63 Don't back up sqlite db if it hasn't changed to prevent constant thrashing on inactive controllers. 10 years ago
Adam Ierymenko b2d048aa0e Make Dictionary templatable so it can be used where we want a higher capacity. 10 years ago
Adam Ierymenko 20d4dada40 Refactor controller for new merged format. 10 years ago
Adam Ierymenko 734cbb2f1e Controller modifications for default route are ready to test. Will require slight changes in ZeroTier Central when it goes live. 10 years ago
Adam Ierymenko acbe8ad398 More controller work, and some RedHat fixes. 10 years ago
Adam Ierymenko 9898066b47 Remove some deprecated stuff in controller -- not done yet. 10 years ago
Adam Ierymenko 8b9519f0af Simplify a bunch of NetworkConfig stuff by eliminating accessors, also makes network controller easier to refactor. 10 years ago
Adam Ierymenko 9b59bcd995 Clean controller circuit test memory. 10 years ago
Adam Ierymenko 78c1d9006a flood protection fix 10 years ago
Adam Ierymenko 2e04dc03f2 Logging to NodeHistory, SQL queries. 10 years ago
Adam Ierymenko f8eb6b0067 Add NodeHistory table on sqlite controller. 10 years ago
Adam Ierymenko 9cb4bbe2b8 Save test results for circuit tests in memory and then cancel the test and send the results when the test is queried later. This way you can POST a test and then come GET the result at the appointed time. 10 years ago
Adam Ierymenko 7903f24a8f Create periodic backup copies of controller.db in network controller from the main process itself to facilitate easier and safer backups of controller.db. 11 years ago
Adam Ierymenko a95fa379cc Circuit tests basically work but need some tweaks, and fix some issues found with valgrind. 11 years ago