From d8aa69925380acf165335917bb87becb2f659875 Mon Sep 17 00:00:00 2001 From: juga Date: Sat, 18 Nov 2023 17:45:28 +0000 Subject: 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 --- changes/ticket40891 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/ticket40891 (limited to 'changes/ticket40891') 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). -- cgit v1.2.3-54-g00ecf