index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
tox.c
Age
Commit message (
Expand
)
Author
2013-12-21
Added function to save an encrypted version of the messenger.
irungentoo
2013-12-16
Astyled the code.
irungentoo
2013-12-13
added groupchat actions
Jfreegman
2013-12-10
More API consistent fix.
AZ Huang
2013-12-07
Added/updated some basic docs and cleaned up some things.
irungentoo
2013-12-03
fix naming inconsistency in tox.h
alexandervdm
2013-11-29
Fix typo.
AZ Huang
2013-11-29
Fix API name consistency.
AZ Huang
2013-11-29
Should return 0 for tox_file_dataremaining since it returns unsigned
AZ Huang
2013-11-29
Fix return code inconsistency.
AZ Huang
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-18
Fixed a few typos.
Jman012
2013-11-18
Added functions tox_count_chatlist and tox_copy_chatlist.
Jman012
2013-10-23
Code cleanups.
irungentoo
2013-10-18
Removed bad function from public API (This breaks toxic.)
irungentoo
2013-10-10
Added message ids to action messages
Maxim Biro
2013-10-08
Added function to get the piece size for sending files.
irungentoo
2013-10-06
Oops. Didn't pass along the results from inside to outside...
Coren[m]
2013-10-06
Merge remote-tracking branch 'upstream/master' into wait: replace void *tox w...
Coren[m]
2013-10-06
sendqueue_length no longer determines if we check for socket-can-write, but s...
Coren[m]
2013-10-05
Broken *_wait() into *_wait_prepare() and *_wait_execute()
Coren[m]
2013-10-02
File sending added to public api.
irungentoo
2013-10-02
Add tox_wait() for socket, allow tox.h include in tox.c
Coren[m]
2013-09-23
made setfriendname part of public api
Jfreegman
2013-09-22
Keep the code consistent.
irungentoo
2013-09-21
Change tox_get_friendlist API.
Sebastian Stal
2013-09-17
astyled everything.
irungentoo
2013-09-16
Functions to get name of peer in group chat added.
irungentoo
2013-09-14
astyled everything.
irungentoo
2013-09-13
Merge remote-tracking branch 'upstream/master' into Integration
Coren[m]
2013-09-12
Put group chat functions in the public API.
irungentoo
2013-09-12
network.*:
Coren[m]
2013-09-12
tox.h:
Coren[m]
2013-09-11
tox.h, DHT.h:
Coren[m]
2013-09-10
tox.*, DHT.*:
Coren[m]
2013-09-10
big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6
Coren[m]
2013-09-09
Merge branch 'master' into Integration
Coren[m]
2013-09-09
tox.*, Messenger.*:
Coren[m]
2013-09-09
tox.*, DHT.*;
Coren[m]
2013-09-09
initialize name_length
Jfreegman
2013-09-07
Removed friendstatus from client API
Maxim Biro
2013-09-06
Allow to build vs nacl instead of libsodium
Jin^eLD
2013-09-05
Function for retreiving a list of friend numbers
Jin^eLD
2013-09-02
last of the comment refactoring from toxcore
JamoBox
2013-08-29
Correct a lot of the grammar and spelling. Also spent a few hours fixing the ...
pete
2013-08-24
Rename core directory because of autoconf name clash
jin-eld