Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-08 | Fix for DragonFlyBSD | Michael Neumann | |
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-03-18 | Renamed TOX_MESSAGE_TYPE_MESSAGE to TOX_MESSAGE_TYPE_NORMAL. | irungentoo | |
2015-03-18 | Merge branch 'one_more_rename' of https://github.com/dubslow/toxcore into ↵ | irungentoo | |
new_api | |||
2015-03-18 | Merged normal message function and send action function into one | irungentoo | |
messaging function. This removes code duplication and allows us to easily add new message types to the api without having to add new functions. | |||
2015-03-18 | Move get_connection_status to self pseudonamespace, to contrast ↵ | Dubslow | |
friend_get_connection_status | |||
2015-03-12 | Convert core code depending on the api | Dubslow | |
2015-03-09 | Fixed small issue. | irungentoo | |
2015-02-24 | Ported some of the code in testing/ to the new api. | irungentoo | |
2014-08-23 | Added FreeBSD include | Maxim Biro | |
2014-08-20 | Daily OS X fix. | stal | |
Patch also fixes NetBSD and OpenBSD, but I can't test that. <pty.h> is <util.h> on some BSDs. | |||
2014-08-19 | Added tox_shell to testing. | irungentoo | |
tox_shell is a basic secure shell that can be used to control a computer from any Tox client. Just run tox_shell and make it add your Tox id. It's very basic but it works. |