ricochet-go/rpc
John Brooks d8a14fb4c5 Remove the concept of numeric contact IDs
In ricochet-qt, contacts were stored with a sequential numeric ID, and
that was used in various places to refer to the contact uniquely. The
habit carried over here in an attempt to keep configuration
compatibility.

These IDs are error prone (particularly over RPC) and unnecessary. This
removes the entire concept and uses addresses to index and refer
uniquely to contacts everywhere.
2017-09-24 17:00:44 -06:00
..
config.pb.go core: Reuse protobuf structures for configuration 2017-09-24 16:59:44 -06:00
config.proto core: Reuse protobuf structures for configuration 2017-09-24 16:59:44 -06:00
contact.pb.go Remove the concept of numeric contact IDs 2017-09-24 17:00:44 -06:00
contact.proto Remove the concept of numeric contact IDs 2017-09-24 17:00:44 -06:00
conversation.pb.go Remove the concept of numeric contact IDs 2017-09-24 17:00:44 -06:00
conversation.proto Remove the concept of numeric contact IDs 2017-09-24 17:00:44 -06:00
core.pb.go Update RPC generated code 2016-11-30 19:37:46 -08:00
core.proto core: Remove outdated todo comments 2016-11-05 20:44:20 -06:00
identity.pb.go Update RPC generated code 2016-11-30 19:37:46 -08:00
identity.proto rpc: Draft more RPC API calls 2016-08-16 17:43:39 -07:00
network.pb.go Update RPC generated code 2016-11-30 19:37:46 -08:00
network.proto rpc: Draft more RPC API calls 2016-08-16 17:43:39 -07:00
rpc.go core: Reuse protobuf structures for configuration 2017-09-24 16:59:44 -06:00