summaryrefslogtreecommitdiff
path: root/Connection.hs
AgeCommit message (Collapse)Author
2020-01-01Factor out some new librariesJames Crayne
word64-map: Data.Word64Map network-addr: Network.Address tox-crypto: Crypto.Tox lifted-concurrent: Control.Concurrent.Lifted.Instrument Control.Concurrent.Async.Lifted.Instrument psq-wrap: Data.Wrapper.PSQInt Data.Wrapper.PSQ minmax-psq: Data.MinMaxPSQ tasks: Control.Concurrent.Tasks kad: Network.Kademlia Network.Kademlia.Bootstrap Network.Kademlia.Routing Network.Kademlia.CommonAPI Network.Kademlia.Persistence Network.Kademlia.Search
2018-10-03Moved resolving duty to Connection manager.Joe Crayne
2018-09-07More flexible Connection interface.Joe Crayne
2018-06-15Documentation to protocol-generic Connection interface.joe
2018-06-08"sessions" comamnd progress columnJames Crayne
Trade old "handled" and "unhandled" count columns for a column which shows the state of session.
2018-05-31Ord instance for Connection.Status.joe
2018-05-19Activate tox user key from xmpp configuration.joe
2017-11-18New cli "c" interface to Connection.Manager.joe
2017-11-17Generic connection manager for Tox and XMPP.joe
2017-11-17WIP: Generic connection manager for Tox and XMPP.joe