git ssb

CustomDesigned CustomDesigned@iOyfRmje5LFAErH7M3faTLNMQUTXCnjECbLtniVJ478=.ed25519

CustomDesigned pushed to sbotd 6 years ago
CustomDesigned pushed to patchfoo 7 years ago
CustomDesigned commented on issue Responses from dnssb do not repeat the query. This makes dnsmasq-2.76 ignore the response. Dnsmasq-2.66 accepts and forwards responses missing the question. I am not sure whether dnsmasq-2.76 is wrong, or if dnssb is wrong - it will take some RFC... 7 years ago

Repeating the query is important to prevent spoofing attacks, and that is why dnsmasq-2.76 now ignores responses that do not include it. So dnssb needs to be fixed.

CustomDesigned opened issue Responses from dnssb do not repeat the q… on dnssb 7 years ago
CustomDesigned commented on issue shut down server when connection to sbot is lost, rather than simply going into a bad state 7 years ago

Yeah, and it shouldn't be losing the connection to sbot - as patchfoo and git-ssb continue to work. For reference, it runs for a few minutes only before having trouble:

[stuart@f25vm ~]$ dnssb server 5353 127.0.0.1
server listening on 127.0.0.1:5353
Error: unexpected end of parent stream
    at PacketStream.destroy (/home/stuart/src/dnssb/node_modules/packet-stream/index.js:71:7)
    at PacketStream.write (/home/stuart/src/dnssb/node_modules/packet-stream/index.js:133:41)
    at /home/stuart/src/dnssb/node_modules/muxrpc/pull-weird.js:58:44
    at /home/stuart/src/dnssb/node_modules/pull-stream/sinks/drain.js:20:24
    at /home/stuart/src/dnssb/node_modules/pull-goodbye/node_modules/pull-stream/throughs/filter.js:17:11
    at Object.cb (/home/stuart/src/dnssb/node_modules/packet-stream-codec/index.js:98:24)
    at drain (/home/stuart/src/dnssb/node_modules/pull-reader/index.js:42:23)
    at /home/stuart/src/dnssb/node_modules/pull-reader/index.js:59:18
    at Object.cb (/home/stuart/src/dnssb/node_modules/pull-box-stream/index.js:127:18)
    at drain (/home/stuart/src/dnssb/node_modules/pull-reader/index.js:39:14)
Server connection lost. Shutting down
Previous

Built with git-ssb-web