Commit Graph

129 Commits

Author SHA1 Message Date
glyph e0de8ec0d9 update kuska path and readme 2022-02-14 12:23:34 +02:00
glyph 9c959346f1 clarify api descriptions for about msgs 2022-02-14 12:23:10 +02:00
glyph 7aa32e24c7 silly me; revert to 2022-02-08 15:04:44 +02:00
glyph d2a0c38f68 revert connect fn to init 2022-02-08 14:17:46 +02:00
glyph 81e329b40e add handshake error text 2022-02-08 14:17:30 +02:00
glyph b6fd2e2da5 shorten doc comment line lengths 2022-02-08 11:54:02 +02:00
glyph 5bcdbfa7bd export Sbot as top-level and make api module public 2022-02-08 11:53:27 +02:00
glyph de6689220e add docs for each api module 2022-02-08 11:52:52 +02:00
glyph ebb92aba24 move main sbot type definition to top-level 2022-02-08 10:02:42 +02:00
glyph f40cc793f0 rename sbot dir to api 2022-02-08 10:02:17 +02:00
glyph 5cd2cae3ef refine overview docs and copy to readme 2022-02-08 09:22:59 +02:00
glyph 518f2cbb12 add features and extend example usage section 2022-02-07 16:10:08 +02:00
glyph 623d2d2260 shorten module descriptions (remove 'golgi') 2022-02-07 16:09:51 +02:00
glyph 3a406cb92e fix use paths 2022-02-07 14:44:17 +02:00
glyph 79705cbb9b address all clippy warnings 2022-02-07 14:07:48 +02:00
glyph 2fff3968db move exported kuska types to crate root 2022-02-07 14:07:15 +02:00
glyph 2b349a9851 split files and rename connect method 2022-02-07 13:54:47 +02:00
glyph 5391529466 fix merge conflict 2022-02-04 10:49:11 +02:00
glyph 2689824126 working invites 2022-02-04 10:16:45 +02:00
glyph 08cdc5bede use relationship query struct and latest kuska api 2022-01-31 10:46:58 +02:00
notplants ed923abc2f Merge branch 'friends-requests' into invites 2022-01-17 16:08:31 +00:00
notplants 79630703c2 Remove pub from get_followers 2022-01-17 10:57:13 -05:00
notplants d15474ad61 Remove friends.follow 2022-01-17 10:55:32 -05:00
notplants 18667084ad Add methods for invites 2022-01-16 09:51:54 -05:00
notplants f54e4c47b0 Update example 2022-01-16 08:55:05 -05:00
notplants c406bb4870 Working friends methods 2022-01-15 10:36:52 -05:00
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 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 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 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 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 5927b7dfe6 Cleanup 2022-01-04 15:00:05 -05:00
notplants c4b57ae813 Clean up 2022-01-04 14:59:28 -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 db948f1f67 Response to code review 2021-12-30 13:35:39 -05: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
notplants 37b4a21899 Working on getsubset 2021-12-28 10:24:35 -05:00
notplants 807bb8700c Working on getsubset 2021-12-27 16:43:44 -05:00
glyph feae382ead implement getSubset call 2021-12-27 19:56:43 +02:00
notplants dbd880c963 Response to code review 2021-12-24 10:34:07 -05:00
notplants c12ea2c8c1 Working on publish_description 2021-12-22 16:23:54 -05:00
notplants 4701c72f6a Fix clippy warning 2021-12-22 14:47:41 -05:00
notplants 5b72de0b2b Add publish_post method 2021-12-22 14:42:23 -05:00
glyph ee2949f1b8 add docs and introduce TypedMessage 2021-12-03 11:37:22 +02:00
glyph 304fb3592c tidy up use statements 2021-12-02 19:55:31 +02:00
glyph 0f0440df2a move main to examples dir 2021-12-02 19:48:16 +02:00
glyph 984f14dfeb remove lifetimes backup 2021-12-02 15:16:59 +02:00
mycognosist 143f70b921 initial commit 2021-12-02 15:12:52 +02:00