diff options
author | juga <juga@riseup.net> | 2023-11-18 17:45:28 +0000 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-11-21 10:43:36 -0500 |
commit | d8aa69925380acf165335917bb87becb2f659875 (patch) | |
tree | 291e1bd031c60a43ecce240c528da149f8469ffc /changes/ticket40891 | |
parent | 8bb7d681ae5898232a42b066784f578a594de41a (diff) | |
download | tor-d8aa69925380acf165335917bb87becb2f659875.tar.gz tor-d8aa69925380acf165335917bb87becb2f659875.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/ticket40891')
-rw-r--r-- | changes/ticket40891 | 5 |
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). |