summaryrefslogtreecommitdiff
path: root/controller/EmbeddedNetworkController.cpp
AgeCommit message (Collapse)Author
2016-08-25Add daemon thread to controller and move network member cache refreshes there.Adam Ierymenko
2016-08-25docs and null check in controller codeAdam Ierymenko
2016-08-24Add noAutoAssignIps for member of networks.Adam Ierymenko
2016-08-24Push NETWORK_CONFIG_REFRESH on POSTs to /member/... in controller.Adam Ierymenko
2016-08-24Add length limit to TEE and REDIRECT, and completely factor out old C ↵Adam Ierymenko
json-parser to eliminate a dependency.
2016-08-23cleanupAdam Ierymenko
2016-08-23Controller cleanup and perf improvements.Adam Ierymenko
2016-08-23Compute credential TTL et al.Adam Ierymenko
2016-08-22Get rid of expiration in Capability and Tag and move this to NetworkConfig ↵Adam Ierymenko
so it can be set network-wide and reset if needed. Also add NetworkConfig field for this and centralize checking of credential time validity.
2016-08-22Signing of Capability and Tag objects.Adam Ierymenko
2016-08-18.Adam Ierymenko
2016-08-18Capabilities and tags in POST JSON.Adam Ierymenko
2016-08-18Little fixes.Adam Ierymenko
2016-08-18Cache network members for performance, add network non-persisted fields.Adam Ierymenko
2016-08-17Controller fixes...Adam Ierymenko
2016-08-17Cleanup and log how member was authorized.Adam Ierymenko
2016-08-17Finally implement network join auth tokens, at least at the protocol level.Adam Ierymenko
2016-08-17Controller docs and API fix.Adam Ierymenko
2016-08-17We now always build the controller in ZeroTier One, at least for desktop and ↵Adam Ierymenko
server targets. Also means that ZeroTier One now requires C++11. (Still keeping C++11 out of the core in node/ though.)