- 18 Aug, 2020 3 commits
-
-
Philipp Winter authored
Unlike the Web API, we don't reject connections. Instead, we try hard to serve them all, even though some may be delayed.
-
Philipp Winter authored
That allows us to cache bridge lines of connections that were still open while we received the signal to shut down.
-
Philipp Winter authored
-
- 03 Jul, 2020 1 commit
-
-
Philipp Winter authored
We are GETting rather than POSTing something, and "bridge-state" is a more descriptive resource name. This patch also merges our Web interface and our API handlers, making the code simpler.
-
- 19 May, 2020 1 commit
-
-
Philipp Winter authored
This makes our API naming convention consistent with wolpertinger.
-
- 02 Jan, 2020 1 commit
-
-
Philipp Winter authored
-
- 27 Nov, 2019 2 commits
-
-
Philipp Winter authored
Our cache will contain hundreds of bridges. Testing all these bridges again after bridgestrap quits for whatever reason is expensive. This patch makes bridgestrap write its cache to disk when it exists, and read it from disk when it starts, so we don't have to re-build our cache after a restart. The new flag '-cache' specifies the path to our cache.
-
Philipp Winter authored
-
- 20 Nov, 2019 2 commits
-
-
Philipp Winter authored
Port 4000 is already taken on BridgeDB.
-
Philipp Winter authored
This commit adds the '-web' parameter, which now must be used to enable the web interface. By default, only the JSON API is enabled.
-
- 24 Oct, 2019 2 commits
-
-
Philipp Winter authored
-
Philipp Winter authored
-