ricochet-go icon indicating copy to clipboard operation
ricochet-go copied to clipboard

Experimental multiprocess Ricochet client in Go

Results 4 ricochet-go issues
Sort by recently updated
recently updated
newest added

I built ricochet-cli and started it without the permissions to open /var/llib/tor/control_auth_cookie, it's the result: ``` $ ./ricochet-cli Connecting to backend... Network error: failed to read COOKIEFILE: open /var/lib/tor/control_auth_cookie: permission...

Here is the design document for Tor's next generation onion service. https://gitweb.torproject.org/torspec.git/tree/proposals/224-rend-spec-ng.txt

https://github.com/ricochet-im/ricochet-go/blob/42a2cba5474400b67a8a026401a6df85b3538768/core/identity.go#L69 The code and log line indicate a new identity should be generated here, but that's not what happens. (mis)behavior seems to be confirmed by running ricochet-cli and it doesn't...

I'm interested in contributing to ricochet-go, but now that I have downloaded the repository I cannot figure out how to build/run it. I'm not very familiar with Go so I'm...