nim-libp2p-experimental/libp2p/protocols
Jacek Sieka f303954989
peer hooks -> events (#320)
* peer hooks -> events

* peerinfo -> peerid
* include connection direction in event
* check connection status after event
* lock connmanager lookup also when dialling peer
* clean up un-upgraded connection when upgrade fails
* await peer eventing

* remove join/lifetime future from peerinfo

Peerinfo instances are not unique per peer so the lifetime future is
misleading - it fires when a random connection is closed, not the "last"
one

* document switch values

* naming

* peerevent->conneevent
2020-08-08 08:52:20 +02:00
..
pubsub `msg` is a reserved property name in Chronicles (#321) 2020-08-07 16:46:00 -06:00
secure peer hooks -> events (#320) 2020-08-08 08:52:20 +02:00
identify.nim misc cleanups (#303) 2020-08-02 12:22:49 +02:00
protocol.nim Cleanup lpstream, Connection and BufferStream (#228) 2020-06-19 11:29:43 -06:00