summaryrefslogtreecommitdiff
path: root/src/Network/Tox
AgeCommit message (Collapse)Author
2017-11-19minor code cleaningJames Crayne
2017-11-19Refactor, and bitflags in binary message typeJames Crayne
2017-11-19support mapping msg ids, and partitionTransportMJames Crayne
2017-11-19GrpMsg should have lossyness fieldJames Crayne
2017-11-09Debug prints on cookie handling.joe
2017-11-08Removed redundant argument from BucketRefreshser constructor.joe
2017-11-08Moved BucketRefresher construction responsibility for greaterjoe
encapsulation.
2017-11-08Bootstrapping rework in progress.joe
2017-11-06Factored out Network.Kademlia.Bootstrap.joe
2017-11-05Removed broken 6-digit NoSpam specification.joe
2017-11-05Fixed Onion.Transport.decrypt broken by side-effecting stylejoe
at commit 8039d812b7ea8ae566f8873452ac34597336ddfc.
2017-11-05Adapted computeSharedSecret to a side-effecting interface.joe
This is to ready the tree for a memoizing cache of shared secrets.
2017-11-04Tox: Memoized id2key to avoid allocate and memcpy.joe
2017-11-04Quieter output and some bug fixes.joe
2017-11-03Changed NodeId hash function.joe
2017-11-02Fixed onion routes for IPv4-mapped IPv6 addresses.joe
2017-11-01Fix some announce bugs. Still WIP.joe
2017-11-01fix buildJames Crayne
2017-11-01handle update case of netcrypto handshakeJames Crayne
2017-11-01missing ncGroups initializationJames Crayne
2017-10-31groupchat state variableJames Crayne
2017-10-31ncAllSessionsJames Crayne
2017-10-31allow hooks to be passed in to newToxJames Crayne
2017-10-31change name: defaultCryptoDataHooksJames Crayne
2017-10-31obsolete cabal conditional dependency & some missing type sigsJames Crayne
2017-10-31hook should have access to session tvarsJames Crayne
2017-10-31Merge branch 'dht-rewrite' of jerkface.net:repo/bittorrent into dht-rewritejoe
2017-10-31hook on CryptoData, rather than CryptoMessageJames Crayne
2017-10-31NetCrypto wip, compilesJames Crayne
2017-10-31Block outgoing cookie requests in certain circumstances.joe
2017-10-31Fixed ambiguous type error.joe
2017-10-31missing Network.Tox.Crypto.HandlersJames Crayne
2017-10-31hush some warnings.joe
2017-10-30Serialize instance for HandshakeData.joe
2017-10-30Tox: LanDiscovery packet. Also: IsUnsolicited query/responsejoe
classification.
2017-10-30allow messageData to get peerinfosJames Crayne
2017-10-30messageType lensDebian Live user
2017-10-29comments.joe
2017-10-29title lens, commentsDebian Live user
2017-10-29Serlialize instance for PeerInfo.joe
2017-10-29parseNetCrypto,encodeNetCryptoDebian Live user
2017-10-29Serialize instance for Handshake.joe
2017-10-29Serialize instance for CryptoPacket.joe
2017-10-29Comment about tox-jabber status equivalents.joe
2017-10-29Merge branch 'dht-rewrite' of 192.168.1.66:bittorrent into dht-rewriteDebian Live user
2017-10-29wip serialization for Tox Crypto Transport MessagesDebian Live user
2017-10-29Fixed premature deletion of pending cookie key.joe
2017-10-28localUserKey parameter on cookieRequestDebian Live user
2017-10-28Decrypt cookie response with cached public key.joe
2017-10-28New "cookie" command for tox command-line interface.joe