| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Changelog: API: Renamed `Network.peerIdentity` to `getPeerIdentity`.
|
|
Changelog: API: Replaced `Network.peerAddress` with `getPeerAddress` and added `getPeerAddresses`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changelog: Automatic discovery of peers for pending direct messages
|
|
Changelog: Improved handling of ICE connections
|
|
|
|
|
|
Changelog: Experimental WebSocket server
|
|
Changelog: API: MonadError constraints use generic error type
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changelog: Local discovery with IPv6
|
|
|
|
|
|
Changelog: Fix sending multiple data responses in a stream
|
|
|
|
|
|
|
|
Allow the handshake and channel request to proceed correcty even with
already established channel to handle the case where peer attempts to
reconnect after restart.
Changelog: Handle peer reconnection after its restart
|
|
|
|
|
|
Changelog: Implemented streams in network protocol
|
|
Changelog: Added flag to enable/disable ICE support with pjproject
|
|
|