summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-21Outgoing Sink & overwrite old packets in PacketOutQueueJames Crayne
2017-11-21export readyOutGoing, for doing IO before enqueuing outgoingJames Crayne
2017-11-21fix buildJames Crayne
2017-11-21Oops, accidentally deleted instead of renamed. Roster -> ContactInfojoe
2017-11-21addtoNonce24: unsafeDupablePerformIO at def, not call sites.joe
2017-11-21Style clean-up: columns and spacing. No syntax change.joe
2017-11-21Moved dequeue-thread responsibility, implemented receiveCrypto.joe
2017-11-21Fleshed out some stubs, added comments.joe
2017-11-21ToxManager reworked stubs.joe
2017-11-21Renamed Roster -> ContactInfo, reverted toxManager stubs.joe
2017-11-21build fix: unrestricted import of Crypto.Handlers into Network.Toxjoe
2017-11-21move netCrypto init stub to Network.ToxJames Crayne
2017-11-21Interface to enable Tox users in an XMPP client's roster.joe
2017-11-20Finished TODO stubs: Multiple identities/rosters for a single unix user.joe
2017-11-20WIP: Multiple identities/rosters for a single unix user.joe
2017-11-21Use the addNewSessionHook, rename announceToxConnectionJames Crayne
2017-11-21update forkPingMachine call sites with thread label paramJames Crayne
2017-11-21launch ping machine on netcrypto connJames Crayne
2017-11-20announceNewSessionHooks, addNewSessionHookJames Crayne
2017-11-20Rename: Server -> Connection.TcpJames Crayne
2017-11-20fix buildJames Crayne
2017-11-19Conduit stubs to convert between Tox and XMPP messages.joe
2017-11-19Added monad-control to dhtd build.joe
2017-11-19Merge "NetCrypto" work from branch 'dht-rewrite' into dht-presence.joe
2017-11-19Note and TODO regarding crypto packet padding.joe
2017-11-19Outgoing queue and relatedJames Crayne
2017-11-19More pure variant of lookupSharedSecret: lookupNonceFunction.joe
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-19Lossy packet interface for PacketQueue.joe
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-19Spelling in comments.joe
2017-11-19Added forKOS (and removed MonadIO constraint) from thread instrumentation.joe
2017-11-19Documented InterruptibleDelay.joe
2017-11-19Updated xxd hex-dump code.joe
2017-11-19Simplified xxd hex-dump code.joe
2017-11-18Removed redundant MonadIO constraint from thread instrumentation.joe
2017-11-18New cli "c" interface to Connection.Manager.joe