Commit Graph

76 Commits

Author SHA1 Message Date
irungentoo 1bfb76bafe Fixed warning. 2015-06-13 22:50:45 -04:00
irungentoo 097422a02c Small change. 2015-06-02 19:56:12 -04:00
irungentoo c6a59e64b7 Updated types in Messenger callbacks to fit with the ones in the new api.
Friend number changed from int32_t to uint32_t.
Some lengths changed to size_t.
2015-02-17 15:49:22 -05:00
irungentoo 8532dc8ae7 Allow empty names and status messages. 2015-02-16 20:25:44 -05:00
irungentoo 236a13f2ee Fixed gcc warnings. 2015-01-19 21:01:54 -05:00
irungentoo dd51e03857 Send lossy packets to less peers.
Send them to the two closest peers that we did not recieve the packet
from.
2015-01-09 22:39:01 -05:00
irungentoo 668ab80a49 Restore compatibility with older group chats. 2014-12-08 13:51:07 -05:00
irungentoo 7e8ab1b8fe Delete close connection when peer leaves chat. 2014-12-08 13:50:38 -05:00
irungentoo 2bb1549bc9 Group stability fixes. 2014-12-06 21:56:06 -05:00
irungentoo 607003509b Fixed bug where group chat would see connection as offline when it was online.
Clarified something in the docs.
2014-12-02 19:35:54 -05:00
irungentoo b52de10dab Groupchat stability fixes.
Query for peers if we were connected to nobody for some reason.
2014-12-01 20:18:01 -05:00
irungentoo b58fb09ddc Removed useless code. 2014-12-01 20:12:12 -05:00
irungentoo a6e1a74779 Prevent joining groupchat more than once. 2014-12-01 19:39:10 -05:00
irungentoo 8e2b8d468a Group chats should be less likely to break. 2014-12-01 18:06:45 -05:00
irungentoo 15b73db70c Joining a group chat should be more reliable.
Only disconnect from the friend we used to join when we are connected
to at least 3 other people.
2014-11-30 21:01:36 -05:00
dubslow 6a52b3cb6c get peer pubkey api 2014-11-19 20:36:09 -06:00
irungentoo 76d14acafa Last fix didn't really work well.
This one should work better.
2014-11-15 16:42:13 -05:00
irungentoo fef8dff0f2 Setting groupchat title when the groupchat isn't connected should
now return success.
2014-11-15 16:29:19 -05:00
irungentoo b808b0de2c Some modifications to the last pull request. 2014-11-15 14:26:30 -05:00
Jfreegman 106d7f2253 add api function to get group title 2014-11-14 23:08:01 -05:00
irungentoo 2b3f107c4b Group chat title fixes. 2014-11-14 12:16:45 -05:00
irungentoo 5e2ba94f61 Merge branch 'titles' of https://github.com/dubslow/toxcore 2014-11-13 14:12:00 -05:00
irungentoo 2f93ba3a62 Properly fixed group av issue. 2014-11-12 12:58:17 -05:00
irungentoo 6d00288d98 Fixed groupchat bug that caused peers to not connect to each other. 2014-11-12 07:57:08 -05:00
irungentoo 26a6bde6b3 Fixed group av issues. 2014-11-11 21:01:19 -05:00
irungentoo 3e612eecf6 Fixed audio groupchat issue. 2014-11-11 20:44:20 -05:00
dubslow 4e40978b90 fix type checking 2014-11-11 17:19:36 -06:00
dubslow c56853e623 public api, finishing tweaks 2014-11-11 17:19:36 -06:00
dubslow 65aad48584 add title send to peer send 2014-11-11 17:19:36 -06:00
dubslow 4a9661f08b basic group titles 2014-11-11 17:19:36 -06:00
irungentoo d9f99c15ca Added function to get groupchat type. 2014-11-11 18:01:54 -05:00
irungentoo 3b10a248dc Cleaned up some code, made group av clean up properly after itself
when the group is killed.
2014-11-11 15:01:36 -05:00
irungentoo 95c5962304 Merge branch 'master' of https://github.com/tux3/toxcore 2014-11-11 09:00:16 -05:00
irungentoo bf0289ef80 Fixed bug. 2014-11-11 08:37:43 -05:00
irungentoo 370d553b6e Fixed some audio group chat issues. 2014-11-11 08:09:49 -05:00
irungentoo f0f68efee8 Audio group chats still have some small issues. 2014-11-10 20:23:48 -05:00
irungentoo 97742ed1e9 Group chats now have types. 2014-11-10 17:57:47 -05:00
irungentoo bbbeecbaa0 Group audio starting to take shape.
Some issues still left to solve.
2014-11-08 21:31:46 -05:00
Tux3 / Mlkj / !Lev.uXFMLA d214db1ff1 Remove unused variable 2014-11-08 20:33:19 +01:00
irungentoo 6d90808c15 Some function changes for better A/V integration to group chats. 2014-11-07 21:28:47 -05:00
irungentoo 1c5e93cf6c Added more group functions to eventually have working A/V. 2014-11-07 19:07:25 -05:00
irungentoo 0bcfd032e2 Added some functions to send and handle lossy packets. 2014-11-06 20:44:31 -05:00
irungentoo be27c6cfc8 Added functions to relay lossy group chat packets. 2014-11-05 20:45:38 -05:00
irungentoo 54beaa4854 Some initial groupchat lossy packet code. 2014-11-04 20:59:56 -05:00
irungentoo_trip d6685d1c9a Added actions to group chats. 2014-10-29 23:09:33 -04:00
irungentoo_trip b877d1dc1c Merge branch 'master' of https://github.com/xor2003/toxcore
#
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2014-10-25 08:51:43 -07:00
xor2003 6b0fe7eb41 Fix uninitialized 2014-10-24 15:57:10 +04:00
xor2003 837f72b39e Fix for memory leak. And add forgotten break 2014-10-24 15:53:38 +04:00
irungentoo 34311d1ba8 Merge branch 'copy_chatlist' of https://github.com/JFreegman/toxcore 2014-10-15 20:00:10 -04:00
Jfreegman 44a9375f2c re-implement copy_chatlist function 2014-10-15 00:51:45 -04:00