index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
Age
Commit message (
Expand
)
Author
2014-10-02
Fixed tox_load() comment.
irungentoo
2014-10-02
People in groups can now be added/removed from friends list without issues.
irungentoo
2014-10-02
Peers now time out and delete themselves from group chats.
irungentoo
2014-10-02
Removed useless code.
irungentoo
2014-10-01
If connection is already connected, send a online packet to it.
irungentoo
2014-10-01
del_groupchat and kill_groupchats now work properly.
irungentoo
2014-10-01
Group chats now actually work somewhat.
irungentoo
2014-09-30
Added some functions to friend_connection.
irungentoo
2014-09-30
Rework toxav/rtp.c to use ntohl/htonl and ntohs/htons
sin
2014-09-29
Fixed crash in tox_new().
irungentoo
2014-09-28
Group chats now use friendcon_id instead of friendnumber.
irungentoo
2014-09-28
Merge branch 'unset_avatar' of https://github.com/JFreegman/toxcore
irungentoo
2014-09-27
Merge branch 'update-avatar-docs' of https://github.com/ittner/toxcore
irungentoo
2014-09-27
Removed send_group_message_packet and its callback function from
irungentoo
2014-09-27
Removed useless code from groupchats.
irungentoo
2014-09-27
Increasing max number of onion paths might increase initial connection
irungentoo
2014-09-27
Moved all the connection stuff from messenger to friend_connection.
irungentoo
2014-09-27
Make the ip port from DHT timeout after a while.
irungentoo
2014-09-26
Remove timestamp from set_connection_dht_public_key().
irungentoo
2014-09-26
Only set dht public key and direct ip when first creating connection.
irungentoo
2014-09-26
Moved cleaup_friend functionality to Messenger.
irungentoo
2014-09-26
Removed useless code from onion_client.
irungentoo
2014-09-26
Added callbacks to onion_client and net_crypto for the temp dht key.
irungentoo
2014-09-26
Added callbacks to DHT called when the ip of a peer is discovered.
irungentoo
2014-09-26
Wrote more new groupchats code.
irungentoo
2014-09-26
DHT can now be used for group chat cons and friend cons at the same time.
irungentoo
2014-09-26
add API function to unset avatar
Jfreegman
2014-09-26
Group chats are starting to work.
irungentoo
2014-09-25
More groupchats code written.
irungentoo
2014-09-25
Update avatar documentation
Alexandre Erwin Ittner
2014-09-25
Removed now useless atributes from structs.
irungentoo
2014-09-25
Removed groupchats from core.
irungentoo
2014-09-25
Some code written for new group chats.
irungentoo
2014-09-25
Tox object doesn't need to be passed to tox_hash.
irungentoo
2014-09-24
remove tox_avatar_hash
dubslow
2014-09-24
housekeeping
dubslow
2014-09-23
Added some checks to mutex related functions.
irungentoo
2014-09-22
Fixed typo.
irungentoo
2014-09-22
Some fixes to avatar pull request.
irungentoo
2014-09-22
Merge branch 'avatars' of https://github.com/ittner/toxcore
irungentoo
2014-09-21
Remove chattiness from avatar data transfers
Alexandre Erwin Ittner
2014-09-21
Tox is now shown as being online only when properly announced.
irungentoo
2014-09-21
Remove support for avatar image formats other than PNG
Alexandre Erwin Ittner
2014-09-20
Prevent core from doing DNS requests when UDP is disabled.
irungentoo
2014-09-18
Lowered minimum transfer speed.
irungentoo
2014-09-17
Reduce max udp packet size to 2K.
irungentoo
2014-09-13
Merge branch 'encrypted_data' of https://github.com/dubslow/toxcore
irungentoo
2014-09-13
Increased maximum number of incomming TCP connections in TCP server.
irungentoo
2014-09-12
Some cleanups to last PR.
irungentoo
2014-09-12
Merge branch 'tox_connect' of https://github.com/saneki/toxcore
irungentoo
[next]