summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-11-17Generic connection manager for Tox and XMPP.joe
2017-11-17WIP: Generic connection manager for Tox and XMPP.joe
2017-11-17Factored slotsToSource out of forkConnectionjoe
2017-11-16Changed Connection event to provide XML.Event streams.joe
2017-11-15Merge branch 'dht-rewrite' of 192.168.1.66:bittorrent into dht-rewriteJames Crayne
2017-11-15xxd on ByteArrayAccess, and xxd2 for ascii dumpJames Crayne
2017-11-15Factored PingMachine into separate module.joe
2017-11-15Cosmetic edit.joe
2017-11-15DNSCache now uses InterruptibleDelay where appropriate.joe
2017-11-15Documented InterruptibleDelay.joe
2017-11-14Use intrumented threads for Server module from Presence.joe
2017-11-14More sensible DNSCache behavior for non-threaded runtime.joe