Commit Graph

16 Commits

Author SHA1 Message Date
asmogo
fa8a21e044
Merge branch 'main' into lint 2024-08-04 11:40:54 +02:00
David Caseria
9f75676c31 Use custom event types 2024-08-02 11:54:18 -04:00
dd dd
72f1872da1 lint 2024-08-02 10:56:54 +02:00
dd dd
95bb043dcb Change log level from Info to Debug for read/write operations
Updated logging statements for reading and writing operations in conn.go from Info to Debug level. This will reduce noise in the logs and help focus on more crucial log messages during standard operation while preserving these details for debugging purposes.
2024-08-02 10:32:28 +02:00
dd dd
2ccb01f1f3 publish exit node events 2024-08-02 00:37:01 +02:00
dd dd
d2be9c000e Added public exit nodes with clearnet support 2024-08-01 14:35:28 +02:00
dd dd
23a96a6128 reintroduce domain validation for .nostr domains 2024-07-29 10:12:55 +02:00
dd dd
eade2322ac cleanup and docs 2024-07-28 19:37:37 +02:00
dd dd
65fa12c998 Refactor public key handling and decoding
Added schnorr public key parsing and hex package functions. Simplified subdomain decoding
2024-07-27 23:33:35 +02:00
dd dd
8ad87406cb Add domain parsing for .nostr addresses
Introduce a new `ParseDestinationDomain` function to handle .nostr domains. Integrate base32 decoding for subdomains and constructing full domain strings using relays. Added corresponding tests to verify domain parsing logic.
2024-07-27 21:48:16 +02:00
dd dd
9cfbd2329d Added new MessageType for ConnectReverse.
Added PublicAddress configuration to entry node.
2024-07-26 12:37:11 +02:00
dd dd
e261e422c1 Implement reverse connection handling in SOCKS5 server 2024-07-25 23:25:56 +02:00
dd dd
0500b41efd fix tests 2024-07-25 18:58:57 +02:00
dd dd
3de5d16951 updated readme 2024-07-24 22:45:41 +02:00
dd dd
e6d48a6422 Add HTTPS reverse proxy support
This update includes modifications to several files to support the implementation of an HTTPS reverse proxy.
2024-07-23 19:10:02 +02:00
dd dd
081f678a10 Initial commit 2024-07-22 23:00:21 +02:00