Commit Graph

440 Commits

Author SHA1 Message Date
Sarah Jamie Lewis 99ea31ce82 Adding Network Status Plugin + Fixing plugin goroutine leaks
the build was successful Details
2019-11-01 16:10:10 -07:00
Sarah Jamie Lewis 5a8dbabb3c Merge branch 'getsetattr' of dan/cwtch into master
the build was successful Details
2019-10-31 14:48:45 -07:00
Dan Ballard b42baef6c5 add get/set attribute for profile/contact/group to cwtch_peer that does the action and emits an event; rename profile.GetGroupByGroupID to GetGroup for consitency
the build was successful Details
2019-10-31 14:39:31 -07:00
Sarah Jamie Lewis e3496698e1 Merge branch 'peerMsg' of dan/cwtch into master
the build was successful Details
2019-10-21 14:09:26 -07:00
Dan Ballard 77d26d3877 profile and peer messaging refactor. Profiles once again store timelines for peers, should be used as canonical timeline by frontend UI
the build was successful Details
2019-10-21 13:56:07 -07:00
Sarah Jamie Lewis 832c4c28d5 Merge branch 'reconncect' of dan/cwtch into master
the build failed Details
2019-09-27 20:43:09 -07:00
Dan Ballard df420034ea make contact retry plugin acn connection state aware; make contact retry plugin do groups; remove connectionManager bad retry logic; allow querringing of ACN status
the build was successful Details
2019-09-27 15:29:19 -07:00
Dan Ballard 15582c7e79 Rework group invite workflow: delete cwtchPacket references as no longer needed. Remove more events from being default handled by Peer (but allow them for some usecases still (testing, simple apps).
the build was successful Details
2019-09-20 11:06:05 -07:00
Sarah Jamie Lewis 304a55aa5e Merge branch 'ipc2' of dan/cwtch into master 2019-09-05 17:07:50 -07:00
Dan Ballard 6a169472e7 ipc bridge does 3way handshake to sync new connections; a few other minor fixes to the flow 2019-09-05 16:56:38 -07:00
Dan Ballard 9dab8cc877 Merge branch 'retry' of cwtch.im/cwtch into master 2019-08-24 13:39:35 -07:00
Sarah Jamie Lewis 6efde0289d Separate Initial Peer Requests and Retry Events 2019-08-24 13:13:53 -07:00
Dan Ballard c73d0018dd Merge branch 'autoblocking' of cwtch.im/cwtch into master 2019-08-21 13:36:12 -07:00
Sarah Jamie Lewis 38542751c8 Allowing Blocking of Unknown Contacts 2019-08-21 13:28:48 -07:00
Sarah Jamie Lewis 262df80cda Merge branch 'infinite' of dan/cwtch into master 2019-08-14 14:08:14 -07:00
Dan Ballard bd75e44555 make event.Queue use internal infinite channels; make event.Manager not use failable writes 2019-08-14 14:00:04 -07:00
Dan Ballard 97fae65aa1 Merge branch 'deps' of cwtch.im/cwtch into master 2019-08-14 11:11:58 -07:00
Dan Ballard dfcf7f8777 drone no tidy 2019-08-13 12:09:32 -07:00
Dan Ballard af1d3a83a3 drone mod vendor 2019-08-13 12:07:55 -07:00
Dan Ballard 4d3f96b4b1 make module useage use vendors 2019-08-13 12:04:22 -07:00
Dan Ballard 5a88f51dda switch to go modules for dependancies 2019-08-13 11:28:52 -07:00
Sarah Jamie Lewis 53c045f1ce Updating dependencies 2019-08-13 10:59:43 -07:00
Dan Ballard ea6fc6e3a1 Merge branch 'tapir-1.8' of cwtch.im/cwtch into master 2019-08-08 13:38:29 -07:00
Sarah Jamie Lewis 01ec46a97c Upgrading to Tapir Identity 2019-08-08 12:51:41 -07:00
Dan Ballard 2aee92aa64 Merge branch 'tapir-peer' of cwtch.im/cwtch into master 2019-08-08 11:31:32 -07:00
Sarah Jamie Lewis 3c67c47bb0 Add support for unblocking peers 2019-08-07 12:07:57 -07:00
Sarah Jamie Lewis 371fe89c9b Merge branch 'delete' of dan/cwtch into master 2019-08-07 11:43:48 -07:00
Dan Ballard 695a622963 adding delete contact and group support 2019-08-07 11:35:08 -07:00
Dan Ballard e4fbefe496 Merge branch 'tapir-peer' of cwtch.im/cwtch into master 2019-08-07 11:32:43 -07:00
Sarah Jamie Lewis 4a08331675 Issue a PeerAuth event when attempting to peer to an existing authed connection 2019-08-07 11:14:31 -07:00
Dan Ballard 5aaa228691 Merge branch 'tapir-peer' of cwtch.im/cwtch into master 2019-08-06 22:33:24 -07:00
Sarah Jamie Lewis e7f6dc3fa1 Explicitly Send Peer Disconnected Event when Blocking 2019-08-06 19:09:52 -07:00
Sarah Jamie Lewis 2d72272127 Merge branch 'tapir-peer' of cwtch.im/cwtch into master 2019-08-06 18:41:45 -07:00
Sarah Jamie Lewis f64d7ab1ed Saving Blocked Peer Status 2019-08-06 18:26:07 -07:00
Dan Ballard 4ee0adf625 Merge branch 'tapir-peer' of cwtch.im/cwtch into master 2019-08-06 17:28:19 -07:00
Sarah Jamie Lewis f08af1289f Fixing blockcing nil pointer 2019-08-06 16:52:52 -07:00
Dan Ballard ae2e717f76 Merge branch 'tapir-peer' of cwtch.im/cwtch into master 2019-08-06 15:52:16 -07:00
Sarah Jamie Lewis e2ee27cc4d Adding Block Conditional on Peer With Onion 2019-08-06 15:29:17 -07:00
Sarah Jamie Lewis c4fb1f0d91 Merge branch 'pluginContactRetry' of dan/cwtch into master 2019-08-02 10:35:06 -07:00
Dan Ballard f2e69f48d1 Add plugin system for apps; add contact retry plugin 2019-08-01 18:09:01 -07:00
Sarah Jamie Lewis 799ac6aa7f Merge branch 'master' of dan/cwtch into master 2019-07-31 15:16:32 -07:00
Dan Ballard bb6edbac47 libricochet-go version bump 2019-07-31 15:15:11 -07:00
Dan Ballard b5d238f06b Merge branch 'tapir-peer' of cwtch.im/cwtch into master 2019-07-31 11:58:38 -07:00
Sarah Jamie Lewis 821e64c360 Additional Tapir Improvements 2019-07-30 16:50:20 -07:00
Dan Ballard c43ec5497b Merge branch 'tapir-peer' of cwtch.im/cwtch into master 2019-07-29 14:50:22 -07:00
Sarah Jamie Lewis 29c5214552 Adding RemotePeer Param to Ack Events 2019-07-29 14:01:58 -07:00
Dan Ballard 51d2c49c71 Merge branch 'tapir-peer' of cwtch.im/cwtch into master
final comment from review board has been addressed!
This is good to go
2019-07-29 12:57:19 -07:00
Sarah Jamie Lewis 37b9c72abb Review Board Comments #2 2019-07-29 12:49:23 -07:00
Sarah Jamie Lewis 815ec2565b Listen Error 2019-07-29 12:49:23 -07:00
Sarah Jamie Lewis 101cce532f Fixing shutdown flow 2019-07-29 12:49:23 -07:00