Commit Graph

2978 Commits

Author SHA1 Message Date
mannol
e62ded3a6d More av cleanup 2014-11-29 13:42:19 +01:00
Myroslav Opyr
975ce25af0 Fedora package name correction 2014-11-28 23:43:38 +02:00
irungentoo
db68c6eff6
Fixed toxav issues. 2014-11-28 13:10:27 -05:00
irungentoo
767c0653bd
Attempted fix of threading issue in test. 2014-11-27 21:08:01 -05:00
irungentoo
d6f733c7e6
Actually fixed build issue. 2014-11-26 16:17:29 -05:00
irungentoo
61949ec07b
Merge branch 'sodium-check' of https://github.com/jin-eld/ProjectTox-Core 2014-11-26 16:10:12 -05:00
irungentoo
df85f72b76
Merge branch 'patch-1' of https://github.com/her001/toxcore 2014-11-26 16:04:19 -05:00
irungentoo
ed80c43e49
Fixed build issue. 2014-11-26 16:03:22 -05:00
Andy Conrad
b19d4ed667 Fix link in TODO 2014-11-26 01:07:27 -06:00
Jin^eLD
c319172610 Added check to ensure that the available libsodium library is compatible
Tox now uses some crypto_pwhash functions that are only available in the
newer libsodium releases; check this in configure to prevent compile
time errors.
2014-11-26 01:00:15 +01:00
irungentoo
00b511ed98
Merge branch 'Impyy-fix-english' 2014-11-25 18:29:00 -05:00
Imperative
6cff9ecf73 Forgot to replace this 2014-11-26 00:26:03 +01:00
Imperative
580c4a60df Fixed some fatal spelling mistakes 2014-11-26 00:19:57 +01:00
irungentoo
a7a225d1d6
Fixed threading issues in toxcore. 2014-11-25 17:23:26 -05:00
irungentoo
6e361a52fb
Fixed integer rollover bug in toxav. 2014-11-25 17:22:44 -05:00
irungentoo
89f2436fac
Astyle autotests. 2014-11-25 15:31:46 -05:00
irungentoo
28ffa035cb
Fixed possible issue. 2014-11-25 15:31:21 -05:00
irungentoo
279c33c01a
Merge branch 'master' of https://github.com/mannol/toxcore 2014-11-24 20:24:59 -05:00
irungentoo
c67bc3399f
Removed some no longer promising clients from the TODO. 2014-11-23 12:18:10 -05:00
irungentoo
3ba48033f6
Updated TODO. 2014-11-23 08:40:59 -05:00
irungentoo
49f4583bc1
Enable use of lower sample rates for group chats. 2014-11-22 16:40:25 -05:00
irungentoo
6bbb939855
Cleaned up packet length types in toxcore.
They are now all uint16_t instead of sometimes being uint32_t.

Replaced some other uint32_t with unsigned ints.
2014-11-21 20:18:29 -05:00
irungentoo
e74225039e
Merge branch 'peerpk' of https://github.com/dubslow/toxcore 2014-11-21 08:22:29 -05:00
irungentoo
057f08fb13
Tox clients now should show they are offline with much better precision. 2014-11-20 21:30:16 -05:00
irungentoo
1ef2092bcc
Fixed small issue where group audio would jumble up sometimes at start of stream. 2014-11-20 18:05:52 -05:00
dubslow
6a52b3cb6c get peer pubkey api 2014-11-19 20:36:09 -06:00
irungentoo
3a6d93f067
Small update to groupchat docs. 2014-11-19 20:57:35 -05:00
irungentoo
c8301974c7
Decrease time to announce ourselves to 3 seconds. 2014-11-18 21:00:26 -05:00
mannol
386c9748d4 av refactor 2014-11-18 00:46:46 +01:00
irungentoo
4e6f993e7d
Cut bitrate by half for 1 channel audio. 2014-11-17 17:16:51 -05:00
irungentoo
a9c2fe99d5
Added an unfinished doc on how groupchats work. 2014-11-16 20:59:10 -05: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
irungentoo
1bfc3792fd
Merge branch 'get_group_title' of https://github.com/JFreegman/toxcore 2014-11-15 14:25:38 -05:00
irungentoo
7fee48b148 Increased audio packet queue size by 2. 2014-11-15 14:08:10 -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
9cd1102f4a
Fixed some threading related issues in toxcore. 2014-11-14 11:03:05 -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