Commit Graph

105 Commits

Author SHA1 Message Date
glyph b0b2532976 messy implementation used for lykin testing 2022-05-18 09:03:18 +02:00
glyph 9cb8b62843 update docs and doc example code to use new keystore selector 2022-05-11 14:14:25 +02:00
glyph d6546733aa add keystore selector for initialising sbot 2022-05-11 14:14:03 +02:00
glyph 1d0e31541d update kuska dependency path and fix private msg docs 2022-03-13 10:50:16 +02:00
glyph d7ef6a62e0 add private message publishing rpc 2022-03-10 09:47:46 +02:00
glyph e8294241ec update set_relationship parameter types 2022-03-01 15:42:40 +02:00
glyph 6508aeb3ea add unfollow and unblock methods 2022-03-01 14:19:58 +02:00
glyph 19b1813685 add get_blocks method 2022-03-01 13:54:52 +02:00
glyph 45ad6b53cb ensure about stream returns correct msgs 2022-02-26 14:15:58 +02:00
glyph 935347ffcf fix msg type equality bug 2022-02-26 14:15:27 +02:00
glyph d0be016c3f add sigil link check and blob tests 2022-02-25 08:52:26 +02:00
glyph ac0980a7ab add blob hasher function 2022-02-24 19:43:28 +02:00
glyph e6c3a8e993 add method to publish image msg 2022-02-24 19:43:05 +02:00
glyph 6ece486103 add function to generate blob path from blob id 2022-02-24 11:02:21 +02:00
glyph 5d82c85944 cleanup imports in example 2022-02-16 14:18:36 +02:00
glyph 4281f40523 clarify the friends.hops method and set max to 0 2022-02-16 14:17:28 +02:00
glyph 506ebec7e4 use full path for pin_mut macro 2022-02-15 10:26:21 +02:00
glyph 74b87b904b polish the utility function docs 2022-02-14 17:00:10 +02:00
glyph 8466510fee polish the message type docs 2022-02-14 17:00:00 +02:00
glyph 32bd924e7e add doc comment examples for whoami api 2022-02-14 16:41:00 +02:00
glyph 1bb9e1f7e1 add doc comment examples for publish api 2022-02-14 16:40:48 +02:00
glyph d0f68086a1 add doc comment examples for invite api 2022-02-14 16:13:29 +02:00
glyph b714bda988 add doc comment examples for history api 2022-02-14 16:13:19 +02:00
glyph 29d1927104 add doc comment examples for get_subset api 2022-02-14 15:52:39 +02:00
glyph 635ebb2a8c add doc comment examples for friends api 2022-02-14 15:52:23 +02:00
glyph 6d2115607b add an example for each about method 2022-02-14 14:31:30 +02:00
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