Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-01 | Fixed some non standard C. | irungentoo | |
2014-10-07 | Made toxdns header cpp-friendly | Maxim Biro | |
2014-09-19 | Added TOXDNS_MAX_RECOMMENDED_NAME_LENGTH define that clients can | irungentoo | |
choose to ignore if they want. | |||
2014-09-09 | spelling corrections | cgar | |
2014-07-13 | Fix win32 mingw native build | Jin^eLD | |
toxdns was not linking because of references to functions in crypto_core | |||
2014-06-23 | Merge branch 'notsecure-split-video' | irungentoo | |
2014-06-23 | unrelated: got rid of some warnings | notsecure | |
2014-06-19 | dns3_test now automatically does the DNS request. | irungentoo | |
tox_decrypt_dns3_TXT no longer needs id_record to be null terminated. | |||
2014-06-17 | Small fixes. | irungentoo | |
Added toxdns.h include to toxdns.c. Removed default "Online" status message. | |||
2014-06-15 | Astyled code. | irungentoo | |
2014-06-14 | Updated toxdns howto. | irungentoo | |
2014-06-14 | Fixed some issues in toxdns and added a test. | irungentoo | |
Added request_id. request_id must be obtained with tox_generate_dns3_string, stored, then passed to tox_decrypt_dns3_TXT when we want to decrypt the received response. | |||
2014-06-14 | Added toxdns. | irungentoo | |
toxdns currently contains functions to make it easier for clients to create tox dns3 requests and handle tox dns3 responses: an encrypted way of querying Tox DNS id servers for Tox ids from usernames. |