Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-25 | Merge branch 'mannol1-Multicalls' into multi-av | irungentoo | |
2014-05-24 | Tests works and some fixes | mannol | |
2014-05-20 | Merge upstream fo real now? | mannol | |
2014-05-20 | Merge upstream and other stuff | mannol | |
2014-05-16 | This works. | mannol | |
2014-05-15 | Exposed and tested disconnect notification TCP packets. | irungentoo | |
2014-05-14 | Added OOB packets to the TCP client and server. | irungentoo | |
2014-05-14 | Really fixed TCP_test. | irungentoo | |
2014-05-13 | Fixed TCP_test. | irungentoo | |
TCP_test now tests set_tcp_connection_number. | |||
2014-05-13 | Fixed tox_test sometimes timing out. | irungentoo | |
2014-05-12 | Fixed onion test. | irungentoo | |
2014-05-10 | This should work | mannol | |
2014-05-09 | Fixed small issues. | irungentoo | |
Added set_buffer_end(). File transfer test now checks if pieces arrive correctly. | |||
2014-05-02 | Fixed other test. | irungentoo | |
2014-05-02 | Fixed one test. | irungentoo | |
2014-05-03 | Bunch of random changes | mannol | |
2014-05-01 | Protocol implementation is starting to look ok. | irungentoo | |
Still need to decide exactly how data packets will work though. | |||
2014-04-27 | Yeah many calls | mannol | |
2014-04-25 | Fixed building with NaCl. | irungentoo | |
2014-04-23 | Updated some files so that they could build with latest core. | irungentoo | |
Fixed some issues. | |||
2014-04-21 | Fixed test. | irungentoo | |
2014-04-21 | Fixed a test. | irungentoo | |
Removed function from Messenger.h | |||
2014-04-21 | Crypto related cleanups. | irungentoo | |
Moved Bunch of functions from net_crypto to crypto_core. decrypt_data_fast and decrypt_data_symmetric were the same thing therefore, removed decrypt_data_fast. Replaced all the crypto_secretbox_* defines with the equivalent crypto_box_* one. New define: crypto_box_KEYBYTES that is equal to crypto_box_BEFORENMBYTES. | |||
2014-04-16 | Some speedups and small fixes. | irungentoo | |
2014-04-15 | Fixed regression, announce responses can contain 0 nodes. | irungentoo | |
2014-04-15 | Major protocol changes, this commit breaks all network compatibility. | irungentoo | |
Removed a bunch of useless space from various structs. pack_nodes() and unpack_nodes() are now used to transmit lists of nodes for the DHT and onion parts. They provide a way to transmit both ipv6 and ipv4 nodes in the same packet in a portable way that takes as little space as possible without compression. Using pack_nodes, merged the send nodes and send nodes ipv6 packets into one packet greatly reducing the risk of amplification attacks. | |||
2014-04-14 | Added function to TCP client and some tests. | irungentoo | |
2014-04-12 | Pings and onion packets implemented in TCP_Client.c | irungentoo | |
Astyled one test and added a couple lines to another. | |||
2014-04-10 | Added TCP test to build system. | irungentoo | |
2014-04-09 | Fix phone.c | AZ Huang | |
2014-04-07 | Merge branch 'master' of https://github.com/mannol1/ProjectTox-Core into ↵ | irungentoo | |
mannol1-master | |||
2014-04-07 | Bug fix | mannol | |
2014-04-06 | Added TCP_client. | irungentoo | |
Some work done on the TCP part. | |||
2014-04-06 | Merge branch 'master' of https://github.com/mannol1/ProjectTox-Core into ↵ | irungentoo | |
mannol1-master | |||
2014-04-06 | Codec settings | mannol | |
2014-04-05 | Astyled test. | irungentoo | |
2014-04-05 | Rename suite | mannol | |
2014-04-05 | Added test | mannol | |
2014-03-31 | tox_group_get_names now returns a list of name lengths along with the list ↵ | irungentoo | |
of names. TCP test now also tests pings. | |||
2014-03-29 | TCP server now has onion functionality. | irungentoo | |
All the IP/Port related structs now have __attribute__ ((__packed__)) | |||
2014-03-28 | TCP server almost ready. | irungentoo | |
2014-03-26 | TCP server testing in progress. | irungentoo | |
2014-03-20 | Fixed an api inconsistency. | irungentoo | |
2014-03-18 | Merge branch 'api-fix' | irungentoo | |
Main changes: 1. Strings no longer need to be NULL terminated. 2. tox_get_friend_id is now named tox_get_friend_number. 3. The friend request callback function is now (Tox *tox, uint8_t *, uint8_t *, uint16_t, void *), the Tox object pointer has been added to it. | |||
2014-03-16 | Friend request callback now contains the Tox object. | irungentoo | |
2014-03-14 | A bit of work done on the TCP relay server. | irungentoo | |
2014-02-27 | Fixed onion test. | irungentoo | |
2014-02-26 | Fixed/updated tests. | irungentoo | |
2014-02-22 | fixed build. | irungentoo | |
2014-02-19 | Added local file sending test to tox_test and updated TODO. | irungentoo | |