Commit Graph

64 Commits

Author SHA1 Message Date
notplants a72fbc9c08 Add git hook 2022-01-15 08:45:02 -05:00
notplants bacd954fa0 Working on friends methods 2022-01-14 16:24:11 -05:00
notplants 6fd27827a0 Fix example 2022-01-14 12:41:15 -05:00
notplants 9027ebfe84 Create new sbot connection for each query 2022-01-14 12:37:34 -05:00
notplants 887d635683 Add get_about_info function 2022-01-13 14:34:27 -05:00
notplants 61fdb42027 Merge pull request 'Add get_profile_info function' (#13) from get_profile_info into main
Reviewed-on: #13
2022-01-13 15:05:34 +00:00
notplants 88c198c0d8 Merge pull request 'Implement get_about_message_stream' (#12) from about-stream into main
Reviewed-on: #12
2022-01-13 15:05:03 +00:00
notplants 8620e17810 Add get_profile_info which gets name, description and image 2022-01-12 15:28:22 -05:00
notplants 0055a1ed65 Merge branch 'about-stream2' into get_profile_info 2022-01-12 15:24:19 -05:00
notplants 1879341499 Chang get_subset_stream to return SsbMessageValue instead of SsbMessageKVT 2022-01-12 15:22:26 -05:00
notplants 0addd8dc47 Convert result to option 2022-01-12 15:01:45 -05:00
notplants ccc4a3371b Working on profile info 2022-01-12 14:58:07 -05:00
notplants 615431496b Use ok_or_else 2022-01-12 12:42:50 -05:00
notplants 6c6413c1b4 Change to use and_then 2022-01-12 12:37:15 -05:00
notplants a3852d89c9 Change get_latest_about_message to use streams 2022-01-12 12:32:09 -05:00
notplants a18e8a7866 Merge pull request 'Create Stream for create_history_stream using async-stream' (#10) from async-stream into main
Reviewed-on: #10
2022-01-06 15:31:57 +00:00
notplants aa60a6e136 Implement get_about_message_stream 2022-01-05 15:08:51 -05:00
notplants 386642d6f1 Combine imports 2022-01-05 14:05:59 -05:00
notplants 0016495525 Change name of _message_type to message_type 2022-01-05 14:02:20 -05:00
notplants 84add5baac Remove rand dependency 2022-01-05 14:00:23 -05:00
notplants 26e2809c9a Get one SbotConnection per stream call 2022-01-05 13:58:48 -05:00
notplants 22417e4d82 Cleanup 2022-01-05 10:58:34 -05:00
notplants 03da29e3f9 Multiple RPC 2022-01-05 10:58:07 -05:00
notplants a076e4741f Multiple RPC reader 2022-01-05 08:50:57 -05:00
notplants db146446d0 Fix imports 2022-01-04 15:05:13 -05:00
notplants 1eb377d065 Fix clippy error 2022-01-04 15:02:20 -05:00
notplants 5711efbece Cleanup 2022-01-04 15:00:50 -05:00
notplants 5927b7dfe6 Cleanup 2022-01-04 15:00:05 -05:00
notplants c4b57ae813 Clean up 2022-01-04 14:59:28 -05:00
notplants 2fd4c12a95 Working example 2022-01-04 14:58:08 -05:00
notplants 8ad65f785d Working create_history_stream 2022-01-04 14:09:49 -05:00
notplants 58d133b5c8 Working recv stream 2022-01-04 12:01:22 -05:00
notplants 0548777948 Working on lifetimes 2022-01-04 11:07:51 -05:00
notplants c06b03ad54 Merge pull request 'Add get_latest_about_message' (#8) from get-latest-about-message2 into main
Reviewed-on: #8
2021-12-31 15:11:38 +00:00
notplants db948f1f67 Response to code review 2021-12-30 13:35:39 -05:00
notplants 0fbd6f0931 Merge pull request 'Add SsbKVT, SsbMessageValue and SsbMessageContent Types' (#6) from kvt into main
Reviewed-on: #6
2021-12-30 18:01:51 +00:00
notplants 65d64bbacf Revert "Remove ContentTypeDecode error variant"
This reverts commit 028e3a47b5.
2021-12-30 07:50:34 -05:00
notplants f764e7dfed Merge branch 'kvt-pr' into profile 2021-12-30 07:50:08 -05:00
notplants 028e3a47b5 Remove ContentTypeDecode error variant 2021-12-30 07:45:40 -05:00
notplants 961f817a8b Replace verbose get_description with more concise version 2021-12-29 21:03:06 -05:00
notplants be19fcbfc4 Add function for get_latest_about_message 2021-12-29 20:51:17 -05:00
notplants a7041e31cc Response to code review 2021-12-29 20:08:55 -05:00
notplants 696701e855 Get description 2021-12-29 15:12:20 -05:00
notplants 0aeed5578e Working on profile 2021-12-29 11:48:53 -05:00
notplants ec32643407 Fix example 2021-12-29 11:38:03 -05:00
notplants 3f2f4d9d59 Fix clippy warnings 2021-12-29 11:31:53 -05:00
notplants ebd2604805 Clean up types 2021-12-29 10:59:05 -05:00
notplants 69f080fe57 Remove unnecessary lookup of type 2021-12-28 20:37:36 -05:00
notplants 1b2b1db95f Deserialize TypedSsbMessageValue 2021-12-28 20:35:46 -05:00
notplants 0952ad9220 Working with KVT types 2021-12-28 14:57:30 -05:00