index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testing
/
nTox.c
Age
Commit message (
Expand
)
Author
2015-05-22
Move savedata to options struct.
irungentoo
2015-03-21
Renamed tox_file_send_control to tox_file_control.
irungentoo
2015-03-19
callback_file_request_chunk -> callback_file_chunk_request
Dubslow
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 new...
irungentoo
2015-03-18
Merged normal message function and send action function into one
irungentoo
2015-03-18
Move get_connection_status to self pseudonamespace, to contrast friend_get_co...
Dubslow
2015-03-18
When friend goes offline all his file transfers get removed.
irungentoo
2015-03-18
Api changes.
irungentoo
2015-03-17
Save function renamed to tox_get_savedata()
irungentoo
2015-03-17
Added and implemented file_id parameter to file tranfers.
irungentoo
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
2015-03-10
Ported nTox to new file transfer api.
irungentoo
2015-02-24
Ported some of the code in testing/ to the new api.
irungentoo
2014-11-10
Group audio might work now but I have not tested anything yet.
irungentoo
2014-09-26
Group chats are starting to work.
irungentoo
2014-08-14
Modified tox_bootstrap_from_address() function.
irungentoo
2014-08-14
Added disabling of UDP and basic SOCKS5 proxy support to public API.
irungentoo
2014-07-02
Fixed const related warnings.
irungentoo
2014-06-20
Fix CppCheck style errors
Tux3 / Mlkj / !Lev.uXFMLA
2014-06-10
Astyle and fixes.
irungentoo
2014-06-08
Fixed some nTox bugs.
irungentoo
2014-06-08
fix nTox cmdline input slow problem.
liuguangzhao
2014-06-01
Fixed TOX_MAX_MESSAGE_LENGTH define.
irungentoo
2014-05-30
Renamed tox_do_run_interval to tox_do_interval.
irungentoo
2014-05-30
Replaced tox_wait* functions with tox_do_run_interval().
irungentoo
2014-03-31
tox_group_get_names now returns a list of name lengths along with the list of...
irungentoo
2014-03-18
nTox fixes.
irungentoo
2014-03-18
Merge branch 'api-fix'
irungentoo
2014-03-16
Friend request callback now contains the Tox object.
irungentoo
2014-02-22
Renamed dht server to dht node
Maxim Biro
2014-02-21
Some api changes.
irungentoo
2014-01-19
proper windows preprocessor detection
Ben Iofel
2013-12-19
Fixed ntox building on windows.
irungentoo
2013-11-29
Fix typo.
AZ Huang
2013-11-29
Fix API name consistency.
AZ Huang
2013-11-29
Fix return code inconsistency.
AZ Huang
2013-11-27
Various changes to nTox including a potential crash (also possible from remot...
Coren[m]
2013-11-26
Print a more detailed message on CHAT_CHANGE_PEER_DEL, so a user isn't confou...
Coren[m]
2013-11-24
group_namelistchange(): for ui reasons, divulge the peernumber and the nature...
Coren[m]
2013-11-23
Added callback that tells you when the peer name list of a group chat changes.
irungentoo
2013-11-22
Added function to get the number of peers and list of names for group chats.
irungentoo
2013-11-14
Wrapping: Expanded space of output to be a bit larger than input. Basic wrap(...
Coren[m]
2013-11-13
Add a "conversation mode", where you set your conversation partner once and t...
Coren[m]
2013-11-12
Merge branch 'group_peername' of https://github.com/FullName/ProjectTox-Core ...
irungentoo
[next]