summaryrefslogtreecommitdiff
path: root/service/README.md
AgeCommit message (Collapse)Author
2019-07-29Merge pull request #974 from squeakbat/masterAdam Ierymenko
Don't relink zerotier-one every time.
2019-07-02Update README.mdTravis LaDuke
2019-06-11docsAdam Ierymenko
2018-09-24Update README.mdTravis LaDuke
2018-09-24Update README.mdTravis LaDuke
Document that allowManagementFrom is an array
2018-06-22Added blurb about allowTcpFallbackRelay to READMEJoseph Henry
2018-04-18Merge pull request #712 from elmar/masterAdam Ierymenko
fix typo in documentation
2018-04-14fix typo in documentationElmar S. Heeb
2018-01-25More useful to allow arrays of IPs to bind to.Adam Ierymenko
2018-01-25Add bindToWildcard local.conf option.Adam Ierymenko
2017-10-24Merge pull request #550 from surgicalcoder/patch-2Adam Ierymenko
Peer's role misses a PLANET role
2017-09-01Add UDP MTU configurability.Adam Ierymenko
2017-07-09Peer's role misses a PLANET roleMonty A
Peer's role misses a PLANET role in documentation vs what's returned from API.
2017-03-141.2.0 release notes and a few final tweaks and cleanup.Adam Ierymenko
2017-02-13Add a local.conf option to set the port.Adam Ierymenko
2017-01-27Relay policy can now be computed.Adam Ierymenko
2017-01-27Replace piecemeal designation of upstreams with the concept of moons, which ↵Adam Ierymenko
is simpler and easier to use and inherits all the cool live update stuff of worlds (now called planets) and global roots.
2017-01-19local.conf docsAdam Ierymenko
2016-11-29docsAdam Ierymenko
2016-11-23docsAdam Ierymenko
2016-11-23docs and API stuffAdam Ierymenko
2016-11-09Keep connections up for netconf stuff as well as frames.Adam Ierymenko
2016-11-08added docs for allowManaged, allowGlobal, allowDefaultGrant Limberg
2016-11-08update JSON API docs for OneServiceGrant Limberg
2016-07-08Docs and controller API versionAdam Ierymenko
2015-08-25Document rules requirement in controller.Adam Ierymenko
2015-08-25Document clock convenience field.Adam Ierymenko
2015-08-19Add authorizedMemberCount to controller network config records.Adam Ierymenko
2015-07-21Remove "members" from Network record and instead enumerate members via ↵Adam Ierymenko
specific query to /network/nwid/member sub-path. More RESTful, scalable, and compatible with how OnePoint code works.
2015-07-16Add memberRevision stuff to JSON output, and update docs.Adam Ierymenko
2015-06-29ipLocalRoutes now exposed via network objects in JSON controller API, and ↵Adam Ierymenko
documentation changes.
2015-05-06Renamed supernode to rootserverKees Bos
2015-06-13Rename ruleId to ruleNo and optimize some indexes in Sqlite3 schema.Adam Ierymenko
2015-05-22TCP fallback tunneling is now working. That hurt more than expected.Adam Ierymenko
2015-05-17docsAdam Ierymenko
2015-05-17docsAdam Ierymenko
2015-05-16Fixes to control plane, API, eliminate problematic inheritance pattern, and ↵Adam Ierymenko
start on a NodeJS class for talking to the network controller.
2015-05-16More network controller cleanup, and some features to permit scripted testing.Adam Ierymenko
2015-05-15Netconf docs, add clock field to status, simplify netconf a bit by ↵Adam Ierymenko
eliminating caching for now. We will re-add if it is needed.