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
2015-06-22
Fixed warning.
irungentoo
2015-05-26
Fixed rare bug where userstatus, name, etc... would not be sent to friend.
irungentoo
2015-05-26
Fixed bug when deleting friend that we are connected to in group chat.
irungentoo
2015-05-21
Load only secret key from tox save, not public key.
irungentoo
2015-05-14
Added tcp test.
irungentoo
2015-05-12
Connect to own TCP server if hosting one.
irungentoo
2015-05-08
Added basic TCP server hosting to tox.h api.
irungentoo
2015-05-03
Removed useless code.
irungentoo
2015-04-27
Move LAN discovery from Messenger to friend_connection.
irungentoo
2015-04-24
Fixed a couple possible issues with the friend connection callback.
irungentoo
2015-04-21
Move the send tcp relay packet from Messenger to friend connection.
irungentoo
2015-04-18
Some messenger fixes.
irungentoo
2015-04-16
Properly share connected relays and connect to the friend correctly
irungentoo
2015-04-16
Store TCP relays tied to friend and reconnect to some when reconnecting.
irungentoo
2015-04-05
Fixed typo.
irungentoo
2015-04-03
File transfer fixes.
irungentoo
2015-04-02
API function to get last seen timestamp of friend
Jfreegman
2015-03-30
Removed unused variable.
irungentoo
2015-03-27
Fixed file transfer bug.
irungentoo
2015-03-23
Added some more checks for file packets.
irungentoo
2015-03-21
Transfers with filelength == 0 now behave exactly like transfers of every
irungentoo
2015-03-20
Allow sending of file transfer requests with length 0 but don't allocate
irungentoo
2015-03-20
For file transfers UINT64_MAX is now used as the size for streaming
irungentoo
2015-03-18
Merged normal message function and send action function into one
irungentoo
2015-03-17
Kill all file transfers associated with the friend when friend goes
irungentoo
2015-03-17
Added tox_file_send_seek() function to api.
irungentoo
2015-03-17
Allow file names to be of length 0.
irungentoo
2015-03-17
Added and implemented file_id parameter to file tranfers.
irungentoo
2015-03-15
Avatar hash is now the filename of the file transfer instead of the
irungentoo
2015-03-13
When link can't send packets anymore, stop the request chunk callback.
irungentoo
2015-03-13
File kind is now a uint32_t.
irungentoo
2015-03-13
tox_file_send_chunk() must now send data the same length as requested
irungentoo
2015-03-12
File transfer fixes and improvements.
irungentoo
2015-03-12
Don't assume tox_file_send_chunk() is called in the request chunk
irungentoo
2015-03-12
Added position parameter to tox_file_send_chunk().
irungentoo
2015-03-12
tox_new now sets error to TOX_ERR_NEW_PORT_ALLOC when binding to port fails.
irungentoo
2015-03-11
tox_callback_connection_status() implemented.
irungentoo
2015-03-10
Implementation of new api file transfers.
irungentoo
2015-03-09
Updated new_filesender function in Messenger.c
irungentoo
2015-03-09
Fixed case where a recv and a sending file would have the same number.
irungentoo
2015-03-06
Updated File request packet to new format.
irungentoo
2015-03-05
enums are no longer typedefed to uint8_t.
irungentoo
2015-03-05
Code cleanups.
irungentoo
2015-03-04
Removed useless TODO comments.
irungentoo
2015-03-02
Merge branch 'port_range_option' of https://github.com/saneki/toxcore into ne...
irungentoo
2015-03-01
Merge branch 'new_api' of https://github.com/dubslow/toxcore into new_api
irungentoo
2015-02-27
Removed backwards compatibility code from core.
irungentoo
2015-02-27
Allow for specifying the port range to use in Tox_Options
saneki
2015-02-26
Added different error codes for custom packet functions in Messenger.
irungentoo
2015-02-26
Changes to custom packet functions in Messenger.
irungentoo
[next]