Commit Graph

5 Commits

Author SHA1 Message Date
John Brooks 5475eeddba core: Handle message acknowledgement and time deltas
Depending on further changes to go-ricochet, which are submitted
upstream and imported here as usual.
2017-09-25 13:24:43 -07:00
John Brooks 9ae0eac4f3 Update go-ricochet to new API (plus fixes)
go-ricochet upstream is in the midst of a massive API rewrite, moving
towards something that is more flexible and robust. It's a work in
progress, but already better than what we were on before.

This updates the vendored go-ricochet to a fork off of the latest
master, including a series of patches that were needed to fix or add
behavior needed by ricochet-go. All of these are submitted upstream, and
the goal is to point back there as soon as possible.

Current upstream is https://github.com/special/go-ricochet-protocol on
the api-rework-fixes branch.

The go-ricochet/vendor folder was manually deleted during the import,
because it vendors only dependencies that are also vendored by this
repository.
2017-09-23 19:13:53 -06:00
John Brooks 9bd509c3d8 vendor: Update chzyer/readline
Still using special/readline's refresh-race branch, but it was rebased
on the latest upstream master.
2017-09-23 16:37:40 -06:00
John Brooks 3d13263fac vendor: Switch go-ricochet back to upstream
The PR we needed has been merged upstream now.
2017-01-15 20:35:52 -07:00
John Brooks 580d5f67d3 vendor: Add all vendor dependencies
These are all at latest upstream as of now, except:

 - github.com/s-rah/go-ricochet
   - Using github.com/special/go-ricochet on the api-handlers branch
 - github.com/chzyer/readline
   - Using github.com/special/readline on the refresh-race branch

Both of these are for PRs that are pending with upstream.
2016-12-03 16:58:29 -08:00