eyedeekay
|
bd6edf446d
|
Fix some tests
|
2025-03-02 16:43:47 -05:00 |
|
eyedeekay
|
91d8b30495
|
Add callgraphs to docs
|
2025-02-26 21:03:51 -05:00 |
|
eyedeekay
|
ea4d126358
|
Add callgraphs to docs
|
2025-02-26 20:58:20 -05:00 |
|
eyedeekay
|
f46bd95b68
|
Add callgraphs to docs
|
2025-02-26 20:52:16 -05:00 |
|
eyedeekay
|
ae4970b3a9
|
Switch to oops for error configuration so we can get more info about failures
|
2025-02-26 19:22:48 -05:00 |
|
eyedeekay
|
3d6a08a76b
|
start building NTCP2 addresses
|
2025-02-26 19:13:05 -05:00 |
|
eyedeekay
|
036f9116a5
|
start working on basic key storage for own RI private keys
|
2025-02-15 22:16:31 -05:00 |
|
eyedeekay
|
71fff44d4b
|
Merge branch 'master' of github.com:go-i2p/go-i2p into ntcp
|
2025-02-10 16:44:55 -05:00 |
|
eyedeekay
|
6b2f231c36
|
spk and cpk reads were reversed
|
2025-02-10 16:41:59 -05:00 |
|
eyedeekay
|
440b9e8118
|
revise logging around SPK stuff in router_info.go
|
2025-01-30 15:49:28 -05:00 |
|
eyedeekay
|
8bc5ca162a
|
NTCP2: Change noise interface so we get static keys from better places
|
2024-12-21 22:13:03 -05:00 |
|
eyedeekay
|
bd92221d56
|
Merge branch 'master' of github.com:go-i2p/go-i2p into ntcp
|
2024-12-21 19:52:28 -05:00 |
|
Haris Khan
|
8d56d033ae
|
flux
|
2024-12-04 01:40:23 -05:00 |
|
Haris Khan
|
ad22d3e249
|
flux
|
2024-12-04 01:28:13 -05:00 |
|
Haris Khan
|
891d915bb2
|
TODO
|
2024-11-26 20:30:37 -05:00 |
|
Haris Khan
|
7a6927cf53
|
gofumpt
|
2024-11-26 19:47:17 -05:00 |
|
Haris Khan
|
37e11ffee1
|
adjust generateTestRouterInfo
|
2024-11-26 15:56:41 -05:00 |
|
Haris Khan
|
f0803a095e
|
tweaks
|
2024-11-26 15:55:50 -05:00 |
|
Haris Khan
|
0b0753cac1
|
tweaks
|
2024-11-23 22:48:58 -05:00 |
|
Haris Khan
|
40c2c4806c
|
fix padding + fail on invalid padding instead of warn.
|
2024-11-23 22:45:32 -05:00 |
|
eyedeekay
|
9e3c8bcb98
|
move logger out of go-i2p so we can re-use it without importing the entire module
|
2024-11-21 17:16:48 -05:00 |
|
Haris Khan
|
cc43160bb9
|
nuked & revived router_info_test.go
-TestRouterInfoCapabilities() fails
-TestRouterInfoVersion() fails
|
2024-11-17 22:23:31 -05:00 |
|
Haris Khan
|
09acf3d23d
|
adjusted router_info2_test.go
|
2024-11-17 22:04:27 -05:00 |
|
Haris Khan
|
62086c7d04
|
make fmt
|
2024-11-15 22:52:17 -05:00 |
|
Haris Khan
|
ddba94d6ae
|
remove printing
|
2024-11-15 22:48:57 -05:00 |
|
Haris Khan
|
767b91df49
|
clean up temp dirs
|
2024-11-15 22:47:36 -05:00 |
|
Haris Khan
|
1292098cf0
|
Merge remote-tracking branch 'origin/10k' into 10k
|
2024-11-15 22:45:04 -05:00 |
|
Haris Khan
|
81eb270351
|
!WIP! - 10k test
|
2024-11-15 22:06:23 -05:00 |
|
eyedeekay
|
b6f197cf92
|
This is not correct yet, work on key_certificate.go lines 216-245
|
2024-11-15 17:35:44 -05:00 |
|
Haris Khan
|
6d16ca5f87
|
debugging info to investigate
|
2024-11-15 14:43:36 -05:00 |
|
Haris Khan
|
003d6c9ab8
|
!WIP! - 10k test
|
2024-11-15 13:53:44 -05:00 |
|
Haris Khan
|
015c4b23e2
|
pass sigType to NewRouterInfo
|
2024-11-15 11:49:10 -05:00 |
|
Haris Khan
|
0a98236d85
|
adjusted test
|
2024-11-15 11:30:40 -05:00 |
|
Haris Khan
|
c1fa63f6ec
|
added sigtype
|
2024-11-15 11:30:34 -05:00 |
|
eyedeekay
|
271cf56ded
|
Fixes the padding generation but the reader still thinks something's wrong
|
2024-11-10 19:29:07 -05:00 |
|
eyedeekay
|
a29fa0bc03
|
Output the rest of the key certificate, that would probably help...
|
2024-11-10 17:15:56 -05:00 |
|
eyedeekay
|
63c48dd3b7
|
log the actual bytes in the test for now, make sure they're really there
|
2024-11-09 13:41:19 -05:00 |
|
eyedeekay
|
8bec47efd2
|
log the actual bytes in the test for now, make sure they're really there
|
2024-11-09 13:39:38 -05:00 |
|
eyedeekay
|
69a50e2035
|
Try adding a dummy address, change logging to show where not enough data was provided
|
2024-11-09 13:33:23 -05:00 |
|
eyedeekay
|
8319444890
|
Try adding a dummy address, change logging to show where not enough data was provided
|
2024-11-09 13:31:24 -05:00 |
|
Haris Khan
|
f4086e5f68
|
!WIP! - Router Info
|
2024-11-09 11:13:48 -05:00 |
|
Haris Khan
|
98d05e27c8
|
!WIP! - Router Info
|
2024-11-09 00:53:17 -05:00 |
|
Haris Khan
|
677aac500e
|
fix logger naming collision with other libs
|
2024-10-23 00:06:06 -04:00 |
|
Haris Khan
|
a9dc482bda
|
gofumpt
|
2024-10-22 17:37:17 -04:00 |
|
Haris Khan
|
beb533a09b
|
expanded logging to router_info.go
|
2024-10-18 14:40:52 -04:00 |
|
eyedeekay
|
d900d7faf8
|
add doc.md files from master
|
2024-10-03 22:10:55 -04:00 |
|
eyedeekay
|
09c7d32797
|
update the common library to the master branch
|
2024-10-03 21:31:54 -04:00 |
|
idk
|
116e22f8da
|
Try to figure out how to implement the pieces I'm still missing from the Noise handshake, but I think that I probably need to redo it again anyway
|
2022-12-12 17:44:43 +00:00 |
|
thulium
|
c8c4196c6f
|
Tweak godocs for lib/common
|
2022-09-12 04:31:02 -04:00 |
|
thulium
|
53dd3230df
|
Attempt to fix mappings
|
2022-09-10 15:34:20 -04:00 |
|