Skip to content

Commit c64c8f8

Browse files
committed
sdk: add support to embedded tor client
* Rename `Proxy` and `ProxyTarget` to `Connection` and `ConnectionTarget` Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent c88b3cd commit c64c8f8

File tree

25 files changed

+4497
-1555
lines changed

25 files changed

+4497
-1555
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
* pool: take mutex ownership instead of clone in `InternalRelayPool::get_events_from` ([Yuki Kishimoto])
3838
* pool: remove IDs collection from `InternalRelayPool::get_events_from` ([Yuki Kishimoto])
3939
* pool: better checks before perform queries or send messages to relays ([Yuki Kishimoto])
40+
* pool: bump `async-wsocket` to `v0.6` ([Yuki Kishimoto])
4041
* database: not match event if `Filter::search` field is set ([Yuki Kishimoto])
42+
* sdk: rename `Proxy` and `ProxyTarget` to `Connection` and `ConnectionTarget` ([Yuki Kishimoto])
4143
* cli: improve `sync` command ([Yuki Kishimoto])
4244
* cli: allow to specify relays in `open` command ([Yuki Kishimoto])
4345

@@ -51,6 +53,7 @@
5153
* pool: add `RelayPoolNotification::Authenticated` variant ([Yuki Kishimoto])
5254
* sdk: add `Client::gift_wrap_to` and `Client::send_private_msg_to` ([reyamir])
5355
* sdk: add option to autoconnect relay on `Client::add_relay` method call ([Yuki Kishimoto])
56+
* sdk: add support to embedded tor client ([Yuki Kishimoto])
5457
* ffi(nostr): add `EventBuilder::seal` constructor ([Yuki Kishimoto])
5558
* cli: add `generate` command ([Yuki Kishimoto])
5659
* book: add some python examples ([RydalWater])

0 commit comments

Comments
 (0)