Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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-21 | NetCrypto IdleEvents,TimeOuts | jim@bo | |
2018-06-21 | start to implement plan in conn-notes.txt | 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 | Documented NodeInfoCallback. | joe | |
2018-06-21 | Packet request Thread, ready for testing | jim@bo | |
2018-06-21 | netCrypto packet-request thread wip (continued) | jim@bo | |
2018-06-21 | netCrypto packet-request thread wip | jim@bo | |
2018-06-21 | netcrypto debug messages, extra online packet, and try thrice code | jim@bo | |
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 | |||
2018-06-20 | Parameterized Account to hold arbitrary information. | joe | |
2018-06-20 | fix incomplete pattern match | jim@bo | |
2018-06-20 | debug message in defaultUnRecHook | jim@bo | |
2018-06-20 | route more logging through dput | Andrew Cady | |
2018-06-20 | port to newer versions of packages: | jim@bo | |
* iproute >= 1.7.4 * conduit-extra >= 1.1.7 | |||
2018-06-20 | fix nonexaustive pattern | James Crayne | |
2018-06-20 | netcrypto bug fixes | James Crayne | |
2018-06-19 | Partial revert a564eb6, not sure about slower onion performance. | joe | |
2018-06-19 | cleanup code for netcrypto sessions | James Crayne | |
2018-06-19 | Slower onion queries improve performance. | joe | |
2018-06-19 | Reverting 0e799f254da which didn't improve performance. | joe | |
2018-06-19 | introduce udp send delaying in toxTransport | Andrew Cady | |
2018-06-19 | move debug prints into Dput | Andrew Cady | |
2018-06-19 | network-2.6.3.4 added an MVar wait to Network.Socket.accept, so it | joe | |
is important to terminate the accept loop before closing the socket. |