forked from cwtch.im/cwtch
1
0
Fork 0
Commit Graph

545 Commits

Author SHA1 Message Date
Dan Ballard 6554239c31 Merge branch 'plugin' of cwtch.im/cwtch into master 2019-11-04 13:35:18 -08:00
Sarah Jamie Lewis fadbe4873e More network check events 2019-11-04 13:30:33 -08:00
Sarah Jamie Lewis 6c07e097df Sent Network Success Message if we receive events 2019-11-04 12:11:02 -08:00
Dan Ballard f832b44f9e Merge branch 'plugin' of cwtch.im/cwtch into master 2019-11-01 16:18:01 -07:00
Sarah Jamie Lewis 99ea31ce82 Adding Network Status Plugin + Fixing plugin goroutine leaks 2019-11-01 16:10:10 -07:00
Dan Ballard 968807d11a drone only work on master branch 2019-11-01 12:22:43 -07:00
Sarah Jamie Lewis 5a8dbabb3c Merge branch 'getsetattr' of dan/cwtch into master 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 2019-10-31 14:39:31 -07:00
Sarah Jamie Lewis e3496698e1 Merge branch 'peerMsg' of dan/cwtch into master 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 2019-10-21 13:56:07 -07:00
Sarah Jamie Lewis 832c4c28d5 Merge branch 'reconncect' of dan/cwtch into master 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 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). 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