Commit Graph

172 Commits

Author SHA1 Message Date
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
6f64831ae7 feat(pubky): pass all unit tests after using pubky in host 2024-11-26 17:46:48 +03:00
nazeh
c088388717 fix(pubky): fix signup url 2024-11-26 14:00:34 +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
bb2799e579 fix: clippy 2024-11-25 18:31:00 +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
05cad66366 feat(pubky): support GET /pub/*path for native urls 2024-11-21 22:44:52 +03:00
nazeh
d3367096d6 feat(pubky): use Pkarr v3 endpoint resolvers in Client::request 2024-11-14 17:37:48 +03:00
nazeh
5972b48316 feat(pubky): rename PubkyClient to Client 2024-11-14 15:30:01 +03:00
nazeh
af390e8087 feat(pubky): PubkyClient::builder().build() return result 2024-11-14 15:17:36 +03:00
nazeh
1b7d83a315 fix: fix after merging main 2024-11-14 12:03:22 +03:00
nazeh
f82b301385 Merge branch 'main' into dev 2024-11-14 11:13:32 +03:00
nazeh
0d8030f7f9 feat(homeserver): rename pubky_homeserver to pubky-homeserver 2024-11-13 15:50:53 +03:00
nazeh
4b1bc1c4e9 feat(pubky): make PubkyClient::request() public 2024-11-13 15:48:17 +03:00
nazeh
6e21959d24 Revert "examples: add testnet example"
This reverts commit eb10086b5e.
2024-11-13 15:42:17 +03:00
nazeh
eb10086b5e examples: add testnet example 2024-11-13 15:15:27 +03:00
nazeh
b8fc9b5173 chore(js): publish 0.2.0 2024-11-07 11:49:30 +03:00
nazeh
b2eaf312cc chore(js): publish 0.2.0 2024-11-03 21:03:46 +03:00
nazeh
aede289c26 chore: Release 2024-10-25 11:51:16 +03:00
nazeh
892c89c8b8 chore: publish pubky-common@0.1.0 2024-10-25 11:50:50 +03:00
nazeh
8e1ec6628b chore: Release 2024-10-25 11:13:51 +03:00
nazeh
a6f7acdc63 chore: Release 2024-10-25 11:08:56 +03:00
nazeh
285dd4e2d1 chore: Release 2024-10-25 11:05:20 +03:00
nazeh
fa0babc36d chore: Release 2024-10-25 11:04:03 +03:00
nazeh
2434834618 chore: prepare for release 2024-10-25 11:03:02 +03:00
nazeh
1f1bbceeef docs: update Getting started section in README.md 2024-10-25 10:20:25 +03:00
nazeh
fd88986a32 feat(homeserver): optimize chunk size for LMDB details 2024-10-16 17:52:10 +03:00
nazeh
3c5b123afd feat(homeserver): handle streaming large files in and out 2024-10-16 16:26:35 +03:00
nazeh
76e9520138 feat(pubky): return cached packets if nothing else is available 2024-10-07 17:18:20 +03:00
nazeh
5a1a3da70b feat(homeserver): publish HTTPS instead of SVCB records 2024-10-07 17:18:20 +03:00
nazeh
affd589f1a chore: clippy 2024-10-07 17:18:20 +03:00
nazeh
1d179c7197 Merge branch 'dev' of https://github.com/pubky/pubky into feat/pkarr-reqwest 2024-10-01 08:34:43 +03:00
nazeh
72f86849e7 Merge branch 'main' of https://github.com/pubky/pubky into dev 2024-09-30 20:25:54 +03:00
nazeh
901627d167 feat: update pkarr to v3 2024-09-30 20:15:04 +03:00
nazeh
f2a4fe3902 feat(pubky): add [PubkyClient::pkarr] method to return ref to pkarr client 2024-09-28 08:05:21 +03:00
nazeh
560972cead fix(pubky): unit test bug 2024-09-27 12:33:35 +03:00
nazeh
2ae54359bf feat(pubky): use resolve_endpoint from pkarr 2024-09-25 22:50:52 +03:00
nazeh
9fd8501718 refactor(pubky): simplify internals mod after using pkarr client 2024-09-22 19:12:07 +03:00
nazeh
ad9db81b00 refactor(pubky): replace pkarr_publish/pkarr_resolve with pkarr.publish/pkarr.resolve 2024-09-22 19:09:17 +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
966ccc11e1 refactor(pubky): simplify session management using 'fetch-cookie' dependency 2024-09-22 18:29:58 +03:00
nazeh
6544a82d4c Merge branch 'main' of https://github.com/pubky/pubky into feat/pkarr-reqwest 2024-09-22 13:11:05 +03:00
nazeh
98aa046ff0 feat(pubky): update pkarr v3 2024-09-22 12:00:57 +03:00
nazeh
a373605af7 feat(pubky): endpoints return A and AAAA records 2024-09-20 17:59:06 +03:00
nazeh
bcaebc55d2 feat(pubky): Resolve through intermediate pkarr packet 2024-09-20 10:20:07 +03:00