summaryrefslogtreecommitdiff
path: root/src/Network/Tox
AgeCommit message (Collapse)Author
2018-05-28Use first known key for cookie response if wrong ip address.joe
This isn't fool-proof, but it enables some testing scenarios where the ip address was not the expected one.
2018-05-27Cookie-related debug print.joe
2018-05-27Enabled generated nospam-id via the "nid" command.joe
2018-05-27Comments.joe
2018-05-27WIP: "lan" command to announce this Tox node on the lan.joe
2018-05-24crypto hooks now take CryptoMessage not CryptoDataJames Crayne
2018-05-24Document AnnouncedKeys typeJames Crayne
2018-05-23rangemap integrationJames Crayne
Conflicts: dht-client.cabal src/Network/Tox/Crypto/Handlers.hs
2018-05-20Allow non-JID (standard tox hex) input for NoSpamId.joe
2018-05-20Implemented "nid" command to convert hex toxid.joe
2017-11-29Disabled curve 25519 backport for newer cryptonite library.joe
2017-11-26Prefer newer info in mergeContact and store connection policy.joe
2017-11-26Use Data.Set to track which accounts activate for XMPP clients.joe
2017-11-24Made "dhtkey" and "friend" automated with "a" command.joe
2017-11-23remove obsolete receiveCrypto functionJames Crayne
2017-11-23dequeueOutgoing threadJames Crayne
2017-11-22NoSpamId type to include nospam + checksum + public key.joe
2017-11-22dequeue thread & handle session closeJames Crayne
2017-11-21slightly better default outgoing map, but needs optimizing etcJames 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-21move netCrypto init stub to Network.ToxJames Crayne
2017-11-21launch ping machine on netcrypto connJames Crayne
2017-11-20announceNewSessionHooks, addNewSessionHookJames Crayne
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-09Debug prints on cookie handling.joe
2017-11-08Removed redundant argument from BucketRefreshser constructor.joe
2017-11-08Moved BucketRefresher construction responsibility for greaterjoe
encapsulation.
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
at commit 8039d812b7ea8ae566f8873452ac34597336ddfc.
2017-11-05Adapted computeSharedSecret to a side-effecting interface.joe
This is to ready the tree for a memoizing cache of shared secrets.