ricochet-go/cli
John Brooks 3dc6c65468 cli: Use in-process backend by default and add -backend param
The in-process backend uses 'innernet', which is a net.Listener and
net.Conn implementation using in-process buffers instead of real
sockets.

Out-of-process backends can be used with the '-backend' parameter. An
additional flag is required to allow connections to non-localhost TCP
backends.
2016-11-04 23:25:05 -06:00
..
cli.go cli: Use in-process backend by default and add -backend param 2016-11-04 23:25:05 -06:00
client.go cli: Count unread messages and handle message updates 2016-10-26 15:17:40 -06:00
contact.go cli: Keep track of conversations and prettify output 2016-10-22 17:52:26 -07:00
conversation.go cli: Track and use conversation active state properly 2016-10-26 16:12:16 -06:00
innernet.go cli: Use in-process backend by default and add -backend param 2016-11-04 23:25:05 -06:00
ui.go cli: Implement add-contact and delete-contact 2016-10-28 09:49:10 -06:00