summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-08Spelling mistakes fixed.irungentoo
2013-07-07Added IDEAS.txt and added checks to 2 net_crypto functions.irungentoo
2013-07-07Fixed to be confilcts with the DHT and the messenger part.irungentoo
2013-07-06Very basic start on the Tox messaging api.(Should give you a basic idea how ↵irungentoo
it's gonna work)
2013-07-06Small fixes in the crypto doc.irungentoo
2013-07-06Forward secrecy implemented into crypto.irungentoo
2013-07-05Fixed link.irungentoo
2013-07-05Added WHY.txtirungentoo
2013-07-05Updated roadmap and TODO.irungentoo
2013-07-05Crypto done(still need to test it a bit more thought)irungentoo
Replaced chars with uint8_t Added a new test program. Added some functions to Lossless UDP. And some other stuff.
2013-07-04Some slight modifications to the crypto protocol.irungentoo
2013-07-03Compiled for windows and fixed stuff accordingly.irungentoo
2013-07-03Update TODO.irungentoo
2013-07-03TODO updated.irungentoo
2013-07-03Updated readme and TODO.irungentoo
2013-07-02Fixed typo.irungentoo
2013-07-02Fixed typos.irungentoo
2013-07-02Draft proposal of how crypto will be implemented added. TODO updated.irungentoo
2013-07-02Added NaCl crypto library.irungentoo
2013-07-01Update and rename groups_parser to groups_parser.cMagmus
2013-07-01Updated TODOirungentoo
2013-07-01Added basic draft of the messenger protocol.irungentoo
2013-07-01Small changes.irungentoo
2013-07-01Fixed small bug. Updated TODO.irungentoo
2013-07-01Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-07-01Made code more portable.irungentoo
2013-06-30Added Group ParserMagmus
2013-06-30Update and rename main.c to friends_parser.cMagmus
2013-06-30Update READMEMagmus
2013-06-30Update READMEMagmus
2013-06-30Update READMEMagmus
2013-06-30Update READMEMagmus
2013-06-30Update READMEMagmus
2013-06-30Update READMEMagmus
2013-06-30Update READMEMagmus
2013-06-30Moved XML parser to another folder.irungentoo
2013-06-30Update READMEMagmus
2013-06-30Update READMEMagmus
2013-06-30Rename README.md to READMEMagmus
2013-06-30Create README.mdMagmus
2013-06-30Added asm-xml sourceMagmus
2013-06-30Added more object filesMagmus
2013-06-30Rename asm-xml.h.h to asm-xml.hMagmus
2013-06-30Added friend list parserMagmus
2013-06-30Added a new test program. Fixed some stuff in Lossless UDP.irungentoo
2013-06-30Updated Lossless UDP.irungentoo
2013-06-29Lossless UDP now works.irungentoo
The testclient and testserver simulate a packet loss of 33%. The only thing left to do in lossless UDP is the flow control (automatic adjustment of the data send rate) which is only needed to transfer large amounts of data.
2013-06-29Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-06-29Merge pull request #16 from nurupo/masterirungentoo
Removed random php file
2013-06-29Cleaned bunch of stuff. Only the actual data transmission is left to do.irungentoo