aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorjuga <juga@riseup.net>2023-11-18 17:45:28 +0000
committerDavid Goulet <dgoulet@torproject.org>2024-01-30 10:47:13 -0500
commit56819b0a5027807ed6c7894c164a541bf32ee957 (patch)
tree5dc244819a6c7be3e42da01b9fe9411b2e116302 /changes
parentee5be2bebc977fc723e3bc95ff9ac9a9f8bd732f (diff)
downloadtor-56819b0a5027807ed6c7894c164a541bf32ee957.tar.gz
tor-56819b0a5027807ed6c7894c164a541bf32ee957.zip
bwauth: Allow "node_id" KeyValue without "$"
Allow "node_id" KeyValue without the dollar sign at the start of the hexdigit in the BandwidthFiles, in order to easier database queries combining Tor documents in which the relays fingerprint doesn't include it. Bugfix on all supported versions of Tor. Closes #40891
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket408915
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket40891 b/changes/ticket40891
new file mode 100644
index 0000000000..c0e2080587
--- /dev/null
+++ b/changes/ticket40891
@@ -0,0 +1,5 @@
+ o Minor feature (directory authority):
+ - Allow BandwidthFiles "node_id" KeyValue without the dollar sign at the
+ start of the hexdigit, in order to easier database queries combining
+ Tor documents in which the relays fingerprint does not include it.
+ Fixes bug 40891; bugfix on 0.4.7 (all supported versions of Tor).