darkfi
|
0d0bf837ad
net: cleanup log targets
|
2 months ago |
x
|
9785777642
chore: Update copyright license year
|
7 months ago |
jkds
|
cc571d4851
remove all () from the ends of log targets: foo::bar() => foo::bar
|
7 months ago |
oars
|
ee33b9de3b
net: DEP-0007: rename allowed_transports and mixed_transports, retrieve outbound_connect_timeout, channel_handshake_timeout, channel_heartbeat_interval from network profiles
|
1 year ago |
oars
|
8b7ee9274e
net: DEP-0006: add app identifier to Version and Verack messages and check app identifier is the same during version exchange
|
1 year ago |
oars
|
8b667eccdb
net: make modification to banning logic for inbound connection and ban an outbound peer during magic bytes & version exchange mismatch
|
1 year ago |
oars
|
d85cf80dbf
replace log imports with tracing everywhere
|
1 year ago |
oars
|
404dc9d9f0
net,rpc,event_graph,dht: use channel display address for UI scenarios (e.g. logging, dnet)
|
10 months ago |
oars
|
298a89a01c
net: identify transport mixed connections to make sure mixed addresses don't enter hostregistry
|
1 year ago |
skoupidi
|
ea6139cead
net: chore clippy
|
1 year ago |
darkfi
|
63a5340966
net: drastically simplify auto-addr logic by centralizing everything in Hosts with the ringbuffer
|
1 year ago |
darkfi
|
4bf87ea395
net/hosts: keep a ringbuf of auto discovered addrs from the version exchange. Check new connections in filter_addresses() against this list to avoid self connections.
|
1 year ago |
parazyd
|
604f443fd1
chore: Update license header year
|
1 year ago |
parazyd
|
7945e2eb18
net: Implement mutable Settings which allow dynamic reconfiguration
|
2 years ago |
parazyd
|
795e2300cb
net: Remove SettingsPtr type alias
|
2 years ago |
draoi
|
b0b192c3f2
system: rename Subscriber to Publisher + propagate change
|
2 years ago |
draoi
|
9806543de6
protocol_version: bugfix
|
2 years ago |
parazyd
|
41e87e3aee
net/protocol: Fix version exchange
|
2 years ago |
draoi
|
72c22d0124
doc: change protocol_version TODO to NOTE
|
2 years ago |
draoi
|
740a539bfd
channel+protocol_version: add Option<VersionMessage> into Channel
|
2 years ago |
draoi
|
b7c11c2bed
net: implement DEP-0001
|
2 years ago |
draoi
|
89d7a48f8c
net: fix logic bug in version exchange
|
2 years ago |
draoi
|
ae154de787
chore: fix typo
|
2 years ago |
draoi
|
cbfef54aab
chore: remove artifact from protocol_version
|
2 years ago |
parazyd
|
d3fae80d5a
chore: Update copyright year in license headers
|
2 years ago |
lunar-mining
|
736459aa51
chore: cleanup
|
2 years ago |
lunar-mining
|
96cad54d81
net: 99.9999% of the time it works 100% of the time
|
2 years ago |
lunar-mining
|
a19e20e006
net: cleanup
|
2 years ago |
lunar-mining
|
9a09e8c6cd
net: remove HostPtr from ProtocolVersion and update probe_node()
|
2 years ago |
parazyd
|
0f125fa2db
net: Remove async-std dependency and prefer smol.
|
3 years ago |