Age | Commit message (Expand) | Author |
2017-12-14 | Modified readpackets to handle wifi packets. | joe |
2017-11-30 | Fixed non-exhaustive pattern added by commit 8413039d. | joe |
2017-11-29 | Disabled curve 25519 backport for newer cryptonite library. | joe |
2017-11-27 | TODO comments for handling tox eof. | joe |
2017-11-26 | Prefer newer info in mergeContact and store connection policy. | joe |
2017-11-26 | Use Data.Set to track which accounts activate for XMPP clients. | joe |
2017-11-24 | Made "dhtkey" and "friend" automated with "a" command. | joe |
2017-11-23 | remove obsolete receiveCrypto function | James Crayne |
2017-11-23 | Removed obsolete parameter. | joe |
2017-11-22 | Keep a per-session selected user key state. | joe |
2017-11-22 | Updated build scripts. | joe |
2017-11-23 | dequeueOutgoing thread | James Crayne |
2017-11-22 | NoSpamId type to include nospam + checksum + public key. | joe |
2017-11-22 | dequeue thread & handle session close | James Crayne |
2017-11-22 | xmpp flag | James Crayne |
2017-11-22 | Todo comments. | joe |
2017-11-22 | Rangemap, for use with outgoing | James Crayne |
2017-11-21 | Announcer: trigger action on search result. | joe |
2017-11-21 | slightly better default outgoing map, but needs optimizing etc | James Crayne |
2017-11-21 | Added missing type signatures in ByteStringOperators. | joe |
2017-11-21 | Outgoing Sink & overwrite old packets in PacketOutQueue | James Crayne |
2017-11-21 | export readyOutGoing, for doing IO before enqueuing outgoing | James Crayne |
2017-11-21 | fix build | James Crayne |
2017-11-21 | Oops, accidentally deleted instead of renamed. Roster -> ContactInfo | joe |
2017-11-21 | addtoNonce24: unsafeDupablePerformIO at def, not call sites. | joe |
2017-11-21 | Style clean-up: columns and spacing. No syntax change. | joe |
2017-11-21 | Moved dequeue-thread responsibility, implemented receiveCrypto. | joe |
2017-11-21 | Fleshed out some stubs, added comments. | joe |
2017-11-21 | ToxManager reworked stubs. | joe |
2017-11-21 | Renamed Roster -> ContactInfo, reverted toxManager stubs. | joe |
2017-11-21 | build fix: unrestricted import of Crypto.Handlers into Network.Tox | joe |
2017-11-21 | move netCrypto init stub to Network.Tox | James Crayne |
2017-11-21 | Interface to enable Tox users in an XMPP client's roster. | joe |
2017-11-20 | Finished TODO stubs: Multiple identities/rosters for a single unix user. | joe |
2017-11-20 | WIP: Multiple identities/rosters for a single unix user. | joe |
2017-11-21 | Use the addNewSessionHook, rename announceToxConnection | James Crayne |
2017-11-21 | update forkPingMachine call sites with thread label param | James Crayne |
2017-11-21 | launch ping machine on netcrypto conn | James Crayne |
2017-11-20 | announceNewSessionHooks, addNewSessionHook | James Crayne |
2017-11-20 | Rename: Server -> Connection.Tcp | James Crayne |
2017-11-20 | fix build | James Crayne |
2017-11-19 | Conduit stubs to convert between Tox and XMPP messages. | joe |
2017-11-19 | Added monad-control to dhtd build. | joe |
2017-11-19 | Merge "NetCrypto" work from branch 'dht-rewrite' into dht-presence. | joe |
2017-11-19 | Note and TODO regarding crypto packet padding. | joe |
2017-11-19 | Outgoing queue and related | James Crayne |
2017-11-19 | More pure variant of lookupSharedSecret: lookupNonceFunction. | joe |
2017-11-19 | comment | James Crayne |
2017-11-19 | ncOutGoingTypeArray, outgoing is also remappable, +fix obsolete comment | James Crayne |
2017-11-19 | keep it simple,drop unsupported messages, no returning id | James Crayne |