jkds
|
bda9b64d09
net: add reload() fn which reloads settings. currently all stubs except outgoing conns setting
|
8 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
|
c048f753da
net: change info logs to verbose logs
|
10 months ago |
oars
|
d85cf80dbf
replace log imports with tracing everywhere
|
1 year ago |
epiphany
|
6a4326bad9
net: handle `try_register()` errors
|
10 months ago |
oars
|
79d276ca32
net,dht,error: Include the endpoint address in connector error messages so upstream code can log it. In transport mixing scenarios, the mixed URL will appear in logs.
|
10 months ago |
oars
|
404dc9d9f0
net,rpc,event_graph,dht: use channel display address for UI scenarios (e.g. logging, dnet)
|
10 months ago |
skoupidi
|
ea6139cead
net: chore clippy
|
1 year ago |
parazyd
|
604f443fd1
chore: Update license header year
|
1 year ago |
draoi
|
216794939d
manual_session: sleep when try_register() call fails, then try again
|
2 years ago |
draoi
|
aa37b87a3e
manual+seedsync_session: unregister() when version exchange fails
|
2 years ago |
draoi
|
0c8b274505
net: replace LazyWeak with Arc::new_cyclic() and delete system::LazyWeak
|
2 years 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
|
c463537fd2
chore: fix net/ HostRegistry documentation
|
2 years ago |
draoi
|
dbf5c6bc8f
hosts: use sync Mutex for HostRegistry
|
2 years ago |
draoi
|
c088ec5003
manual_session: reconnect when a manual connection disconnects
|
2 years ago |
lunar-mining
|
63a91dde41
net: remove potential race conditions
|
2 years ago |
draoi
|
55e9cc21d0
session: manually stop the connector on slot.stop()
|
2 years ago |
draoi
|
ec2f74fdaa
manual_session: connection attempt now loops forever
|
2 years ago |
draoi
|
24ec6fffd7
doc: add cautionary comments about unregister()
|
2 years ago |
draoi
|
1cd330b798
net: create RefineSession
|
2 years ago |
draoi
|
1f1bfd3dce
net: flatten move_hosts() so unregister call happens outside function
|
2 years ago |
draoi
|
69c6530a5d
net: move downgrade to greylist into remove_sub_on_stop()
|
2 years ago |
draoi
|
4bad13e687
net: create `darklist` for unknown transports + share darklist (not greylist)
|
2 years ago |
draoi
|
1d6f1175be
net: fix bug that was causing duplicate connections to seed nodes
|
2 years ago |
draoi
|
c2941c4726
error: more descriptive error handling for state transitions
|
2 years ago |
draoi
|
6ba22f7a85
manual_session: avoid risky op when all attempts to manual connect fail
|
2 years ago |
draoi
|
0c23ba0947
manual_session: fix bug which caused peers to get stuck in Connect state
|
2 years ago |
draoi
|
5f55e877ae
net: enable hostlist migration + bugfixes
|
2 years ago |