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-19
Removed useless code.
irungentoo
2014-10-18
File transfer speed should jump up a bit faster.
irungentoo
2014-10-17
Merge branch 'master' of https://github.com/xor2003/toxcore
irungentoo
2014-10-17
Initialise source.port to prevent garbage value
xor2003
2014-10-17
forgotten to free memory in pAdapterInfo
xor2003
2014-10-15
Merge branch 'tox-bootstrapd-network-error-handling' of https://github.com/nu...
irungentoo
2014-10-15
Merge branch 'copy_chatlist' of https://github.com/JFreegman/toxcore
irungentoo
2014-10-15
re-implement copy_chatlist function
Jfreegman
2014-10-14
Add function to check if the peernumber is ours for group chats.
irungentoo
2014-10-13
tox_count_chatlist() now works.
irungentoo
2014-10-12
Fixed return value comment of new_networking function
Maxim Biro
2014-10-09
Relay peer kill messages too.
irungentoo
2014-10-05
implement group_names function
Jfreegman
2014-10-04
Send friend request with connection if for some reason (groupchats) we
irungentoo
2014-10-04
Reduced the risk of two people being given the same peer id in groups.
irungentoo
2014-10-04
Fixed group peer chosing algorithm.
irungentoo
2014-10-03
Removed useless variables.
irungentoo
2014-10-03
Added names to peer response packet.
irungentoo
2014-10-03
Fixed group bugs.
irungentoo
2014-10-03
Kill group connection to friend once we are connected to group.
irungentoo
2014-10-03
Merge branch 'master' of https://github.com/dubslow/toxcore
irungentoo
2014-10-03
Added name packet to group chats, send one when appropriate.
irungentoo
2014-10-02
null terminate group messages (cause jfreegman can't str8 c)
dubslow
2014-10-02
Implemented tox_callback_group_namelist_change callback in group chats.
irungentoo
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
[prev]
[next]