summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent
AgeCommit message (Collapse)Author
2013-04-26~ Fix Wall suggestions.Sam T
2013-04-26~ Fix hlint suggestions.Sam T
2013-04-26~ Starting separating protocol and high level api.Sam T
It will be more convenient to provide high level api and raw protocol separated. In many use cases we don't worry about protocol but need some simple things like track swarm/peer state. So I think it will be better to refactor library in the following way: 1. Network.BitTorrent.Tracker.Protocol, Network.BitTorrent.PeerWire.Protocol For raw protocol definitions, documentation and serialization. 2. Network.BitTorrent.Tracker Network.BitTorrent.PeerWire For convenient API. Though we should not restrict user to in some particular way, so high level api should be flexible enough. In other words: mechanism, not policy/framework.
2013-04-25~ Add handshake info hash check.Sam T
2013-04-24+ Add handshake pprint.Sam T
Move Peer to separated module since otherwise we have recursive module dependencies.
2013-04-24~ Export ClientInfo module.Sam T
2013-04-24+ Add client detection.Sam T
2013-04-24+ Add message and block pprint for logging.Sam T
2013-04-24+ Add BEP 6 messages.Sam T
2013-04-24~ One less orphan instance.Sam T
2013-04-24~ Add some utility functions.Sam T
2013-04-21+ Add exports.Sam T
2013-04-21~ Rename modules.Sam T