Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-26 | debug prints | joe | |
2018-06-26 | handle packet requests immediately | jim@bo | |
2018-06-25 | Feature Negotiation messages, serialization code | jim@bo | |
2018-06-24 | supply hostname for dnssd display | Andrew Cady | |
2018-06-24 | Share toxid over avahi | Andrew Cady | |
This isn't really completely correct; there should be some possibility for denial of service. The call to setContactAddr is destructive of whatever information was there previously, but we haven't verified that we're talking to the real contact at the time it is called. This problem exists even in the ordinary path where the nodeinfocallback isn't really requiring proof of anything before throwing out data. | |||
2018-06-24 | ensure setTerminated not called if there is another NetCryptoSessoin on same key | jim@bo | |
2018-06-24 | call setTerminated from destroySession | jim@bo | |
2018-06-24 | Redundant imports. | joe | |
2018-06-24 | debug traces of packet request send/recieve | jim@bo | |
2018-06-24 | Fixed handshake behavior | Andrew Cady | |
The handshake code would flood the network with interminable handshakes. | |||
2018-06-24 | XMPP: Type-checking on various uses of SockAddr. | joe | |
2018-06-24 | fix index-bounds error & improve efficiency | jim@bo | |
2018-06-23 | new file left out of previous commits | jim@bo | |
2018-06-23 | atox: subProcess exe launch from dhtd netcrypto command | jim@bo | |
2018-06-23 | OutGoing hooks so SessionView is updated etc | jim@bo | |
2018-06-23 | show msg in dtrace on outgoing | jim@bo | |
2018-06-22 | Quieted some warnings. | joe | |
2018-06-22 | Removed redundant imports and other clean up. | joe | |
2018-06-22 | haddock for peekPacket function | jim@bo | |
2018-06-22 | OutGoingResult now offers packet for convenience | jim@bo | |
Also, don't send anohter Online, just send duplicate packet. | |||
2018-06-22 | packet request off by 1 serializatoin fix & getMissing fix | jim@bo | |
2018-06-22 | Forward port to nightly-2018-06-22. | joe | |
2018-06-22 | call destroySession before freshCrpytoSession on Reset-handshake | jim@bo | |
2018-06-22 | fix thread cleanup bug | jim@bo | |
2018-06-22 | longer ncRequestInterval (easier debugging) | jim@bo | |
2018-06-22 | Avoid MVar access in dput & dtrace | jim@bo | |
2018-06-21 | NetCrypto IdleEvents,TimeOuts | jim@bo | |
2018-06-21 | start to implement plan in conn-notes.txt | Andrew Cady | |
2018-06-21 | dput: new tags | Andrew Cady | |
2018-06-21 | PacketRequest deserialize should match serialize | jim@bo | |
2018-06-21 | Send outgoing friend requests from XMPP clients. | joe | |
2018-06-21 | TODO comments regarding ncStoredRequests | jim@bo | |
* In the case that the session seems to lock up, the packet requests could be (re-)handled without sorting. Just in case both sides are waiting on a missing packet. | |||
2018-06-21 | lengthen packet request interval while debugging | jim@bo | |
2018-06-21 | DPut Trace Variations | jim@bo | |
tput - like dput, but works in any Applicative dtrace - like trace, but takes DebugTag | |||
2018-06-21 | packet request handling, finished all todo stubs (needs test) | jim@bo | |
2018-06-21 | handlePacketRequest function | jim@bo | |
2018-06-21 | The ToxToXMPP code should use XMan tag. | joe | |
2018-06-21 | Documented NodeInfoCallback. | joe | |
2018-06-21 | todo stub | jim@bo | |
2018-06-21 | Packet request Thread, ready for testing | jim@bo | |
2018-06-21 | Remove obsolete Overwrite mode from PacketQueue | jim@bo | |
Overwrite mode is provided by Data.CyclicBuffer | |||
2018-06-21 | netCrypto packet-request thread wip (continued) | jim@bo | |
2018-06-21 | netCrypto packet-request thread wip | jim@bo | |
2018-06-21 | update PacketQueue in preparation for request thread | jim@bo | |
2018-06-21 | fix misleading comment | jim@bo | |
2018-06-21 | experimental dequeueOrGetMissing function | jim@bo | |
2018-06-21 | netcrypto debug messages, extra online packet, and try thrice code | jim@bo | |
2018-06-21 | Added -v option to specify tags from command line. | joe | |
2018-06-20 | XRoutes debug tag, clearer "k secrets" output, missing signature. | joe | |
2018-06-20 | More DPut stuff | jim@bo | |
* verbose/quiet without args shows report * verbose all - sets all tags verbose * quiet all - sets all tags quiet * XMisc defaults to verbose, everything else quiet * new XMan tag for ToxManager related stuff * s/hputStrLn stderr/dput XMisc/ in daemon code |