Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2013-12-11 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
2013-12-11 | Increased some intervals/timeouts to lower network usage. | irungentoo | |
2013-12-10 | More API consistent fix. | AZ Huang | |
2013-12-09 | Fixed possible issue. | irungentoo | |
2013-12-08 | Cleaned up and fixed various things. | irungentoo | |
2013-12-08 | Send groupchat ips like DHT ones. | irungentoo | |
2013-12-08 | Compatibility fixes. | irungentoo | |
AF_INET/AF_INET6 can vary across devices, we introduce TOX_AF_INET and TOX_AF_INET6 to fix this. | |||
2013-12-08 | do_Assoc(): keep the data of the buckets somewhat current | Coren[m] | |
2013-12-07 | Small fixes. | irungentoo | |
2013-12-07 | Added/updated some basic docs and cleaned up some things. | irungentoo | |
2013-12-07 | Try to replace not tested/possibly bad nodes before good nodes. | irungentoo | |
2013-12-06 | Merge branch 'master' into harden | irungentoo | |
2013-12-05 | Merge pull request #674 from FullName/RFC6598 | irungentoo | |
Shared address space for stacking NAT (CGN) is LAN. | |||
2013-12-05 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
2013-12-05 | All nodes returned must be good. | irungentoo | |
2013-12-05 | Added a assoc test. | irungentoo | |
Changed default assoc so that it behaves correctly. | |||
2013-12-05 | Shared address space for stacking NAT (CGN) is, just like 'regular' private ↵ | Coren[m] | |
address space, LAN. | |||
2013-12-05 | Merge branch 'sendnodes-with-assoc' of ↵ | irungentoo | |
https://github.com/FullName/ProjectTox-Core into FullName-sendnodes-with-assoc | |||
2013-12-04 | Merge pull request #671 from palistov/do-friends-cleanup | irungentoo | |
Clean up do_friends function | |||
2013-12-04 | Messenger: Fix compile issue with check_friend_request_timed_out | Paul Holden | |
2013-12-03 | get_close_nodes(): make use of assoc to find some really close nodes | Coren[m] | |
DHT.c: - get_close_nodes(): use assoc to find nodes for the requested reference id - handle_sendnodes*(): set a proper timestamp for "heard" nodes assoc.*: - expand Assoc_close_entries by flags for additional restrictions for search - Assoc_get_close_entries(): honor the new flags - new_Assoc() prime handling: min. prime is now 5 instead of 3, and up to 25 is handled directly - Assoc_status(): added address family for seen/heard, print of hash is now fixed width | |||
2013-12-03 | fix naming inconsistency in tox.h | alexandervdm | |
2013-12-02 | Merge pull request #670 from FullName/log-match-m_friend-and-dht_friend | irungentoo | |
Logging: Messenger's "Friend" and DHT's "DHT_Friend" don't necessarily use the same indices. | |||
2013-12-02 | Don't hole punch when we are connected. | irungentoo | |
2013-12-02 | Fixed bug with hole punching. | irungentoo | |
2013-12-02 | Logging: Messenger's "Friend" and DHT's "DHT_Friend" don't necessarily use ↵ | Coren[m] | |
the same indices. Match the indices beforehand and then log the matched up data. Also log unmatched "DHT_Friend"s minimally. | |||
2013-12-02 | Messenger: New function to check & handle timed-out friend requests | Paul Holden | |
2013-12-01 | fix 'typedef redefinition' build errors on older gcc versions | alexandervdm | |
building toxcore | |||
2013-12-01 | Tweaked hole punching a bit. | irungentoo | |
2013-11-30 | The stuff in do_DHT only need to be run once per second. | irungentoo | |
Should lower CPU usage by a bit. | |||
2013-11-29 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
2013-11-29 | Add sodium_init() function to startup. | irungentoo | |
2013-11-29 | Fix typo. | AZ Huang | |
2013-11-29 | Fix API name consistency. | AZ Huang | |
2013-11-29 | Fixed possible issue. | irungentoo | |
2013-11-29 | Should return 0 for tox_file_dataremaining since it returns unsigned | AZ Huang | |
2013-11-29 | Fix return code inconsistency. | AZ Huang | |