summaryrefslogtreecommitdiffstats
path: root/lib/src/client.rs
AgeCommit message (Collapse)Author
2021-12-18Rewrite Client::post_text_blob() to use add()add-filesMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-12-18Merge branch 'multi-device-support'Matthias Beyer
2021-12-18Implement TimelineMatthias Beyer
for that, we remove the distrox_lib::config::Config type which was unused anyways, because it makes the whole implementation a bit less complex. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-12-18Make Client impl Clone, which should be cheapMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-12-10Add Client::own_id() for getting own PeerIdMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-12-08Merge branch 'iced-gui'Matthias Beyer
2021-12-08Split codebase in subcrates for lib, cli and guiMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>