Commit Graph

129 Commits

Author SHA1 Message Date
glyph a42478c169 add TanglesThread struct import for args 2022-11-22 15:07:12 +02:00
glyph ea7fc86ee1 Merge branch 'main' into add_tangles_thread 2022-11-22 07:55:43 +00:00
glyph f6b561ebde clarify tangles.thread doc comment 2022-11-22 09:49:49 +02:00
glyph 87f75fae94 remove debugging println 2022-11-22 09:44:36 +02:00
glyph 5c4b92a8bf add tangles.thread rpc method 2022-11-18 15:10:37 +02:00
glyph 195eeb523c make timestamp field an option for SsbMessageKVT and derive eq where partialeq is already derived 2022-11-18 15:04:50 +02:00
decentral1se 7024797e0f
fix: use new urls 2022-11-17 19:07:20 +01:00
glyph ad3a5ed932 Merge branch 'main' into create_history_stream_opts 2022-08-09 10:14:38 +00:00
glyph ec5666fe02 Merge branch 'main' into names_rpc 2022-08-09 10:07:23 +00:00
glyph 80e99deb6f pass CreateHistoryStream as arg 2022-08-09 08:24:39 +01:00
glyph 05e2540403 add get_signifier method and call it from get_name 2022-08-08 08:10:13 +01:00
glyph 3fe1a4bbea remove unnecessary imports 2022-08-07 13:17:23 +01:00
notplants b24f2e4a06 Combine Sbot and SbotInit errors 2022-07-15 11:16:46 +02:00
glyph 31b432165e introduce names_get_signifier and names_get_image 2022-07-13 09:04:29 +01:00
notplants e9667a57be Change sbot::init to not panic and instead return an error 2022-07-12 13:13:22 +02:00
glyph ab86d4fe0b merge main 2022-07-11 08:51:07 +01:00
notplants f41f8b55d2 Reexport kuska_ssb 2022-07-06 12:45:53 +02:00
glyph 914ffb70cc fix formatting 2022-06-29 13:56:43 +01:00
glyph bb07839691 return kvt instead of value 2022-06-29 13:49:00 +01:00
notplants 1651b73426 Fix clippy warnings 2022-06-15 12:27:04 +02:00
glyph 2e1e9a79f1 basic names rpc support 2022-06-09 09:15:50 +01:00
notplants 51dc82280a Remove debug statements 2022-05-26 23:11:18 +02:00
notplants 6daddeab9e Debug address 2022-05-26 23:03:43 +02:00
notplants fb115b280f Prefix 127.0.0.1 to address if starts with : 2022-05-26 22:54:19 +02:00
notplants 3f3c18b8b7 Add support for custom keyfile paths 2022-05-25 13:49:27 +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