Commit Graph

20 Commits

Author SHA1 Message Date
Mahesh Bansod 2fcfbe9e67 Moved Display impl from types to cli crate. added pager to feed. 2021-11-07 18:29:14 +05:30
Mahesh Bansod 7d3018cf2d Implemented Display trait for `Post` and changed type of timestamp to u64 2021-11-06 03:44:09 +05:30
Mahesh Bansod 7e7044f5a7 made Post public 2021-10-30 02:37:45 +05:30
Mahesh Bansod 0aa932972a Added timeline methods: retrieve_feed, compose, delete 2021-10-29 10:20:25 +05:30
Mahesh Bansod d29dc36e22 Updated `ServerInformation` 2021-10-24 02:39:27 +05:30
Mahesh Bansod 19ef4c4d03 Clippy stuff 2021-10-23 21:46:39 +05:30
Mahesh Bansod b220ea7b65 changed RelationshipType enum to camel case 2021-10-23 21:32:26 +05:30
Mahesh Bansod deecab0321 Added ResolvePeer, UnfollowPeer, RelationshipType 2021-10-23 01:51:31 +05:30
Mahesh Bansod f10a43ba2e Added `get-profile` command + implemented Display trait for Profile 2021-10-21 22:06:27 +05:30
Mahesh Bansod f42d61beee Added `network.get_profile` and `Profile` + fix: evaluate result before sending request for `account.set_profile_picture` 2021-10-19 21:57:03 +05:30
Mahesh Bansod 01c55385b1 SessionIdentification derives Clone now 2021-10-19 21:32:14 +05:30
Mahesh Bansod 9ae31ee544 rename all crates to add prefix socialvoid_ 2021-10-18 20:44:34 +05:30
Mahesh Bansod ac7482b4ac Resolve CDN server url from ServerInformation 2021-10-16 12:08:52 +05:30
Mahesh Bansod 2f50417edd Added cdn stuff + made Document public + sent SessionIdentification to types crate 2021-10-15 20:29:55 +05:30
Mahesh Bansod 1cab541f43 Removed `display_picture_sizes` from Peer 2021-10-10 15:19:14 +05:30
Mahesh Bansod 5cc26a4a2c Made HelpDocument completely public and added method to get the text 2021-10-10 14:55:15 +05:30
Mahesh Bansod ce0c689d85 made the peer type completely public 2021-10-03 21:38:07 +05:30
Mahesh Bansod 180d047509 made helpdocument's id public + added method to accept terms of service 2021-10-01 22:47:34 +05:30
Mahesh Bansod 547f453e0b derive Debug for peer and related types 2021-09-19 16:43:45 +05:30
Mahesh Bansod 8fb62b0f07 Made a separate crate for types + Added Peer, Document and related structs 2021-09-19 16:30:53 +05:30