John Brooks
John Brooks
> If no match is found, it defaults to the first language specified in the [Languages] section. The setup wizard will default to the first language specified in some cases....
Quick things off the top of my head: 1. ricochet-go has vendored dependencies, so there's no need to get other dependencies. This repo has everything you need. 2. You need...
For even more adventurous souls, there's a very prototype-y port of the Qt UI to the Go backend. It's definitely not finished, but it is possible to see contacts, chat,...
Tracking ADD_ONION and issuing DEL_ONION when the app->roflcopter connection is closed would work for this case, but it's going to be fragile and it will leave similar problems like `GETINFO...
We definitely won't do this by default. I'd consider it as an opt-in choice, but it requires some non-trivial platform specific efforts: For Windows, it sounds like we'd need to...
There is a .desktop file used for system installs on Linux: https://github.com/ricochet-im/ricochet/blob/master/src/ricochet.desktop The scripts used to build the static packaging are at: https://github.com/ricochet-im/buildscripts/tree/master/linux-static And the content of this folder is...
##### Current situation You can (manually) synchronize your client between multiple devices by syncing the 'config' folder, maybe putting it in some kind of (encrypted!) cloud storage. You can't run...
@hkparker I agree. At the moment, that seems like the most feasible option; it's a lot less complex and breakable. Some people in the Tor community are thinking about ways...