63 Commits

Author SHA1 Message Date
mcrakhman
b62ad57988
Move peer util package into crypto 2023-03-27 21:22:32 +02:00
mcrakhman
2d977ed535
Fix tests 2023-03-26 18:47:35 +02:00
mcrakhman
98931433a5
Fix handshake tests 2023-03-26 13:45:24 +02:00
mcrakhman
fd5bd0b099
More key changes 2023-03-25 13:15:19 +01:00
mcrakhman
d9cf1feaee
Merge branch 'protocol-crypto-update' into update-proto
# Conflicts:
#	commonspace/object/acl/aclrecordproto/aclrecord.pb.go
2023-03-24 14:58:47 +01:00
mcrakhman
add25062f3
WIP refactor crypto proto 2023-03-24 11:45:39 +01:00
mcrakhman
e568f899aa
Remove old connection from pool on close (GetOneOf) 2023-03-13 17:18:21 +01:00
Roman Khafizianov
1a01f361ad
Merge pull request #48 from anytypeio/fix-suggared-logger
fix replacing existing logger
2023-03-13 14:15:26 +01:00
Roman Khafizianov
86dcc83461
change logger name 2023-03-13 14:14:55 +01:00
mcrakhman
981378c2e3
Ocache remove with ctx 2023-03-11 13:41:26 +01:00
Roman Khafizianov
df9a5f11ae
cleanup logger names 2023-03-10 19:32:20 +01:00
mcrakhman
74f39239c6
Update tryclose with ttl 2023-03-10 10:17:57 +01:00
mcrakhman
43a35f4878
Add tryclose everywhere 2023-03-09 22:52:31 +01:00
mcrakhman
c37c7ba874
Fix putTree close and handshake params and add logs for trees used debug 2023-02-21 16:36:58 +01:00
Sergey Cherepanov
b3e63984bb
fix listener 2023-02-17 15:38:42 +03:00
Sergey Cherepanov
49b738fb3c
remove unused param 2023-02-17 00:24:52 +03:00
Sergey Cherepanov
5b93739487
dial timeout 2023-02-17 00:19:05 +03:00
Sergey Cherepanov
38a74fd195
remove tls listener, move handshake to serve goroutine 2023-02-17 00:09:52 +03:00
Sergey Cherepanov
ea9d101622
Merge branch 'main' of github.com:anytypeio/any-sync into any-handshake 2023-02-15 22:29:11 +03:00
Sergey Cherepanov
ea80f4591b
Merge pull request #25 from anytypeio/drpc-server
Add listen addrs
2023-02-15 22:28:47 +03:00
Sergey Cherepanov
f2d729022d
secure service test 2023-02-15 22:09:09 +03:00
Sergey Cherepanov
94d33f2c4a
handshake with ctx 2023-02-15 21:29:37 +03:00
Sergey Cherepanov
20768266ca
Merge branch 'main' of github.com:anytypeio/any-sync into any-handshake 2023-02-15 20:47:25 +03:00
Sergey Cherepanov
4d356318f0
increase dial timeout + debug logs 2023-02-15 14:58:23 +03:00
mcrakhman
cd82b41cf1
Add listen addrs 2023-02-14 23:09:03 +01:00
Sergey Cherepanov
4cde54bdb3
dial timeout 2023-02-14 19:39:57 +03:00
Sergey Cherepanov
ce0a60df67
timeoutconn: remove debug 2023-02-13 22:13:40 +03:00
Sergey Cherepanov
b34136ce06
wip: secureservice with verifiers 2023-02-13 21:48:41 +03:00
Sergey Cherepanov
2fe9f8c295
handshake: return identity 2023-02-13 13:45:07 +03:00
Sergey Cherepanov
e8a7ad7476
handshake proto and implementation 2023-02-11 22:52:20 +03:00
mcrakhman
9bb42a2906
Merge branch 'main' into middleware-compatibility 2023-02-04 17:38:48 +01:00
Sergey Cherepanov
163c0e4058
testrpc server implement app.Component 2023-02-04 15:20:34 +03:00
Sergey Cherepanov
cc2a98bbad
fix 2023-02-02 21:21:25 +03:00
Sergey Cherepanov
75c660916d
fix 2023-02-02 21:16:59 +03:00
Sergey Cherepanov
6d2178dfc9
testPool: add peers 2023-02-02 13:18:30 +03:00
Sergey Cherepanov
3fcbe3aba9
testPool: implement pool.Service 2023-02-02 13:12:52 +03:00
mcrakhman
3630744086
Helper methods for local streams etc 2023-02-01 23:21:02 +01:00
mcrakhman
c8f6e39199
Merge branch 'main' into middleware-compatibility 2023-01-30 17:40:10 +01:00
Sergey Cherepanov
d04d1f3a3b
streampool: close dial queue 2023-01-30 18:40:25 +03:00
Sergey Cherepanov
9dc3c807fb
stream config 2023-01-30 17:03:31 +03:00
Sergey Cherepanov
78067eaa4c
dial pool 2023-01-30 16:43:52 +03:00
Sergey Cherepanov
b2578a19ba
async dial 2023-01-30 13:16:07 +03:00
mcrakhman
06bb0f7496
Add dialer to inner pool 2023-01-28 23:58:47 +01:00
Sergey Cherepanov
dccb5a9826
fix streampool tags 2023-01-27 20:34:48 +03:00
Sergey Cherepanov
8f1cba3770
streampool fixes 2023-01-27 16:15:50 +03:00
Sergey Cherepanov
92bb1ce576
space milti queue 2023-01-27 13:50:36 +03:00
Sergey Cherepanov
6cb696d508
debug/fixes 2023-01-25 23:35:20 +03:00
Sergey Cherepanov
ddd20ae5b5
ctx logger + streapool add/removeTags + space subscribe message 2023-01-24 22:10:28 +03:00
Sergey Cherepanov
09aee68bd7
debug 2023-01-24 16:23:35 +03:00
Sergey Cherepanov
ebe05db662
peer and space last usage 2023-01-20 19:32:38 +03:00