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
2014-01-17
Small performance increases.
irungentoo
2014-01-17
Incorporated onion into Tox.
irungentoo
2014-01-01
Some small cleanups.
irungentoo
2013-12-26
It makes more sense for new_keys() to be in new_net_crypto()
irungentoo
2013-12-21
Added function to save an encrypted version of the messenger.
irungentoo
2013-12-14
Fixed comment.
irungentoo
2013-12-13
added groupchat actions
Jfreegman
2013-12-09
Fixed possible issue.
irungentoo
2013-12-07
Added/updated some basic docs and cleaned up some things.
irungentoo
2013-12-06
Merge branch 'master' into harden
irungentoo
2013-12-04
Merge pull request #671 from palistov/do-friends-cleanup
irungentoo
2013-12-04
Messenger: Fix compile issue with check_friend_request_timed_out
Paul Holden
2013-12-02
Logging: Messenger's "Friend" and DHT's "DHT_Friend" don't necessarily use th...
Coren[m]
2013-12-02
Messenger: New function to check & handle timed-out friend requests
Paul Holden
2013-11-29
Fixed possible issue.
irungentoo
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-27
Friend requests from friends are now discarded.
irungentoo
2013-11-24
group_namelistchange(): for ui reasons, divulge the peernumber and the nature...
Coren[m]
2013-11-23
Kill_messenger now kills group chats.
irungentoo
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-21
Speed up group chat bootstrapping by a bit.
irungentoo
2013-11-19
Fixed a cuple stylistic bugs. Behaviour should be the same but the code is no...
Jman012
2013-11-19
Added null check to each chat before incrementing.
Jman012
2013-11-18
Fixed a few typos.
Jman012
2013-11-18
Added functions tox_count_chatlist and tox_copy_chatlist.
Jman012
2013-11-18
Merge pull request #650 from FullName/ID-IP-basic
irungentoo
2013-11-17
Fixed segfault.
irungentoo
2013-11-17
Assoc's array is now allocated dynamically and per default much smaller (320 ...
Coren[m]
2013-11-14
Significantly trimmed down version of an ID<=>IP cache.
Coren[m]
2013-11-12
Cleaned up the code.
irungentoo
2013-11-12
Merge branch 'group_peername' of https://github.com/FullName/ProjectTox-Core ...
irungentoo
2013-11-12
Group chat: Add a nickname message. Remove strange default nickname. (Serious...
Coren[m]
2013-11-11
nTox.c:
Coren[m]
2013-11-10
Fixed small issues.
irungentoo
2013-11-06
Behind #define LOGGING: Correct usage of now() to replacement unix_time().
Coren[m]
2013-11-03
The group chats we invite a friend to are now stored.
irungentoo
2013-10-27
Cleaned up some code/fixed some warnings.
irungentoo
2013-10-24
Merge remote-tracking branch 'upstream/master' into cleanup_unix_time_id_eq_c...
Coren[m]
2013-10-24
Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.*
Coren[m]
2013-10-23
Code cleanups.
irungentoo
2013-10-23
Code cleanups.
irungentoo
2013-10-20
Merge branch 'Cleanup-defines' of https://github.com/FullName/ProjectTox-Core...
irungentoo
2013-10-20
Main: Eliminate TOX_ENABLE_IPV6 (then always on), CLIENT_ONETOONE_IP (then al...
Coren[m]
2013-10-15
Added resume support if the connection breaks during file sending.
irungentoo
2013-10-13
A/V integration in progress.
irungentoo
2013-10-10
Added message ids to action messages
Maxim Biro
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]
[next]