draoi
|
b0b192c3f2
system: rename Subscriber to Publisher + propagate change
|
2 лет назад |
draoi
|
5828da13e3
net: rm SelfHandshake
|
2 лет назад |
draoi
|
85fb7bc684
protocol_seed: only append to greylist if addrs msg is not empty
|
2 лет назад |
draoi
|
1cd330b798
net: create RefineSession
|
2 лет назад |
draoi
|
48a5dc1b2b
net: simplify and reduce Hosts API by introducing HostContainer
|
2 лет назад |
dasman
|
d2844e43f0
src/net: cargo fmt and clippy needless_borrow fix
|
2 лет назад |
draoi
|
ccc6b25754
inbound_session: implement PingSelfProcess
|
2 лет назад |
draoi
|
cecf284cef
net: create system::run_until_completion() to ensure ping_node() does not create zombie process
|
2 лет назад |
draoi
|
3447394eda
net: make fetch address logic less nested + fix bug
|
2 лет назад |
lunar-mining
|
949f9f0f6f
net: remove `advertise` bool from settings
|
2 лет назад |
lunar-mining
|
831d17cd48
chore: more informational debug statement
|
2 лет назад |
lunar-mining
|
7f3d43f538
protocol_address/seed: don't return if ping_node is false
|
2 лет назад |
parazyd
|
d3fae80d5a
chore: Update copyright year in license headers
|
2 лет назад |
lunar-mining
|
3abd2c62bb
net: don't hide connection upgrade inside perform_handshake_protocols()
|
2 лет назад |
lunar-mining
|
2dbaf413a0
protocol_seed: fix bool syntax
|
2 лет назад |
lunar-mining
|
873cd35e0e
net: add hostlist documentation
|
2 лет назад |
lunar-mining
|
4adc0585c0
net: change try_read() and try_write() to read() and write() and cleanup warnings
|
2 лет назад |
lunar-mining
|
de2fb840bf
net: invoke GreylistRefinery in p2p.rs and cleanup
|
2 лет назад |
lunar-mining
|
066d3dc9c5
net: fix warnings and cargo fmt
|
2 лет назад |
lunar-mining
|
c2ba96dc6f
net: move GreylistRefinery and ping_node() to new hosts submodule. rename hosts.rs to hosts/store.rs. update host imports and ping_node usage
|
2 лет назад |
lunar-mining
|
c0a47457f8
net: BUGFIX: stop duplicate entries in greylist
|
2 лет назад |
lunar-mining
|
a7b4f60af4
net: implement ping_node() in OutboundSession and ping self before sending own address in ProtocolAddr, ProtocolSeed
|
2 лет назад |
lunar-mining
|
491ad0a318
net: add debug statements
|
2 лет назад |
lunar-mining
|
cf3642fb3a
net/ lilith: change last_seen to use UNIXEPOCH instead of SystemTime
|
2 лет назад |
lunar-mining
|
a6c74eda87
net: migrate to new AddrMessage format <Url, u64>
|
2 лет назад |
lunar-mining
|
03ce1324bd
net: ProtocolSeed stores addrs on the greylist, and broadcasts own address with last_seen.
|
2 лет назад |
aggstam
|
af9124c93a
net: Use transports when polling GetAddrsMessage to seed/peer
|
2 лет назад |
parazyd
|
0f125fa2db
net: Remove async-std dependency and prefer smol.
|
3 лет назад |
parazyd
|
55ee919906
net: Perform full p2p code cleanup and improve certain pieces.
|
3 лет назад |
x
|
2aed994877
manually fix some of the net messages to remove target from the actual log string
|
3 лет назад |