Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #37

Draft
wants to merge 76 commits into
base: main
Choose a base branch
from
Draft

Dev #37

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
4adf396
chore: change 'strict monotonic' to 'absolute monotonic' in code come…
Nuhvi Sep 17, 2024
4620b94
feat(js): add PubkyClient.fetch()
Nuhvi Sep 17, 2024
3d1a081
refactor(pubky): separate public API modules from internals
Nuhvi Sep 19, 2024
c4af158
feat(pubky): Resolve and connect to a direct server (localhost)
Nuhvi Sep 19, 2024
bcaebc5
feat(pubky): Resolve through intermediate pkarr packet
Nuhvi Sep 20, 2024
a373605
feat(pubky): endpoints return A and AAAA records
Nuhvi Sep 20, 2024
98aa046
feat(pubky): update pkarr v3
Nuhvi Sep 22, 2024
6544a82
Merge branch 'main' of https://github.com/pubky/pubky into feat/pkarr…
Nuhvi Sep 22, 2024
966ccc1
refactor(pubky): simplify session management using 'fetch-cookie' dep…
Nuhvi Sep 22, 2024
1f73b72
refactor(pubky): remove unused session_cookies in PubkyClient
Nuhvi Sep 22, 2024
fff7b6a
feat(js): use pkarr relay Client instead of inline impl
Nuhvi Sep 22, 2024
5aa53f4
refactor(pubky): remove unused pkarr_relays from PubkyClient
Nuhvi Sep 22, 2024
ad9db81
refactor(pubky): replace pkarr_publish/pkarr_resolve with pkarr.publi…
Nuhvi Sep 22, 2024
9fd8501
refactor(pubky): simplify internals mod after using pkarr client
Nuhvi Sep 22, 2024
2ae5435
feat(pubky): use resolve_endpoint from pkarr
Nuhvi Sep 25, 2024
901627d
feat: update pkarr to v3
Nuhvi Sep 30, 2024
72f8684
Merge branch 'main' of https://github.com/pubky/pubky into dev
Nuhvi Sep 30, 2024
1d179c7
Merge branch 'dev' of https://github.com/pubky/pubky into feat/pkarr-…
Nuhvi Oct 1, 2024
6f2a8ce
Merge pull request #36 from pubky/feat/pkarr-reqwest
Nuhvi Oct 1, 2024
b2eaf31
chore(js): publish 0.2.0
Nuhvi Nov 3, 2024
b8fc9b5
chore(js): publish 0.2.0
Nuhvi Nov 3, 2024
f82b301
Merge branch 'main' into dev
Nuhvi Nov 14, 2024
1b7d83a
fix: fix after merging main
Nuhvi Nov 14, 2024
af390e8
feat(pubky): PubkyClient::builder().build() return result
Nuhvi Nov 14, 2024
5972b48
feat(pubky): rename PubkyClient to Client
Nuhvi Nov 14, 2024
d336709
feat(pubky): use Pkarr v3 endpoint resolvers in Client::request
Nuhvi Nov 14, 2024
05cad66
feat(pubky): support GET /pub/*path for native urls
Nuhvi Nov 21, 2024
6109df3
feat(pubky): update HEAD, GET, PUT, and DELETE for pub/ endpoints to …
Nuhvi Nov 24, 2024
1993a73
feat(pubky): add custom cookie jar .. requires https
Nuhvi Nov 25, 2024
bb2799e
fix: clippy
Nuhvi Nov 25, 2024
c9ae345
feat(pubky): add TLS support for homeserver
Nuhvi Nov 26, 2024
e6f7fb3
feat(pubky): add an icann reqwest client
Nuhvi Nov 26, 2024
c088388
fix(pubky): fix signup url
Nuhvi Nov 26, 2024
9b5a4f9
feat(homeserver): separate core to simplify testing
Nuhvi Nov 26, 2024
6f64831
feat(pubky): pass all unit tests after using pubky in host
Nuhvi Nov 26, 2024
b1bef6a
wip(js): migrate wasm bindings to support pubky in host
Nuhvi Nov 26, 2024
6280499
feat(pubky): update pkarr and use anyhow
Nuhvi Dec 3, 2024
6a41b49
feat(homeserver): mark unsafe methods caused by LMDB
Nuhvi Dec 3, 2024
8c40cd2
refactor(homeserver): separate the core and io modules
Nuhvi Dec 3, 2024
1348a18
feat(homeserver): remove pkarr endpoints in HomeserverCore
Nuhvi Dec 3, 2024
da2cc2a
feat(homeserver): add http server as well as https
Nuhvi Dec 3, 2024
1a30f7d
chore: update dependencies
Nuhvi Dec 11, 2024
3ebdeff
feat(homeserver): use Pkarr Relay in testnet and new Config simplific…
Nuhvi Dec 14, 2024
8a799a2
feat(common): add granular crypto errors
Nuhvi Dec 14, 2024
453aa40
fix(pubky): fix authz test with in process http relay
Nuhvi Dec 14, 2024
d0f2ee7
feat(pubky): remove crate::errors.rs and use anyhow
Nuhvi Dec 14, 2024
c97e63a
feat(js): update error handling after removing crate::error
Nuhvi Dec 14, 2024
6262bb7
feat(homeserver,js): connect to testnet from js
Nuhvi Dec 15, 2024
1c0ff6c
feat(js): add logging in wasm and setLogLevel function
Nuhvi Dec 15, 2024
4c6bc9d
test(homeserver): add domain:localhost in unit tests
Nuhvi Dec 15, 2024
6e886f0
fix(js): replace pubky:// with https:// in transform_url
Nuhvi Dec 16, 2024
b4ef0ca
feat(js): basic auth with pubky-host header
Nuhvi Dec 16, 2024
de7d34e
feat(http-relay): add http relay crate to help with local testing
Nuhvi Dec 17, 2024
992607a
feat(homeserver): add http relay in homeserver testnet for js testing
Nuhvi Dec 17, 2024
f42797a
feat(js): pass all unit tests
Nuhvi Dec 17, 2024
f840ce3
Merge branch 'main' into dev
Nuhvi Dec 18, 2024
daa06b6
fix(js): send correct pubky-host header
Nuhvi Dec 19, 2024
0c1326c
feat(homeserver): remove public key in path endpoints
Nuhvi Dec 19, 2024
3cfe656
feat(homeserver): replace session_id with the first 8 bytes of a key
Nuhvi Dec 19, 2024
738bff1
feat(homeserver): add PubkyHost and Authz layers
Nuhvi Dec 20, 2024
fa2a7d2
feat(homeserver): use full public key as cookie name
Nuhvi Dec 20, 2024
96be581
feat(pubky): add handle_http_error! macro
Nuhvi Dec 20, 2024
bcb8d39
feat(homeserver): remove EntryPath extractor and add Authz and PubkyH…
Nuhvi Dec 22, 2024
4ccb060
fix(homeserver): always get sessions from Cookies instead of manually…
Nuhvi Dec 22, 2024
ccbd3ff
feat(js): pass all unit tests
Nuhvi Dec 22, 2024
9b7c7c6
feat: update to pkarr v3-rc1 and mainline v5-rc1
Nuhvi Jan 6, 2025
61c532f
chore:published @synonymdev/[email protected]
Nuhvi Jan 7, 2025
dc01377
feat: publish HTTPS port even in testnet, and use testnet in request …
Nuhvi Jan 8, 2025
a14f800
feat: use reserved HTTP_PORT service param for testnet
Nuhvi Jan 8, 2025
30237c4
chore: published @synonymdev/[email protected]
Nuhvi Jan 8, 2025
f4325bb
feat(homeserver): update Config and pkarr to support reverse proxies
Nuhvi Jan 17, 2025
130eca3
chore(js): publish @synonymdev/[email protected]
Nuhvi Jan 17, 2025
4ecd587
feat(homeserver): support relative storage path in config file
Nuhvi Jan 22, 2025
2ef87f3
feat(homeserver): custom tracing layer exclude noisy /events/ #64
Nuhvi Jan 22, 2025
7ed43f0
feat(homeserver): custom tracing layer support pubky:// urls for tena…
Nuhvi Jan 22, 2025
8be809c
feat: update pkarr and mainline and add pubky ClientBuilder
Nuhvi Feb 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
target/
config.toml
storage/
Loading