Commit Graph

  • 9f52e5de7b fixes to pipe bridge: it base64 encodes data of messages before sending them over to preserve binary data; fixed a lack of wiring for ipcBridge in service #250 Dan Ballard 2019-07-05 17:46:51 -0700
  • 67678e14e4 fixes to pipe bridge: it base64 encodes data of messages before sendign them over to preserve binary data; fixed a lack of wiring for ipcBridge in service Dan Ballard 2019-07-05 17:46:51 -0700
  • 03b9b80268 Merge branch 'ipcpipe' of dan/cwtch into master Sarah Jamie Lewis 2019-06-25 15:27:50 -0700
  • e1d6dd7253 adding named pipe IPC pipe for use with app client/service; some adjustments to app client/service based on usage by UI; bug fixes: groupInvite json over ipc pipe using json was bugged, 'fixed' with base64 encoding; fixed race condition with peer server connection creation #249 Dan Ballard 2019-06-21 14:50:43 -0700
  • 13ddca36ac replaceing map/mutex with sync.Map #248 Dan Ballard 2019-06-12 14:38:44 -0700
  • 44993d00fd Merge branch 'clientServ' of dan/cwtch into master Sarah Jamie Lewis 2019-06-12 10:49:59 -0700
  • 04dd8fa89c App Client/Service: new IPCBridge type and test gochan impl; new IPC using eventManager; new App Client and Service; some app api changes and a few more events (NewPeer) and errors (Loading errors) #247 Dan Ballard 2019-06-05 13:40:55 -0700
  • 5429cc6deb Merge branch 'storageRW' of dan/cwtch into master Sarah Jamie Lewis 2019-05-22 13:17:16 -0700
  • 0c4bbe9ad1 Refactor: engine and peer decoupled, engine and eventbus now per peer and stored top level in app. Storage has read only mode. Peer and group state now event based and stored in profiles. #246 Dan Ballard 2019-05-15 13:12:11 -0700
  • 8be10930e7 Merge branch 'engineInterface' of dan/cwtch into master Sarah Jamie Lewis 2019-05-15 13:11:19 -0700