summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-08Fixed problem in onion_announce.cirungentoo
Added a way to know if a announce response is valid.
2014-01-07Added shell of onion_client.cirungentoo
2014-01-06onion_announce seems to be working perfectly.irungentoo
Stuff added and fixed.
2014-01-05Tests added and some fixes for the onion part.irungentoo
2014-01-04Some work on the onion part done.irungentoo
2014-01-03A bit of work done on the onion part.irungentoo
2014-01-02Some work done on the onion announce part.irungentoo
2014-01-02Updated TODO.irungentoo
2014-01-01Some small cleanups.irungentoo
TODO: remove old todos that have been done.
2013-12-31Added onion.c to build system and added a test.irungentoo
2013-12-31Fixed small issues in onion.cirungentoo
2013-12-30Added a function to create and send a onion packet.irungentoo
2013-12-29onion.c now handles another packet type.irungentoo
2013-12-28Another packet type is now handled by onion.cirungentoo
2013-12-27Another packet type added to onion.cirungentoo
2013-12-26It makes more sense for new_keys() to be in new_net_crypto()irungentoo
2013-12-25All recv packets now handled.irungentoo
2013-12-24Added the shell of onion.{c, h}irungentoo
2013-12-23Added proposal on how to solve all the privacy related problems with the DHT.irungentoo
2013-12-22Added some tests.irungentoo
2013-12-21Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-12-21Added function to save an encrypted version of the messenger.irungentoo
Also added some tests.
2013-12-21Removed upper size limit from encrypt and decrypt_data_symmetric.irungentoo
2013-12-20Merge pull request #682 from jin-eld/build-dht-bootstrapirungentoo
Always build DHT_bootstrap
2013-12-20Always build DHT_bootstrapJin^eLD
DHT_bootstrap is not the same as DHT_bootstrap_serverdaemon, the latter depends on libconfig and can be enabled/disable via a configure parameter. DHT_bootstrap has no dependencies and can always be built.
2013-12-19Fixed ntox building on windows.irungentoo
2013-12-19This might help travis pass the CPU intensive tests.irungentoo
Gotta go fast.
2013-12-18Added new tox autotest.irungentoo
2013-12-17Added simple test for tox.irungentoo
2013-12-16Astyled the code.irungentoo
2013-12-15Code cleanups.irungentoo
No functionality changed.
2013-12-14Fixed comment.irungentoo
2013-12-13small fixJfreegman
2013-12-13added groupchat actionsJfreegman
2013-12-13Merge pull request #678 from FullName/retipp-fixirungentoo
Fix a code cleanup.
2013-12-12Merge branch 'assoc-refresh-distant-data' of ↵irungentoo
https://github.com/FullName/ProjectTox-Core into FullName-assoc-refresh-distant-data
2013-12-12Fixed arm bug.irungentoo
2013-12-12Fixed arm bug.irungentoo
2013-12-11Fix a code cleanup.Coren[m]
DHT.c: - get_close_nodes(): - allow two 'indirect' nodes ('indirect' as in distant from us and therefore not tested regularly, "bad") - be consequent when testing for NULLed results, pack nodes_list dense - (logging) dump number of found entries from assoc - returnedip_ports(): - fix code cleanup, the entry to be added is about the node we were told, not about the node who told us assoc.c: - Assoc_get_close_entries(): break from loops as soon as a marking-invalid-node is hit
2013-12-11Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-12-11Increased some intervals/timeouts to lower network usage.irungentoo
2013-12-10Merge pull request #677 from aitjcize/api-nameirungentoo
More API consistent fix.
2013-12-10More API consistent fix.AZ Huang
2013-12-09Fixed possible issue.irungentoo
2013-12-08Cleaned up and fixed various things.irungentoo
2013-12-08Send groupchat ips like DHT ones.irungentoo
2013-12-08Compatibility fixes.irungentoo
AF_INET/AF_INET6 can vary across devices, we introduce TOX_AF_INET and TOX_AF_INET6 to fix this.
2013-12-08do_Assoc(): keep the data of the buckets somewhat currentCoren[m]
2013-12-07Small fixes.irungentoo
2013-12-07Added/updated some basic docs and cleaned up some things.irungentoo