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-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-03 | Return error if file_id parameter is NULL. | irungentoo | |
2015-05-29 | Comment fix. | irungentoo | |
2015-05-28 | Fixed comment. | irungentoo | |
2015-05-25 | tox_new returns NULL on failure. | irungentoo | |
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-08 | Added basic TCP server hosting to tox.h api. | irungentoo | |
TODO: tell friends we are hosting a relay and prioritize using relays hosted by friends over bootstrap ones. | |||
2015-04-26 | fix useless use of cat | flan | |
2015-04-25 | Switched tox.h to the dsl generated one. | irungentoo | |
Added input file to generate it. Moved the astyle stuff to the astyle directory in other/. |