diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-03-15 22:39:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-04-07 11:53:37 -0400 |
commit | 118d8ffdcb74137a36d22928ce6f46897809391e (patch) | |
tree | 8dbcb2413b1d35ab1c30011020bb35eeef7dc25a /changes | |
parent | 286d44402e829488abe802efd1607eabbc98f1d1 (diff) | |
download | tor-118d8ffdcb74137a36d22928ce6f46897809391e.tar.gz tor-118d8ffdcb74137a36d22928ce6f46897809391e.zip |
Allow controllers a more up-to-date view of bridge usage.
Instead of answering GETINFO requests about our geoip usage only after
running for 24 hours, this patch makes us answer GETINFO requests
immediately. We still round and quantize as before.
Implements bug2711.
Also, refactor the heck out of the bridge usage formatting code. No
longer should we need to do a generate-parse-and-regenerate cycle to
get the controller string, and that lets us simplify the code a lot.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature2711 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/feature2711 b/changes/feature2711 new file mode 100644 index 0000000000..7cdcfbfe10 --- /dev/null +++ b/changes/feature2711 @@ -0,0 +1,4 @@ + o Minor features + - Export GeoIP information on usage to bridge controller even if we have + not yet been running for 24 hours. + |