Commit Graph

32 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 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 60d6074758 send_message takes Message, so deps dont need serde. add send_message_raw 2023-04-25 07:35:39 -06: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 895a9e78d1 profile convo list by id, handle2id fn 2022-05-01 18:34:40 -07:00
Dan Ballard d00f8bbee4 lcg 1.7.1 2022-04-21 17:07:51 -07: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
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
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
Sam Schlinkert 2f9252a64d use rustfmt to format some of the Rust code 2021-09-15 21:57:36 -04:00
Dan Ballard 7e053cd224 add enums for connection state and contact authorization 2021-09-15 12:17:45 -07:00
Dan Ballard 4209e36d7e add doc strings, logo, url, and #![deny(missing_docs)] + remaining doc comments 2021-09-10 21:57:57 -07:00
Dan Ballard 86623daf57 allow non snake case in structs cus event_ID from libcwtch-go go standard 2021-09-08 08:24:24 -07:00
Dan Ballard 652526fffb adding documentations and examples and tweeks to be more rustful 2021-09-08 00:38:18 -07:00
Dan Ballard 1ead7e597c libcwtch-rs: Rust bindings for libcwtch-go 2021-09-03 20:36:35 -07:00