mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
118d8ffdcb
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.
5 lines
138 B
Plaintext
5 lines
138 B
Plaintext
o Minor features
|
|
- Export GeoIP information on usage to bridge controller even if we have
|
|
not yet been running for 24 hours.
|
|
|