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-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
2015-02-25
Ported some tests to the new api.
irungentoo
2015-02-24
Remove avatar stuff from Messenger.
irungentoo
2015-02-20
Implemented message send functions in public api.
irungentoo
2015-02-20
Merge branch 'fixed-receipts' into new_api
irungentoo
2015-02-19
Tox connection function and callback should now work as expected.
irungentoo
2015-02-19
Typing and status functions implemented.
irungentoo
2015-02-18
use bool in is typing callback.
irungentoo
2015-02-17
Updated types in Messenger callbacks to fit with the ones in the new api.
irungentoo
2015-02-17
Fixed friend_not_valid function.
irungentoo
2015-02-17
Messenger add friends functions error code fixes.
irungentoo
2015-02-16
More new api work done.
irungentoo
2015-02-16
Allow empty names and status messages.
irungentoo
2015-02-15
New api progress.
irungentoo
2015-01-30
Prevent unnecessary sending of packets.
irungentoo
2015-01-29
Code cleanups.
irungentoo
2015-01-27
client_id is a bad name for the long term public key.
irungentoo
2015-01-23
Code cleanups.
irungentoo
2015-01-10
Merge branch 'mannol-master'
irungentoo
2015-01-10
Logger fix
mannol
2014-12-26
Merge branch 'http-proxy-feature' of https://github.com/nurupo/InsertProjectN...
irungentoo
2014-12-25
Onion client improvements.
irungentoo
2014-12-21
Fixed bug in tox_load where names of size TOX_MAX_NAME_LENGTH didn't
irungentoo
2014-12-21
Some refactoring of proxy code
Maxim Biro
[prev]
[next]