summaryrefslogtreecommitdiff
path: root/src/Network
AgeCommit message (Expand)Author
2017-11-21move netCrypto init stub to Network.ToxJames Crayne
2017-11-21Use the addNewSessionHook, rename announceToxConnectionJames Crayne
2017-11-21launch ping machine on netcrypto connJames Crayne
2017-11-20announceNewSessionHooks, addNewSessionHookJames Crayne
2017-11-19Conduit stubs to convert between Tox and XMPP messages.joe
2017-11-19Note and TODO regarding crypto packet padding.joe
2017-11-19Outgoing queue and relatedJames Crayne
2017-11-19commentJames Crayne
2017-11-19ncOutGoingTypeArray, outgoing is also remappable, +fix obsolete commentJames Crayne
2017-11-19keep it simple,drop unsupported messages, no returning idJames Crayne
2017-11-19rename ncMessageTypes to ncIncomingTypeArrayJames Crayne
2017-11-19ncSessionId, forgetCrypto, and commentsJames Crayne
2017-11-19netCryptoSessionsByKeyJames Crayne
2017-11-19netcrypto dequeue threadJames Crayne
2017-11-19Added PacketQueue for handling inbound netcrypto packets.joe
2017-11-19newHandShakeDataJames Crayne
2017-11-19initialize svCacheDir and friendsJames Crayne
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-19Spelling in comments.joe
2017-11-09Debug prints on cookie handling.joe
2017-11-08Finished reworked bootstrap algorithm.joe
2017-11-08Updated touchBucket for 15-second bootstrapping interval.joe
2017-11-08Use 15 second refresh interval when bootstrapping.joe
2017-11-08pollForRefresh: fromEnum POSIXTime gives picoseconds.joe
2017-11-08More BucketRefresher state.joe
2017-11-08Removed redundant argument from BucketRefreshser constructor.joe
2017-11-08dhtBootstrapjoe
2017-11-08Tox: Added missing forkPollForRefresh threads.joe
2017-11-08Moved BucketRefresher construction responsibility for greaterjoe
2017-11-08Minor refactoring.joe
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
2017-11-05Tox: Shared secrets cache.joe
2017-11-05Adapted computeSharedSecret to a side-effecting interface.joe
2017-11-04Tox: Memoized id2key to avoid allocate and memcpy.joe
2017-11-04Quieter output and some bug fixes.joe
2017-11-04Enabled setting the bind-addres from command line.joe
2017-11-03Changed NodeId hash function.joe
2017-11-03Improved search parameters for tox onion routed queries.joe
2017-11-03Better handling for Network.Socket.sendTo: does not exist error.joe
2017-11-03Added --dhtkey option.joe
2017-11-02Fixed onion routes for IPv4-mapped IPv6 addresses.joe
2017-11-01Merge branch 'dht-rewrite' of jerkface.net:repo/bittorrent into dht-rewritejoe
2017-11-01Fix some announce bugs. Still WIP.joe
2017-11-01Merge branch 'dht-rewrite' of jerkface.net:/home/jim/repo/bittorrent into dht...James Crayne