Commit Graph

84 Commits

Author SHA1 Message Date
asmogo
cf28dd5d9f
Refactor Exit node creation for modularity and clarity (#46) 2024-11-14 12:16:19 +01:00
asmogo
a140f8ae25
update dns and target public key in context for public exit nodes (#47) 2024-11-14 12:15:59 +01:00
asmogo
1da2eaea9f
fix error handling in dial function (#44)
* fix error handling in dial function

* fix error handling in dial function

* minor linting fixes
2024-11-11 15:55:53 +01:00
asmogo
844bf987a8
update exit construction (#45) 2024-11-11 08:28:43 +01:00
asmogo
a77add0859
replaced nip04 with nip44 (#43)
* replaced nip04 with nip44

* Refactor key decoding logic to use common function

* Refactor key decoding logic to use common function

* fix nostr connection read test
2024-11-08 14:21:43 +01:00
asmogo
646495de4c
more linting (#42) 2024-09-01 21:51:00 +02:00
asmogo
129c8fc55a
update error handling (#41) 2024-09-01 21:31:49 +02:00
asmogo
ce11bb963a
lint exit package (#40) 2024-09-01 21:24:24 +02:00
asmogo
b04b4f7e10
Fix context handling (#39) 2024-09-01 21:22:13 +02:00
asmogo
59ff5034f9
Update Github action (#38) 2024-08-28 22:37:39 +02:00
asmogo
fc4d71cbc9
Merge pull request #37 from asmogo/run_action
fix actions
2024-08-28 00:27:07 +02:00
dd dd
bcd6529414 fix actions 2024-08-28 00:26:55 +02:00
dd dd
121748b8d8 fix actions 2024-08-28 00:26:10 +02:00
asmogo
d11f5573d5
Merge pull request #36 from asmogo/fix_stuck_conn
close connection on dial error
2024-08-28 00:20:09 +02:00
dd dd
701113a8f4 close connection on dial error 2024-08-28 00:15:08 +02:00
asmogo
2f9dbca711
Merge pull request #35 from asmogo/single_binary
using single binary
2024-08-27 23:52:02 +02:00
dd dd
fa6be8ef74 using single binary 2024-08-27 23:50:05 +02:00
asmogo
41d7a454fb
Merge pull request #34 from asmogo/exit_log
Add logging for error handling and connection status
2024-08-07 09:08:11 +02:00
dd dd
05d6a6e48a Add logging for error handling and connection status 2024-08-06 22:11:42 +02:00
asmogo
25a5486bf0
Merge pull request #33 from asmogo/restructure_tcp_reverse
Refactor reverse TCP connection handling in socks5
2024-08-04 14:49:56 +02:00
dd dd
3fb43358bf Refactor reverse TCP connection handling in socks5 2024-08-04 14:48:30 +02:00
asmogo
1e12f602f4
Merge pull request #32 from asmogo/remove_public_bind
remove PublicAddressBind
2024-08-04 14:37:14 +02:00
dd dd
75cf34f8c8 remove PublicAddressBind 2024-08-04 14:35:26 +02:00
asmogo
187ce54d12
Merge pull request #28 from asmogo/lint
lint stuff
2024-08-04 14:24:50 +02:00
asmogo
cba0f16b01
Merge pull request #31 from asmogo/fix_format_int_base
Fix format int base
2024-08-04 12:50:10 +02:00
dd dd
46bb928646 using base10 2024-08-04 12:49:23 +02:00
dd dd
553b85d2b1 using base10 2024-08-04 12:48:52 +02:00
asmogo
fa8a21e044
Merge branch 'main' into lint 2024-08-04 11:40:54 +02:00
asmogo
574d718f48
Merge pull request #30 from asmogo/add-default-relay-config
add default relay config
2024-08-04 10:52:10 +02:00
dd dd
305ec197d5 added strfry config. update volume mounts. 2024-08-04 10:51:05 +02:00
asmogo
e551bd2081
Merge pull request #29 from davidcaseria/nostr-event-kinds
Use custom event kinds
2024-08-04 10:50:06 +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
asmogo
d0ae8ac20c
Merge pull request #27 from asmogo/update_log
Change log level from Info to Debug for read/write operations
2024-08-02 10:32: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
asmogo
aaac605f17
Merge pull request #26 from asmogo/clearnet
Added public exit nodes with clearnet support
2024-08-02 10:15:35 +02:00
dd dd
782e27d545 Add PublicAddressBind config and update TCP listener usage 2024-08-02 01:17:12 +02:00
dd dd
16277358fe Refactor goroutine sleep order 2024-08-02 00:42:26 +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
asmogo
ce641ae704
Merge pull request #25 from davidcaseria/cert-dns-name
Add domain to certificate DNS name
2024-07-29 15:33:47 +02:00
David Caseria
c37af1c518 Add domain to certificate DNS name 2024-07-29 09:11:06 -04:00
asmogo
d2ccde45ec
Merge pull request #24 from asmogo/fix_domain_validation
reintroduce domain validation for .nostr domains
2024-07-29 10:23:32 +02:00
dd dd
23a96a6128 reintroduce domain validation for .nostr domains 2024-07-29 10:12:55 +02:00
asmogo
db232f8e16
Merge pull request #23 from asmogo/domain
Added .nostr domains
2024-07-28 20:23:16 +02:00
dd dd
6ec1e65a65 readme 2024-07-28 20:21:46 +02:00
dd dd
358b034f37 Merge branch 'refs/heads/main' into domain 2024-07-28 20:18:45 +02:00
dd dd
d31b3144d4 cleanup 2024-07-28 19:56:42 +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