Commit Graph

66 Commits

Author SHA1 Message Date
notplants b24f2e4a06 Combine Sbot and SbotInit errors 2022-07-15 11:16:46 +02:00
notplants e9667a57be Change sbot::init to not panic and instead return an error 2022-07-12 13:13:22 +02:00
glyph 914ffb70cc fix formatting 2022-06-29 13:56:43 +01:00
notplants 1651b73426 Fix clippy warnings 2022-06-15 12:27:04 +02: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 d6546733aa add keystore selector for initialising sbot 2022-05-11 14:14:03 +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 b6fd2e2da5 shorten doc comment line lengths 2022-02-08 11:54:02 +02:00
glyph ebb92aba24 move main sbot type definition to top-level 2022-02-08 10:02:42 +02:00
glyph 79705cbb9b address all clippy warnings 2022-02-07 14:07:48 +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 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 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 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