index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
Messenger.c
Age
Commit message (
Expand
)
Author
2013-10-02
Add tox_wait() for socket, allow tox.h include in tox.c
Coren[m]
2013-09-28
Fixed possible bug.
irungentoo
2013-09-27
Astyled the code.
irungentoo
2013-09-27
Merge branch 'ClientData46' of https://github.com/FullName/ProjectTox-Core in...
irungentoo
2013-09-27
Logging loop corrected.
Coren[m]
2013-09-27
Permit -Wshadow as useful warning.
Coren[m]
2013-09-27
expanded Client_data to hold two addresses (IPv4, IPv6) instead of one
Coren[m]
2013-09-24
Possible bug fixed.
irungentoo
2013-09-24
Merge pull request #604 from JFreegman/master
irungentoo
2013-09-23
check length of name
Jfreegman
2013-09-23
Fixed typo.
irungentoo
2013-09-23
made setfriendname part of public api
Jfreegman
2013-09-22
Fix typo. "if (yesno != 0 || yesno != 1)" always true
Maks
2013-09-22
Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core
irungentoo
2013-09-22
Keep the code consistent.
irungentoo
2013-09-22
Merge branch 'patch-9001' of https://github.com/stal888/ProjectTox-Core into ...
irungentoo
2013-09-22
Merge pull request #600 from Jman012/master
irungentoo
2013-09-22
Fixed the connection bug and cleaned up some stuff.
irungentoo
2013-09-21
Fixed a bug or two.
Jman012
2013-09-21
Fix bug.
irungentoo
2013-09-21
Fixed bug.
irungentoo
2013-09-21
Change tox_get_friendlist API.
Sebastian Stal
2013-09-21
Thou shalt not take singular commands after an if into #ifdef DEBUG...
Coren[m]
2013-09-17
Merge branch 'group-chat'
irungentoo
2013-09-17
astyled everything.
irungentoo
2013-09-17
numchats needs to be decremented
Jfreegman
2013-09-16
Functions to get name of peer in group chat added.
irungentoo
2013-09-17
Merge remote-tracking branch 'upstream/master' into MessengerLoadSave
Coren[m]
2013-09-17
Tests of state loading/saving lead to two fixes for DHT.c and util.c
Coren[m]
2013-09-16
Fixed build.
irungentoo
2013-09-16
Toxcore should never print anything when built normally.
irungentoo
2013-09-16
Merge pull request #576 from FullName/MessengerLoadSave
irungentoo
2013-09-16
Fix warnings of -Wall -Wextra
Coren[m]
2013-09-16
additional length >= size checks
Coren[m]
2013-09-16
Merge remote-tracking branch 'upstream/master' into MessengerLoadSave
Coren[m]
2013-09-14
astyled everything.
irungentoo
2013-09-14
DHT.c:
Coren[m]
2013-09-14
Change sublength to 32 bits. Someone might have more than (sizeof(Friends) / ...
Coren[m]
2013-09-13
Merge remote-tracking branch 'upstream/master' into MessengerLoadSave
Coren[m]
2013-09-13
State loading/saving: Instead of a blob, segment into sections marked with tags.
Coren[m]
2013-09-13
Merge remote-tracking branch 'upstream/master' into Integration
Coren[m]
2013-09-13
TOX_ENABLE_IPV6 is now #define'd per default. Added some logging and error me...
Coren[m]
2013-09-12
Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core
irungentoo
2013-09-12
Very basic group chats, tested and working with nTox.
irungentoo
2013-09-12
Merge remote-tracking branch 'upstream/master' into Integration
Coren[m]
2013-09-12
Merge remote-tracking branch 'upstream/master' into DHT_bootstrap
Coren[m]
2013-09-12
Patch to allow DHT_bootstrap to also do LAN discovery.
Coren[m]
2013-09-12
network.*:
Coren[m]
2013-09-12
Messenger.c:
Coren[m]
2013-09-11
Integration of group chats into messenger in progress.
irungentoo
[next]