summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-10Merge branch 'master' of https://github.com/dubslow/toxcoreirungentoo
2014-10-10Does a realloc with a size of 0 if every port is invalidSean Qureshi
2014-10-10Enable IPv6, fix systemd PID bugSean Qureshi
2014-10-09re-refactor to separate pass->key and key->encryptiondubslow
2014-10-09Relay peer kill messages too.irungentoo
2014-10-09Merge branch 'patch-3' of https://github.com/stal888/toxcoreirungentoo
2014-10-08refactor toxencryptedsave to allow passphrase encryption of arbitrary datadubslow
also a minor API change for clarity
2014-10-08Merge branch 'master' of https://github.com/dubslow/toxcoreirungentoo
2014-10-07fix #1104dubslow
2014-10-07readme.md: "goals of tox" -> "goals with tox"A. L'mao
2014-10-07Merge branch 'toxdns-header-fix' of ↵irungentoo
https://github.com/nurupo/InsertProjectNameHere
2014-10-07Merge branch 'lyubod-master'irungentoo
2014-10-07Made toxdns header cpp-friendlyMaxim Biro
2014-10-07Update INSTALL.mdlyubod
2014-10-07Update INSTALL.mdlyubod
Added MacPorts related info. to Section heading "OS X Non-homebrew"
2014-10-07Create osx_build_script_toxcore.txtlyubod
OS X shell script to do everything from git pull to sudo make install for toxcore, after dependencies have already been installed, by MacPorts, from source, etc.
2014-10-06Merge branch 'Proplex-patch-2'irungentoo
2014-10-06Add working tox nodesDavid Lohle
since the daemon is in the process of being packaged for easy deployment, it's probably best we have a working default config that extends existing nodes.
2014-10-05Merge branch 'JFreegman-groupnames'irungentoo
2014-10-05implement group_names functionJfreegman
2014-10-04Send friend request with connection if for some reason (groupchats) weirungentoo
are already connected to the friend but they have not added us yet.
2014-10-04Reduced the risk of two people being given the same peer id in groups.irungentoo
2014-10-04Fixed group peer chosing algorithm.irungentoo
Groups should be much more stable.
2014-10-03Removed useless variables.irungentoo
2014-10-03Added names to peer response packet.irungentoo
2014-10-03Fixed group bugs.irungentoo
Connections should now die when appropriate instead of lingering endlessly.
2014-10-03Kill group connection to friend once we are connected to group.irungentoo
2014-10-03Merge branch 'master' of https://github.com/dubslow/toxcoreirungentoo
2014-10-03Added name packet to group chats, send one when appropriate.irungentoo
2014-10-02null terminate group messages (cause jfreegman can't str8 c)dubslow
2014-10-02Implemented tox_callback_group_namelist_change callback in group chats.irungentoo
No names yet though.
2014-10-02Fixed tox_load() comment.irungentoo
2014-10-02People in groups can now be added/removed from friends list without issues.irungentoo
2014-10-02Peers now time out and delete themselves from group chats.irungentoo
Some other work done.
2014-10-02Removed useless code.irungentoo
2014-10-01If connection is already connected, send a online packet to it.irungentoo
2014-10-01del_groupchat and kill_groupchats now work properly.irungentoo
2014-10-01Group chats now actually work somewhat.irungentoo
2014-09-30Added some functions to friend_connection.irungentoo
2014-09-30Merge branch 'rework_av'irungentoo
2014-09-30Rework toxav/rtp.c to use ntohl/htonl and ntohs/htonssin
Now we can also remove the helper routines from toxcore/util.[ch].
2014-09-29Merge branch 'master' of https://github.com/dubslow/toxcoreirungentoo
2014-09-29Fixed crash in tox_new().irungentoo
2014-09-28change avatar requirementsdubslow
2014-09-28Merge branch 'master' of https://github.com/irungentoo/toxcoredubslow
2014-09-28Group chats now use friendcon_id instead of friendnumber.irungentoo
2014-09-28Merge branch 'unset_avatar' of https://github.com/JFreegman/toxcoreirungentoo
2014-09-27test_avatars: Implement new policy for the user avatar fileAlexandre Erwin Ittner
Change location of the user avatar from "<data dir>/avatar.png" to "<data dir>/avatars/<user id>.png", as proposed by commit 6f4ab49f5c2a33aab00bdb9e80dfe51624089899
2014-09-27Merge branch 'update-avatar-docs' of https://github.com/ittner/toxcoreirungentoo
2014-09-27Removed send_group_message_packet and its callback function fromirungentoo
Messenger.