summaryrefslogtreecommitdiff
path: root/src/Network
AgeCommit message (Collapse)Author
2018-05-29some more dput call sitesJames Crayne
2018-05-30Removed useless tvar access.joe
2018-05-29dput: suppressible debug printsJames Crayne
2018-05-29Show instance for SymmetricKey, more debug printsJames Crayne
2018-05-29more session commandsJames Crayne
2018-05-28ncLastNMsgs is now CyclicBuffer typeJames Crayne
2018-05-28add missing top-level type signaturesJames Crayne
2018-05-30Data.CyclicBuffer, wipJames Crayne
2018-05-30fix In/Out tags on addMsgToLastNJames Crayne
2018-05-30add outgoing messages to lastNQJames Crayne
2018-05-30add ViewSnapshot to ncLastNMsg queueJames Crayne
2018-05-30FIXME comment in cryptoNetHandlerJames Crayne
2018-05-30fix backoff, and more debug printsJames Crayne
2018-05-30exponential backoff on netCrypto and more debug printsJames Crayne
2018-05-29setContactAddr : update ip address for tox friend.joe
2018-05-30Finish "session" and "netcrypto" todo stubsJames Crayne
2018-05-29WIP: Deliver friend-request to xmpp client.joe
2018-05-29sendCrypto & friendsJames Crayne
* sendOnline * sendOffline * sendKill * setNick * setStatus * setStatusMsg * setTyping
2018-05-29setNoSpam, and defaultTypingHook (why not?)James Crayne
2018-05-29hooks to keep SessionView up to dateJames Crayne
2018-05-29dhtd & Network.Tox.Crypto.Handlers changes:James Crayne
* merge PerSession into NetCryptoSession * define defaultUnRecHook function * netcrypto command wip for testing * update to sessions command
2018-05-29Broadcast eventChan for each configured Tox identity.joe
2018-05-29netCrypto function, ready for testing?James Crayne
2018-05-28remove old dubious TODO commentJames Crayne
2018-05-28more todo comments on netcrypto functionJames Crayne
2018-05-28netcrypto wip, compilesJames Crayne
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-21Renamed Roster -> ContactInfo, reverted toxManager stubs.joe