Commit Graph

48 Commits

Author SHA1 Message Date
Alexander Zhirov 7b17ebdcba gitignore 2023-03-20 14:03:11 +03:00
Alexander Zhirov e8874acc69 update 2023-03-20 13:56:40 +03:00
Infactum c45b30924c
Update gateway.cpp
possible out of range fix
2021-12-16 20:03:36 +03:00
Infactum 99805b7db6
TDLib update to 1.7.10 (#52)
TDLib update to 1.7.10
2021-12-10 15:22:19 +03:00
Infactum 6e08102559
migrate to github actions 2020-07-25 23:57:15 +03:00
Infactum 4dca437ff6
Update README.md 2020-07-25 15:45:59 +03:00
infactum b5784d54f9 tdlib update to 1.6.0 2020-07-25 15:45:09 +03:00
infactum f4495ede1b disabled docker build during CI 2019-07-08 00:05:13 +05:00
infactum 80bf430b08 update pjsip
* no more custom pjsip fork needed since upstream got C++17 support in 2.9
2019-07-08 00:05:13 +05:00
Infactum a7c6d3e57d
Merge pull request #11 from Infactum/feature/appimage
Feature/appimage
2019-03-01 23:57:08 +05:00
infactum d394f11915 readme update 2019-03-01 23:56:13 +05:00
infactum ce25cf6665 Merge branch 'feature/appimage' of https://github.com/Infactum/tg2sip into feature/appimage 2019-03-01 23:54:04 +05:00
infactum e21fd4da62 readme update 2019-03-01 23:54:01 +05:00
Infactum b3d7b9859d
CI update
support for AppImage build
2019-03-01 23:29:38 +05:00
infactum 713914b3ad appimage support 2019-02-24 17:20:44 +05:00
infactum b90f91401f semicolon missed 2019-02-24 11:24:56 +05:00
Infactum d891a412e1
Merge pull request #8 from Infactum/feature/libtgvoip-update
Feature/libtgvoip update
2019-02-18 09:13:05 +05:00
Infactum 52338490c1
Merge pull request #7 from Infactum/feature/ci-fix
CentOS build fix
2019-02-16 12:59:29 +05:00
infactum c3911a614b CentOS build fix 2019-02-16 11:30:54 +05:00
infactum ca52fa4c03 switched CI base image 2019-02-14 20:45:48 +05:00
infactum 7578eba1ac temp fix for dektop DSP build 2019-02-14 20:37:38 +05:00
infactum 0a53f7c0e6 Merge commit '6e7384d5a8ddf01cc159392a69a49d816434282c' into as 'libtgvoip' 2019-02-14 12:41:11 +05:00
infactum 0b8cd430a2 Squashed 'libtgvoip/' changes from fc13464..6e7384d
6e7384d Debug stats
a58c5fb Fixed build with TGVOIP_NO_DSP
1b699b3 p2p improvements
be5f739 Merge pull request #73 from bakatrouble/public
5efda7a Fix ARM Linux builds

git-subtree-dir: libtgvoip
git-subtree-split: 6e7384d5a8ddf01cc159392a69a49d816434282c
2019-02-14 12:27:45 +05:00
infactum 1aebd82749 permissions fix 2019-02-08 18:30:01 +05:00
infactum b76fd4bf41 singal handler bug fix 2019-02-08 18:29:45 +05:00
infactum c76b0a3f0c Squashed 'libtgvoip/' changes from cfd62e6..fc13464
fc13464 fix

git-subtree-dir: libtgvoip
git-subtree-split: fc13464b35aeb373844bafc7a9a33b18ca7afa3b
2019-02-08 18:10:28 +05:00
infactum fa9798eff1 Merge commit 'c76b0a3f0c5019a3db268217ca13a01435f21e2b' into as 'libtgvoip' 2019-02-08 18:10:28 +05:00
infactum 00b3168275 CI update 2019-02-08 18:08:59 +05:00
infactum 8a39f6020e settings update 2019-02-08 17:58:26 +05:00
infactum 3fe2bab3ae build script update 2019-02-08 17:57:13 +05:00
infactum a659bdf8f4 fixes after libtgvoip upgrade 2019-02-08 17:56:45 +05:00
infactum 5fc7a21a00 update build settings 2019-02-08 17:51:24 +05:00
infactum 806a3aec16 TGVOIP_NO_DSP should fully disable AEC 2019-02-08 17:50:52 +05:00
infactum e4989256a9 Merge commit 'f66a2e23542bb27435d1e2edac95dd0af153a923' as libtgvoip 2019-02-07 20:47:43 +05:00
infactum f66a2e2354 Squashed 'libtgvoip/' changes from 6053cf5..cfd62e6
cfd62e6 Why did it change the OS X project
3a58a16 2.4.3
c4a48b3 Updated OS X project
564eada Fix #63
4f64e2e fixes
0c732e2 fixes
12e76ed better logging
f015b79 Merge pull request #62 from xvitaly/big-endian
a1df90f Set preferred audio session parameters on iOS
59a975b Fixes
8fd89fc Fixes, mic level testing and volume adjustment
243acfa Backported WebRTC upstream patch with Big Endian support.
fed3bb7 Detect when proxy does not support UDP and persist that across calls
a7546d4 Merge commit '6d03dd9ae4bf48d7344341cdd2d055ebd3a6a42e' into public
6d03dd9 version
69adf70 Use server config for APM + iOS crash fix
0b42ec8 Update iOS project
f1b9e63 packet logging
beeea45 I apparently still suck at C++ memory management
24fceba Update project
7f54b91 crash fix
f85ce99 Save more data in data saving mode
f4c4f79 Collect packet stats and accept json string for server config
78e584c New protocol version: optimized packet size
8cf9177 Fixed build on iOS
9dd089d fixed build on android
5caaaaf Updated WebRTC APM
cc0cf35 fixed deadlock
02f4835 Rearranged VoIPController methods and added sections
912f73d Updated OS X project
39376df Fixed audio glitches on Windows
dfe1f03 Updated project
81daf3f fix
296187a Merge pull request #58 from telegramdesktop/tdesktop
44956ac Merge pull request #57 from UnigramDev/public
fb0a2b0 Fix build for Linux.
d6cf1b7 Updated UWP wrapper
0f06289 Merge branch 'public' of github.com:grishka/libtgvoip into public
dcfad91 Fix #54
162f447 Merge pull request #56 from telegramdesktop/tdesktop
a7ee511 Merge remote-tracking branch 'origin/tdesktop' into HEAD
467b148 Removed unused files
b1a0b3d 2.3
9b292fd Fix warning in Xcode 10.
8d8522a Merge pull request #53 from UnigramDev/public
646f7d6 Merge branch 'public' into public
14d782b Fixes
68acf59 Added GetSignalBarsCount and GetConnectionState to CXWrapper
761c586 Added GetStats to CXWrapper
f643b02 Prevent crash if UWP WASAPI devices aren't found
b2ac10e Fixed UWP project
9a1ec51 Fixed build for Windows Phone, fixed some warnings
4aea54f fix

git-subtree-dir: libtgvoip
git-subtree-split: cfd62e66a825348ac51f49e5d20bf8827fef7a38
2019-02-06 23:22:38 +05:00
Infactum 2471b27f2e
url fix 2018-11-21 23:05:37 +05:00
Infactum 56d1cfd225
Feature multi distro (#4) 2018-11-21 22:35:36 +05:00
Infactum 36d2e4cb89 cleanup 2018-10-05 17:28:26 +05:00
Infactum cbba3058df
Update README.md 2018-10-05 13:15:31 +05:00
Infactum 7d0572a7ae
Update README.md 2018-10-05 12:24:03 +05:00
infactum 9e6eff6db0 ci 2018-10-04 13:55:50 +05:00
infactum 6ab778443a ci 2018-10-04 13:46:25 +05:00
infactum e58dd45f1c ci 2018-10-04 12:25:40 +05:00
infactum d95aa2840c public release 2018-10-04 12:07:36 +05:00
infactum f9315603b6 pjaudio and spdlog support 2018-10-04 12:03:20 +05:00
infactum 6b5117b9a2 Squashed 'libtgvoip/' content from commit 6053cf5
git-subtree-dir: libtgvoip
git-subtree-split: 6053cf5dce58c12ef6ce2d2f6cbe77fd5b10c575
2018-10-03 19:34:43 +05:00
infactum 58fa05e5a8 Merge commit '6b5117b9a21c1035ba42e328c88a29f9a3045171' as 'libtgvoip' 2018-10-03 19:34:43 +05:00
infactum 393f27d467 init 2018-10-03 19:28:23 +05:00