Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-20 | Merge branch 'typo' of https://github.com/zetok/ProjectTox-Core | irungentoo | |
2015-06-20 | Merge branch 'doc' of https://github.com/zetok/ProjectTox-Core | irungentoo | |
2015-06-20 | Fix typo in readme: "enrironment" → "environment" | Zetok Zalbavar | |
2015-06-19 | Merge branch 'contributing' of https://github.com/zetok/ProjectTox-Core | irungentoo | |
2015-06-20 | Add real instruction on how to use APIDSL and astyle | Zetok Zalbavar | |
also add to "tox{,.in}.h" note that "tox.h" shouldn't be edited directly, pointing to "tox.in.h" | |||
2015-06-20 | Improve documentation about tcp_port | Zetok Zalbavar | |
Apparently it's not entirely clear that it's not needed in clients. v2, as provided by @nurupo | |||
2015-06-18 | Readme changes. | irungentoo | |
2015-06-17 | Fixed warning. | irungentoo | |
2015-06-16 | Made new_tcp_connections() not depend on dht. | irungentoo | |
2015-06-15 | Fixed warning. | irungentoo | |
2015-06-14 | Fixed travis. | irungentoo | |
2015-06-13 | Fixed warning. | irungentoo | |
2015-06-12 | Added save/load live test. | irungentoo | |
2015-06-11 | Reannounce if path is considered dead. | irungentoo | |
2015-06-10 | Use real path num in onion client. | irungentoo | |
2015-06-09 | Define fix. | irungentoo | |
2015-06-08 | Remove useless variables. | irungentoo | |
2015-06-07 | Merge branch 'improve-crypto' of https://github.com/codedust/toxcore | irungentoo | |
2015-06-07 | Test fix. | irungentoo | |
2015-06-07 | Don't bootstrap to all loaded nodes at once. | irungentoo | |
2015-06-07 | Save DHT friend nodes too. | irungentoo | |
2015-06-06 | Save DHT nodes in a smarter way. | irungentoo | |
2015-06-06 | Improve readability of handle_request() in crypto_core.c | codedust | |
Moving 'return -1;' directly below the conditions improves readability and also better represents the coding style of other functions in crypt_core.c (and everywhere else). | |||
2015-06-05 | Added test. | irungentoo | |
2015-06-04 | Added test. | irungentoo | |
2015-06-03 | Return error if file_id parameter is NULL. | irungentoo | |
2015-06-03 | Merge branch 'instructions' of https://github.com/zetok/ProjectTox-Core | irungentoo | |
2015-06-03 | Update INSTALL.md a bit | Zetok Zalbavar | |
* add install instructions for Gentoo * adjust build instructions for presence of libsodium in some distros | |||
2015-06-02 | Small change. | irungentoo | |
2015-06-01 | Add a test for loading with a secret key. | irungentoo | |
2015-05-31 | Congestion control tweaks. | irungentoo | |
2015-05-30 | Return port error if tcp server failed to init. | irungentoo | |
2015-05-29 | Comment fix. | irungentoo | |
2015-05-28 | Fixed comment. | irungentoo | |
2015-05-27 | Allow empty keys in toxencryptsave. | irungentoo | |
2015-05-26 | Fixed rare bug where userstatus, name, etc... would not be sent to friend. | irungentoo | |
2015-05-26 | Fixed bug when deleting friend that we are connected to in group chat. | irungentoo | |
2015-05-26 | These parameters should have been const. | irungentoo | |
2015-05-25 | tox_new returns NULL on failure. | irungentoo | |
2015-05-24 | Merge branch 'bootstrapd-update2' of ↵ | irungentoo | |
https://github.com/nurupo/InsertProjectNameHere | |||
2015-05-24 | Merge branch 'pointless-check' of https://github.com/tux3/toxcore | irungentoo | |
2015-05-23 | Merge branch 'urras-master' | irungentoo | |
2015-05-23 | Fix make dist, broken in 422e744 | urras | |
2015-05-22 | Move savedata to options struct. | irungentoo | |
Add a way to select the type of savedata (normal savedata, load a secret key, potentially others?) to load. | |||
2015-05-21 | Load only secret key from tox save, not public key. | irungentoo | |
Calculate public key from it. | |||
2015-05-20 | Merge branch 'tcp_server' | irungentoo | |
2015-05-20 | Syncbot fixes. | irungentoo | |
2015-05-19 | Some fixes. | irungentoo | |
2015-05-19 | Remove pointless nullity check on array address | tux3 | |
assoc->self_client_id is always true, therefore we can remove it from that if" -m "The if thus asserts !assoc->self_hash, so we can elide the immediately following if (!assoc->self_hash) | |||
2015-05-18 | If we get the ip/port of a relay on a local ip, assume that our friend | irungentoo | |
is hosting a relay on his ip. |