summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Collapse)Author
2013-07-22Fixed small thing in DHT.irungentoo
2013-07-22Merge stuff from notadecent.irungentoo
2013-07-22Modified the way friend requests worked.irungentoo
Added routing of friend requests.
2013-07-22Adds the option 'nokey' to disable loading and saving keys, for debugging ↵TrevorDorl
purposes
2013-07-22Fixed warnings.irungentoo
2013-07-22Merge pull request #84 from nurupo/masterirungentoo
Improved build system
2013-07-21Fixed commentsMaxim Biro
2013-07-21Excluded tests that are not currently supported on building platformMaxim Biro
2013-07-22moved saving to nTox.cOliver Hunt
2013-07-21Fixed missed version and policyMaxim Biro
2013-07-21Merge pull request #76 from notadecent/masterirungentoo
Updated nTox.c (added timestamp)
2013-07-21Updated nTox.c (added timestamp)notadecent
It's very glitchy. But it works.
2013-07-21Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-07-21Added routing functions to DHT.irungentoo
2013-07-21Update nTox.cnotadecent
Formatting
2013-07-20Don't exit on arrow keysSebastian Stal
2013-07-20Updated nToxMaxim Biro
2013-07-20Fix sign on functionSebastian Stal
2013-07-20Make nTox resolve DNS addresses.Sebastian Stal
2013-07-19Fixed bug that sometimes prevented two clients from connecting.irungentoo
2013-07-18Add custom user statuses to core, updated nTox to support nicknames and user ↵Sebastian Stal
statuses.
2013-07-18Added nicknames and nickname syncing.irungentoo
2013-07-17Apply compiler flags only onceMaxim Biro
2013-07-17Improved build systemMaxim Biro
2013-07-17Bug fixed, Loading and saving added to core.irungentoo
2013-07-16ncurses test now tells you when you connect to the DHT.irungentoo
2013-07-16Fixed some bugs and a regression.irungentoo
2013-07-16Lossless UDP tests fixed.irungentoo
2013-07-14Added /q to exitTim
2013-07-13Fixed ncurses problems.irungentoo
2013-07-14prettier outputOliver Hunt
2013-07-14fixed the ncurses client i believeOliver Hunt
2013-07-13Added doMessenger() to the loop and connecting to the bootstrap nodeOliver Hunt
2013-07-13Added ncurses tox clientOliver Hunt
2013-07-12Build fixed?irungentoo
2013-07-12First part of DHT hardening done.irungentoo
Added crypto to the DHT communications. This defeats completely the first attack mentioned in docs/DHT_hardening. Also updated the build system to build the latest test (it links it with libsodium)
2013-07-10Per friend request data added.irungentoo
2013-07-09cast parameters to unsigned char and terminal localhost regex without domainjuryben-fedora
2013-07-09Delete friends function now works and some other changes.irungentoo
2013-07-09Added comment block to Messenger test.irungentoo
2013-07-09Basic IM messenger backend pretty much done (You can start the GUI)irungentoo
And a couple of fixes to the other parts.
2013-07-08Some work done on the messenger part.irungentoo
2013-07-08Spelling mistakes fixed.irungentoo
2013-07-07Fixed to be confilcts with the DHT and the messenger part.irungentoo
2013-07-06Forward secrecy implemented into crypto.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-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 pull request #16 from nurupo/masterirungentoo
Removed random php file