John Brooks

Results 53 comments of John Brooks

I hadn't thought about serving something to web clients on the address before. Clever. There are some interesting ideas down that road...

Related to #112. Many of the comments there apply here as well.

@stribika-rdonly you might find https://learn.equalit.ie/wiki/Np1sec to be an interesting read. I think it's a very promising approach to the cryptography for multiparty chats. With that in mind, there's a lot...

You need to drag the application out of the .dmg to your Applications folder (or anywhere else). You can't run it directly within the dmg. We should make this more...

I think there are actually a few changes worth making here, because this seems to be a confusing process for many people: - [ ] Add background graphics to the...

We do actually already have `identity.localListenAddress` and `identity.localListenPort` settings. They are not exposed anywhere, and have to be set in every profile, which isn't useful for platform deployment. So the...

This could also help solve some of the unix socket issues mentioned in https://github.com/ricochet-im/ricochet/issues/225#issuecomment-207282447

Blocked by #11

Ricochet won't attempt any new connections after a CIRCUIT_NOT_ESTABLISHED event, until the CIRCUIT_ESTABLISHED event arrives. The intent here is that we don't want to pretend contacts are offline and increase...

I think we'd still have a problem, because tor could go dormant at some point after the circuit_not_established event. We could periodically ask tor if it's dormant, but we might...