Commit Graph

35 Commits

Author SHA1 Message Date
nazeh
1c0ff6c028 feat(js): add logging in wasm and setLogLevel function 2024-12-15 16:17:12 +03:00
nazeh
d0f2ee7139 feat(pubky): remove crate::errors.rs and use anyhow 2024-12-14 20:11:54 +03:00
nazeh
628049984e feat(pubky): update pkarr and use anyhow 2024-12-03 12:02:26 +03:00
nazeh
b1bef6aa3e wip(js): migrate wasm bindings to support pubky in host 2024-11-26 19:14:00 +03:00
nazeh
e6f7fb3347 feat(pubky): add an icann reqwest client 2024-11-26 13:36:16 +03:00
nazeh
c9ae34584c feat(pubky): add TLS support for homeserver 2024-11-26 13:04:19 +03:00
nazeh
1993a73d6d feat(pubky): add custom cookie jar .. requires https 2024-11-25 18:24:34 +03:00
nazeh
6109df3d43 feat(pubky): update HEAD, GET, PUT, and DELETE for pub/ endpoints to use hostnames 2024-11-24 21:26:38 +03:00
nazeh
5972b48316 feat(pubky): rename PubkyClient to Client 2024-11-14 15:30:01 +03:00
nazeh
f82b301385 Merge branch 'main' into dev 2024-11-14 11:13:32 +03:00
nazeh
2434834618 chore: prepare for release 2024-10-25 11:03:02 +03:00
nazeh
5aa53f4873 refactor(pubky): remove unused pkarr_relays from PubkyClient 2024-09-22 19:06:48 +03:00
nazeh
fff7b6af39 feat(js): use pkarr relay Client instead of inline impl 2024-09-22 18:50:57 +03:00
nazeh
1f73b72371 refactor(pubky): remove unused session_cookies in PubkyClient 2024-09-22 18:33:47 +03:00
nazeh
98aa046ff0 feat(pubky): update pkarr v3 2024-09-22 12:00:57 +03:00
nazeh
4391b1c7ff chore(pubky): remove unused 2024-08-20 10:22:05 +03:00
nazeh
21c0079368 docs(pubky): small docs improvements 2024-08-08 13:57:04 +03:00
nazeh
75d8acde65 feat(pubky): override default pkarr relays 2024-07-29 14:48:51 +03:00
nazeh
d64f610102 feat(pubky): cookie jar for nodejs 2024-07-29 09:27:53 +03:00
nazeh
e0b58451b5 refactor(pubky): move pkarr logic to shared 2024-07-28 19:53:30 +03:00
nazeh
d35c586a12 feat(pubky): start testing js package against local homeserver 2024-07-28 18:38:21 +03:00
nazeh
ba50429b7a feat(pubky): use reqwest and async instead of ureq 2024-07-27 18:31:34 +03:00
nazeh
c466ca5546 refactor(pubky): share helper functions between rust and wasm 2024-07-27 10:13:42 +03:00
nazeh
e05a49cd04 fix: cargo clippy 2024-07-26 21:47:25 +03:00
nazeh
cdfd6c30ff refactor(pubky): refactor modules 2024-07-26 21:10:19 +03:00
nazeh
42156b10f5 feat(js): signup 2024-07-26 20:10:50 +03:00
nazeh
b03602045f feat(js): successful _initial_ test of wasm in nodejs and browser 2024-07-25 14:05:42 +03:00
nazeh
ae4a34c511 feat(pubky): add wasm mod 2024-07-24 22:26:32 +03:00
nazeh
62cc13bca4 refactor(pubky): separate PubkyClient implementation into modules 2024-07-23 11:35:53 +03:00
nazeh
5a6c7ae9c5 feat(homeserver): add signin endpoint 2024-07-21 11:50:22 +03:00
nazeh
c399a8b3be feat(homeserver): signout 2024-07-21 11:13:03 +03:00
nazeh
2c38e8e071 feat(pubky): return Session struct 2024-07-21 10:23:11 +03:00
nazeh
4f87c7d444 feat(homeserver): check session exists 2024-07-20 13:10:54 +03:00
nazeh
e33638c6f9 feat(pubky): send AuthnSignature to homeserver to signup 2024-07-17 12:14:43 +03:00
nazeh
c41e14233b feat(pubky): publish and resolve homeserver endpoint 2024-07-16 12:52:03 +03:00