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-03-13
Fixed bug, unconfirmed friends now load correctly.
irungentoo
2014-03-08
send_custom_user_packet now returns -1 when friend is offline.
irungentoo
2014-03-07
Some tox_wait_* improvements
Maxim Biro
2014-03-07
Fixed some possible ways connections could linger indefinitely without being ...
irungentoo
2014-03-06
Your userstatus and message are now saved with tox_save().
irungentoo
2014-03-06
Made save more portable.
irungentoo
2014-03-05
Set typing status before calling callback.
AZ Huang
2014-02-23
Userstatus function fixes.
irungentoo
2014-02-23
Strings now no longer need to be NULL terminated.
irungentoo
2014-02-21
Added size functions for names and status messages
Maxim Biro
2014-02-21
Some api changes.
irungentoo
2014-02-18
Astyled and added tests.
irungentoo
2014-02-16
Typing: Forgot the callback argument types.
Jman012
2014-02-16
Typing: Changed all return values to int for consistency and the -1 error.
Jman012
2014-02-16
Fixed user typing bug where it'd alway return an error.
Jman012
2014-02-16
Added user typing changes in core.
Jman012
2014-02-15
Added callback for A/V usage.
irungentoo
2014-02-15
Fixed issue.
irungentoo
2014-02-14
Added custom userpackets.
irungentoo
2014-02-12
All strings should now be forced terminated when received.
irungentoo
2014-02-07
decrement counter on friend delete
Jfreegman
2014-02-07
added API function to get online friend count
Jfreegman
2014-01-20
Adjusted some timeouts and fixed possible memory leak.
irungentoo
2014-01-19
Added no_replay and added some things to the docs.
irungentoo
2014-01-18
Some optimizations and fixes.
irungentoo
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
[prev]
[next]