Henry
Henry
Finally got around to trying this, on [go-ssb-room](https://git.sr.ht/~cryptix/go-ssb-rooms/commit/1269b30f151a295c35ad3e6467cef45eacd3cdbf) though, where I took the chance to start with a cleaner slate. I chose to require the scripts (expecting a from of...
hmmm.. supporting multiple listen addresses is something I wanted to add for quite a while now. Empty string address should resolve to all of them, not just the first one.
I'm not super sure what to do about this. The protocol (or rather the current network) _expects_ the broadcasts to happen on UDP 8008. or put differently: If you send...
Hey @interfect, Can you try building with `-tags nommio`? I documented this in the known issues of the readme. Badger might be a bit too hungry in its default mode.
Hey @justinabrahms, sorry you ran into this. ~~May I ask what kind of device you are using this on?~~ Saw the spec in the initial post. (Should have coffee first.)...
I tried this 6 month ago on [this branch](https://github.com/cryptoscope/ssb/tree/refactor-network) but was on too many other daedlines to pull through. The intermediate solution that is merged is that you can call...
There is a lot of copied code from this project in https://github.com/ssb-ngi-pointer/go-ssb-room now. It's mostly in `internal`, thought but that might be a good experiment to find a line to...
Hmm... that's very odd. Currently I can't think of a reason other then the message being actually there twice on the filesystem. There is no option yet to return the...
Thanks for reporting this. Looks like I need to change as well, then.
multimsg is only in charge of handling stored (and validated) messages but this is a critical problem for the gabbygrove feed format, which takes user controlled input in CBOR before...