Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-23 | Updated some files so that they could build with latest core. | irungentoo | |
Fixed some issues. | |||
2014-04-23 | Major cleanups. | irungentoo | |
Fixed circular dependency between DHT and net_crypto: DHT no longer depends on net_crypto. Moved the crypto request packets functions to crypto core and DHT. Cleaned up/added some defines that can be used to get the true maximum length of things like the friends request message. MAX_DATA_SIZE has been replaced in most places by more appropriate defines. | |||
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-16 | DHT_bootstrap.c now has TCP server functionality enabled. | irungentoo | |
Fixed a regression (same type as last commit). | |||
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-03-09 | Reduced the number of useless onion packets sent. | irungentoo | |
2014-03-08 | send_custom_user_packet now returns -1 when friend is offline. | irungentoo | |
2014-03-07 | Fixed clients not connecting when there is only 2 people on the network. | irungentoo | |
2014-03-07 | Speeded up onion requests. | irungentoo | |
Also increased the maximum number of announce entries. | |||
2014-03-03 | Some small changes/fixes. | irungentoo | |
Changed some timeouts and made cryptopacket_handle return correctly. | |||
2014-03-03 | Made onion paths expire eventually client side. | irungentoo | |
2014-02-28 | Very simple fix to lower bandwidth usage at startup. | irungentoo | |
2014-02-26 | Major speed/cpu usage/bandwidth improvements to onion. | irungentoo | |
2014-02-15 | Fixed some possible issues. | irungentoo | |
2014-02-13 | Onion now eventualy deletes friends from the DHT search. | irungentoo | |
This should improve long term bandwidth usage by a bit. | |||
2014-02-02 | Fixed warning. | irungentoo | |
2014-01-31 | Fixed error in last commit. | irungentoo | |
The tests actually work. | |||
2014-01-31 | Improved onion connection by a bit. | irungentoo | |
2014-01-30 | Fixed bug with client_ping_nodes() not pinging any nodes. | irungentoo | |
2014-01-25 | Fixed possible anonimity leak with the onion routing. | irungentoo | |
2014-01-24 | Set last_noreplay to zero when friend goes offline. | irungentoo | |
2014-01-21 | Decreased interval between sending announce packets. | irungentoo | |
2014-01-21 | Fixed bug. | irungentoo | |
2014-01-21 | Adjusted some timeouts. | irungentoo | |
2014-01-21 | Fixed some portability issues. | irungentoo | |
2014-01-20 | Adjusted some timeouts and fixed possible memory leak. | irungentoo | |
2014-01-20 | Enabled onion in bootstrap_serverdaemon. | irungentoo | |
2014-01-20 | Fakeid packets are now also sent via the DHT. | 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-09 | Some work done on the client part. | irungentoo | |
2014-01-07 | Added shell of onion_client.c | irungentoo | |