Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-19 | proper windows preprocessor detection | Ben Iofel | |
2014-01-19 | Some small improvements added. | irungentoo | |
2014-01-19 | Commented out now useless code. | irungentoo | |
2014-01-19 | Small protocol change for more replay attack prevention. | irungentoo | |
see the changes to Prevent_Tracking.txt | |||
2014-01-19 | Added no_replay and added some things to the docs. | irungentoo | |
2014-01-18 | Some optimizations and fixes. | irungentoo | |
2014-01-18 | Fixed segfault. | irungentoo | |
2014-01-17 | Small performance increases. | irungentoo | |
2014-01-17 | Incorporated onion into Tox. | irungentoo | |
Fixed a couple of issues related to that. | |||
2014-01-16 | Wrote random_path function. | irungentoo | |
Added onion_client to the build system. | |||
2014-01-15 | onion_client almost done. | irungentoo | |
2014-01-14 | Some packet handling code added to onion_client. | irungentoo | |
2014-01-14 | Onion data packets can now be handled in onion_client. | irungentoo | |
oniondata_registerhandler(...) can be used to register different packet types to handle them and send_onion_data(...) can be used to send these packets. | |||
2014-01-13 | Added functions to add/remove friends in onion_client. | irungentoo | |
Added a tiny optimization to net_crypto. | |||
2014-01-12 | Some work done in onion_client. | irungentoo | |
2014-01-11 | Some work done on onion_client | irungentoo | |
2014-01-10 | Some work on onion_client done. | irungentoo | |
2014-01-10 | Removed useless line. | irungentoo | |
2014-01-09 | Some work done on the client part. | irungentoo | |
2014-01-09 | Putting the sendback outside the encrypted part of the response. | irungentoo | |
It's more useful this way. | |||
2014-01-08 | Fixed problem in onion_announce.c | irungentoo | |
Added a way to know if a announce response is valid. | |||
2014-01-07 | Added shell of onion_client.c | irungentoo | |
2014-01-06 | onion_announce seems to be working perfectly. | irungentoo | |
Stuff added and fixed. | |||
2014-01-05 | Tests added and some fixes for the onion part. | irungentoo | |
2014-01-04 | Some work on the onion part done. | irungentoo | |
2014-01-03 | A bit of work done on the onion part. | irungentoo | |
2014-01-02 | Some work done on the onion announce part. | irungentoo | |
2014-01-01 | Some small cleanups. | irungentoo | |
TODO: remove old todos that have been done. | |||
2013-12-31 | Added onion.c to build system and added a test. | irungentoo | |
2013-12-31 | Fixed small issues in onion.c | irungentoo | |
2013-12-30 | Added a function to create and send a onion packet. | irungentoo | |
2013-12-29 | onion.c now handles another packet type. | irungentoo | |
2013-12-28 | Another packet type is now handled by onion.c | irungentoo | |
2013-12-27 | Another packet type added to onion.c | irungentoo | |
2013-12-26 | It makes more sense for new_keys() to be in new_net_crypto() | irungentoo | |
2013-12-25 | All recv packets now handled. | irungentoo | |
2013-12-24 | Added the shell of onion.{c, h} | irungentoo | |
2013-12-21 | Added function to save an encrypted version of the messenger. | irungentoo | |
Also added some tests. | |||
2013-12-21 | Removed upper size limit from encrypt and decrypt_data_symmetric. | irungentoo | |
2013-12-17 | Added simple test for tox. | irungentoo | |
2013-12-16 | Astyled the code. | irungentoo | |
2013-12-15 | Code cleanups. | irungentoo | |
No functionality changed. | |||
2013-12-14 | Fixed comment. | irungentoo | |
2013-12-13 | small fix | Jfreegman | |
2013-12-13 | added groupchat actions | Jfreegman | |
2013-12-13 | Merge pull request #678 from FullName/retipp-fix | irungentoo | |
Fix a code cleanup. | |||
2013-12-12 | Merge branch 'assoc-refresh-distant-data' of ↵ | irungentoo | |
https://github.com/FullName/ProjectTox-Core into FullName-assoc-refresh-distant-data | |||
2013-12-12 | Fixed arm bug. | irungentoo | |
2013-12-12 | Fixed arm bug. | irungentoo | |
2013-12-11 | Fix 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 |