Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-03 | Astyle. | irungentoo | |
2015-10-10 | New Adaptive BR algorithm, cleanups and fixes | Eniz Vukovic | |
2015-08-09 | Updated with upstream | mannol | |
2015-08-08 | Merge branch 'dragonfly' of https://github.com/mneumann/toxcore | irungentoo | |
2015-08-08 | Removed redundant function from video.[h|c] | mannol | |
2015-08-07 | Removed a useless define. | irungentoo | |
2015-08-08 | Fix for DragonFlyBSD | Michael Neumann | |
2015-08-07 | Fixed memory leak during session cleanup and fixed naming. | mannol | |
2015-07-29 | client_id -> public_key | irungentoo | |
2015-06-27 | Renamed TOXAV_CALL_STATE to TOXAV_FRIEND_CALL_STATE | mannol | |
2015-06-13 | Fixed sample size in callback and other stuff | mannol | |
2015-06-05 | Rebased on master and removed alpha channel (again) | mannol | |
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-22 | Updated with master | mannol | |
2015-05-20 | Syncbot fixes. | irungentoo | |
2015-05-07 | Fixed inconsistencies | mannol | |
2015-04-29 | Done | mannol | |
2015-03-21 | Renamed tox_file_send_control to tox_file_control. | irungentoo | |
Renamed tox_file_send_seek to tox_file_seek. | |||
2015-03-19 | callback_file_request_chunk -> callback_file_chunk_request | Dubslow | |
A couple of minor reasons, combined warrant a PR imo: a) fileChunkRequested is a better signal name than fileRequestChunkReceived, and I don't want to break consistency by reordering words for just this signal b) "request chunk" is parsed by English speakers as a verb-object combination, implying sending the request, not receiving, whereas "chunk requested" is parsed (more correctly) as an adjective-noun combo (in particular, request is a noun not a verb), and thus reads far more like "hey heads up we just got a request" For instance some tests/testing code had some callbacks to *receive* chunk requests, and they were called "tox_file_request_chunk"... to receive a chunk, not request it. Now they're called "tox_file_chunk_request". So yeah... | |||
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-18 | When friend goes offline all his file transfers get removed. | irungentoo | |
This is now documented in the API. Ported programs in testing/ to this behaviour. | |||
2015-03-18 | Api changes. | irungentoo | |
receive to recv in file receive functions. Added TOX_MAX_FILENAME_LENGTH define. | |||
2015-03-17 | Save function renamed to tox_get_savedata() | irungentoo | |
2015-03-17 | Added and implemented file_id parameter to file tranfers. | irungentoo | |
file_id is a 32byte identifier that can be used by users to identify file tranfers across core/client restarts in order to resume broken file tranfers. In avatar tranfers it corresponds to the hash of the avatar. Added tox_file_get_file_id() function to api to obtain the file_id of an ongoing file transfer. If not set, core will generate a random one. | |||
2015-03-14 | Make nTox save on exit. | irungentoo | |
2015-03-13 | Remove TOX_FILE_KIND typedef. | irungentoo | |
2015-03-13 | Merge branch 'newer_api' of https://github.com/dubslow/toxcore into new_api | irungentoo | |
2015-03-13 | revert to TOX_FILE_KIND | Dubslow | |
2015-03-12 | Convert core code depending on the api | Dubslow | |
2015-03-12 | Added position parameter to tox_file_send_chunk(). | irungentoo | |
This is done so that the function now has the same parameters as the request chunk callback. | |||
2015-03-12 | tox_new now sets error to TOX_ERR_NEW_PORT_ALLOC when binding to port fails. | irungentoo | |
2015-03-10 | Ported nTox to new file transfer api. | irungentoo | |
2015-03-10 | testing/tox_sync now fully works on the new api. | irungentoo | |
2015-03-09 | Fixed small issue. | irungentoo | |
2015-02-24 | Ported some of the code in testing/ to the new api. | irungentoo | |
2015-01-31 | Update avatar documentation | Alexandre Erwin Ittner | |
Add missing function and fixes some typos and formatting. | |||
2015-01-31 | Rename "client id" to "public key" in avatar docs and examples | Alexandre Erwin Ittner | |
Commit b8d530c9e0bbce331f22cbff7f818e49673d5bd7 and some of its parents changed the public name of "client id" to "public key". Update the avatar documentation to follow the idea. | |||
2014-11-10 | Fixed irc syncbot. | irungentoo | |
2014-11-10 | Group audio might work now but I have not tested anything yet. | irungentoo | |
2014-10-17 | fix #1120 | dubslow | |
2014-10-15 | Use monotonic time function already in toxcore. | irungentoo | |
2014-10-15 | irc_syncbot now parse out NULL characters from the Tox groupchat. | irungentoo | |
2014-10-14 | Added basic IRC group syncbot to testing. | irungentoo | |
2014-10-01 | Group chats now actually work somewhat. | irungentoo | |
2014-09-28 | Merge branch 'master' of https://github.com/irungentoo/toxcore | dubslow | |
2014-09-27 | test_avatars: Implement new policy for the user avatar file | Alexandre Erwin Ittner | |
Change location of the user avatar from "<data dir>/avatar.png" to "<data dir>/avatars/<user id>.png", as proposed by commit 6f4ab49f5c2a33aab00bdb9e80dfe51624089899 | |||
2014-09-26 | Added callbacks to DHT called when the ip of a peer is discovered. | irungentoo | |