Commit Graph

62 Commits

Author SHA1 Message Date
Dan Ballard a148e1af47 upgrade to autobindings 0.0.12 2024-02-24 18:58:00 -08:00
Dan Ballard 98571f5559 fixes around group events 2023-10-21 10:00:17 -07:00
Dan Ballard 94a9a3448e upgrade to libcwtchgo autobindings v0.0.10 / parity with cwtch-ui 1.13 2023-09-27 17:34:42 -07:00
Dan Ballard 9114c88110 0.6.1: add AppError support for optional error and data 2023-09-22 23:31:25 -07:00
Dan Ballard c9f5ec2e42 remove use of u8/i8 and use bool in API and c_char in bindings 2023-07-23 14:43:40 -07:00
Dan Ballard 94504c1dbe update to autobindings 0.0.5 / ~ cwtchui 1.12 / cwtch 0.20.8 2023-06-26 00:03:04 -07:00
Dan Ballard 4f49da65cc 0.5.0 release 2023-05-08 15:41:41 -05:00
Dan Ballard e044e961f2 big version update to autobindings 0.0.3; api changes; added some structs, some used, some will be added to API but for now allow more straight forward deserialization 2023-05-07 13:21:14 -05:00
Dan Ballard b9eccdb751 v0.4.2 2023-04-25 11:42:43 -06:00
Dan Ballard 8e3ea76590 Merge pull request 'send_message takes Message, so deps dont need serde. add send_message_raw' (#19) from sendmsg into main
Reviewed-on: #19
Reviewed-by: Sarah Jamie Lewis <sarah@openprivacy.ca>
2023-04-25 17:36:03 +00:00
Dan Ballard 39299cea3b v 0.4.1 2023-04-25 11:21:11 -06:00
Dan Ballard 60d6074758 send_message takes Message, so deps dont need serde. add send_message_raw 2023-04-25 07:35:39 -06:00
Dan Ballard fff85a7a0e v0.4.0 2022-07-21 15:52:52 -07:00
Sarah Jamie Lewis ec4e6f4c22 Merge pull request 'add events wrapping enum' (#18) from events into main
Reviewed-on: #18
Reviewed-by: Sarah Jamie Lewis <sarah@openprivacy.ca>
2022-07-21 15:56:24 +00:00
Dan Ballard 52b799ef7c improvements for use with imp; migrate echobot to 2022-07-21 01:04:21 -07:00
Dan Ballard 752d2967e0 address PR comments 2022-07-15 14:39:32 -07:00
Dan Ballard 907af56eac make api use types part 2 2022-07-15 12:43:27 -07:00
Dan Ballard 3a685db27f adding typed types to api part 1 2022-07-15 12:23:13 -07:00
Dan Ballard 384c5880b2 typed IDs for most things, docs for all 2022-07-14 16:33:41 -07:00
Dan Ballard bd5d3f7e5f starting to type fields 2022-07-07 14:30:20 -07:00
Dan Ballard 577d8999cf add events wrapping enum 2022-07-06 23:52:30 -07:00
Dan Ballard 5eb98eccc7 digest bump 2022-05-15 10:24:31 -07:00
Sarah Jamie Lewis af2ea260d1 Merge pull request 'profile convo list by id, handle2id fn' (#17) from handle2convoid into main
Reviewed-on: #17
2022-05-02 20:04:52 +00:00
Sarah Jamie Lewis 62952f1ab9 Merge branch 'main' into handle2convoid 2022-05-02 20:04:40 +00:00
Dan Ballard 895a9e78d1 profile convo list by id, handle2id fn 2022-05-01 18:34:40 -07:00
Dan Ballard 0df0af57d8 Merge pull request 'Allow building from local' (#16) from local_override into main
Reviewed-on: #16
2022-04-27 20:29:27 +00:00
Sarah Jamie Lewis e3c47ba16b Allow building from local 2022-04-27 13:05:41 -07:00
Dan Ballard d223325646 version 0.3.1 now with hopefully building docs 2022-04-26 12:20:40 -07:00
Dan Ballard cc991cda70 bump yanked version of block-buffer 2022-04-26 12:19:59 -07:00
Sarah Jamie Lewis 58687001b6 Merge pull request 'prevent libcwtch.so fetch on build.rs so docs can build, be published' (#15) from docsrs into main
Reviewed-on: #15
2022-04-26 19:12:02 +00:00
Dan Ballard 99b813464a prevent libcwtch.so fetch on build.rs so docs can build, be published 2022-04-26 12:06:43 -07:00
Dan Ballard e2768b4779 Merge pull request '0.3.0' (#13) from lcg1.7.1 into main
Reviewed-on: #13
2022-04-22 00:41:28 +00:00
Dan Ballard 3a7c3e3000 0.3.0 2022-04-21 17:40:59 -07:00
Sarah Jamie Lewis e5ef063ff5 Merge pull request 'lcg 1.7.1' (#12) from lcg1.7.1 into main
Reviewed-on: #12
2022-04-22 00:32:39 +00:00
Dan Ballard d00f8bbee4 lcg 1.7.1 2022-04-21 17:07:51 -07:00
Sarah Jamie Lewis 14e6010574 Merge pull request 'update to lcg1.7 including new APIs, new structs (ACL) and testing using bindings as helper functions with wrappers to rust-ify results and api' (#11) from lcg1.7 into main
Reviewed-on: #11
2022-04-11 21:48:31 +00:00
Dan Ballard 708e6ff034 update to lcg1.7 including new APIs, new structs (ACL) and testing using bindings as helper functions with wrappers to rust-ify results and api 2022-04-09 10:50:52 -07:00
Sarah Jamie Lewis 661f1f3f4c Merge pull request 'adding needed structs' (#10) from structs into main
Reviewed-on: #10
2022-04-07 22:08:57 +00:00
Dan Ballard cfd924d19e as per PR: spelling changes, name changes 2022-04-05 21:11:37 -07:00
Dan Ballard 70c043461b fixing contact struct to match accepted/blocked; adding Settings struct and save fn; adding Experiments enums; adding ConnectionSate::new(String) 2022-04-04 18:10:42 -07:00
Sarah Jamie Lewis 5bed265440 Merge pull request 'migrate to libcwtch-go 1.5' (#9) from lcg1.5 into main
Reviewed-on: #9
2022-01-17 19:06:15 -05:00
Dan Ballard 81fbfdd151 rm Cargo.lock for lib; add sha512 check to build fetch; typo 2022-01-17 18:39:01 -05:00
Dan Ballard 2d4e7bb751 structs use Result to propagate deserialization errors as per issue #4 2022-01-16 14:24:22 -05:00
Dan Ballard a28813fb2e rust fmt 2022-01-16 14:06:30 -05:00
Dan Ballard 5db5208a54 lcg 1.5.2 to 1.5.4 unblock_contact() 2022-01-16 14:00:21 -05:00
Dan Ballard 3f25d8d829 full lcg 1.5.2 api coverage 2022-01-15 09:16:35 -05:00
Dan Ballard 68b553e0c8 upgrade build refs, .h and buildgen bindings to lcg 1.5.2 -- now the fun begins 2021-12-27 09:06:54 -05:00
Dan Ballard 6ccf83c2c7 Merge pull request 'Use rustfmt to format some of the Rust code' (#6) from schlink/libcwtch-rs:formatting into main
Reviewed-on: #6
2021-09-17 00:09:40 +00:00
Sarah Jamie Lewis 1dc1be542c Merge branch 'main' into formatting 2021-09-16 19:52:08 +00:00
Sam Schlinkert 47d9a9b7ab integrates changes to echobot example 2021-09-16 14:03:57 -04:00