summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-01Make toxav thread safemannol
2015-02-28Merge branch 'urras-patch-1'irungentoo
2015-02-28Update encryption autotestDubslow
2015-02-27Removed backwards compatibility code from core.irungentoo
That function should be static.
2015-02-27Test fixes.irungentoo
2015-02-27Realign toxencryptsave with new APIDubslow
2015-02-27Allow for specifying the port range to use in Tox_Optionssaneki
2015-02-26Implemented custom packet functions in new api.irungentoo
2015-02-26Added different error codes for custom packet functions in Messenger.irungentoo
2015-02-26More tests ported to new api.irungentoo
2015-02-26Changes to custom packet functions in Messenger.irungentoo
Added function for rtp A/V packets, modified functions to behave correctly for the new api.
2015-02-25Minor changes to READMEUrras
Regarding documentation and an outdated link
2015-02-25Ported some tests to the new api.irungentoo
2015-02-25toxav new api fixes.irungentoo
2015-02-25Fixed bug.irungentoo
2015-02-24Ported some of the code in testing/ to the new api.irungentoo
2015-02-24Remove avatar stuff from Messenger.irungentoo
The new api sees avatars as a different type of file transfer.
2015-02-24Implement pausingmannol
2015-02-23Use edge trigger on listen socket in TCP_Server.irungentoo
This may or may not improve things.
2015-02-22When socket dies, kill it.irungentoo
Use epoll to detect when socket closed connection.
2015-02-21Fixed possible TCP server bug.irungentoo
Function returned success when should have returned failure.
2015-02-21New msi protocolmannol
2015-02-20Implemented callbacks.irungentoo
2015-02-20Implemented message send functions in public api.irungentoo
Internal message functions now return better error codes.
2015-02-20Merge branch 'fixed-receipts' into new_apiirungentoo
2015-02-19Tox connection function and callback should now work as expected.irungentoo
Changes in Messenger to call the callback every time the connection type changes from TCP to UDP.
2015-02-20Removed extra msi header and started testingmannol
2015-02-19Merge branch 'new_api' of https://github.com/dubslow/toxcore into new_apiirungentoo
2015-02-19Typing and status functions implemented.irungentoo
2015-02-18Put const adjective before type nounsDubslow
(Done with two applications of "sed -i -r "s/(\\w+) const\\b/const \\1/g" toxcore/tox.*" ) Conflicts: toxcore/tox.c
2015-02-18use bool in is typing callback.irungentoo
2015-02-18Apparently enums are bad for wrappers and doing this makes wrappingirungentoo
toxcore easier.
2015-02-18Msi should be done; toxav.c need a cleanup and adjustmentsmannol
2015-02-17Added 2 new headers into msi for buffer controlmannol
2015-02-17More new api functions implemented.irungentoo
Some small self explainatory changes to the api.
2015-02-17Updated types in Messenger callbacks to fit with the ones in the new api.irungentoo
Friend number changed from int32_t to uint32_t. Some lengths changed to size_t.
2015-02-17Fixed friend_not_valid function.irungentoo
It now returns if friend is valid or not not only if memory location is valid.
2015-02-17Messenger add friends functions error code fixes.irungentoo
Removed unknown error. norequest function now returns proper error codes.
2015-02-16More new api work done.irungentoo
m_copy_self_statusmessage no longer takes a buffer length argument.
2015-02-16Allow empty names and status messages.irungentoo
2015-02-16Fixed header protectors and cleaning up the msimannol
2015-02-15New api progress.irungentoo
2015-02-15Started adjusting msi backend to new apimannol
2015-02-14Code cleanups.irungentoo
2015-02-14A bit of new api work done.irungentoo
2015-02-14Control part of new api already kind of worksmannol
2015-02-13Started implementing new Tox api.irungentoo
2015-02-12Code Cleanups.irungentoo
2015-02-11Code Cleanups.irungentoo
2015-02-11Code cleanups.irungentoo