- 30 Apr, 2019 1 commit
-
-
Sébastien Blin authored
+ Remove some unused using + Remove useless std::move + Reduce duplicate code + Avoid some copy Change-Id: I7bdbc14aa1b79ce10d30f2f1ef005dd8839de62a
-
- 17 Apr, 2019 2 commits
-
-
Adrien Béraud authored
Change-Id: Id5673ba9f2ec519070cc112685dea5ced94c3b38
-
Adrien Béraud authored
Change-Id: I67e03e6711a46e6d241ee249bfa480ac76abfa93
-
- 02 Apr, 2019 1 commit
-
-
Adrien Béraud authored
* rename namespace from ring to jami * rename logs methods from RING_* to JAMI_* * rename RING_VIDEO to ENABLE_VIDEO Change-Id: Ic98498652d7059fafe58a96220d565bcdfa53658
-
- 02 Jan, 2019 1 commit
-
-
Sébastien Blin authored
Change-Id: Ia4ed75d04a284efa0763c917aeaa2f08863a87cb
-
- 23 Jan, 2018 1 commit
-
-
Guillaume Roguez authored
Change-Id: I1ef88bc640f79790aad2b5285ea2c776aa8cd366
-
- 18 Dec, 2017 1 commit
-
-
Guillaume Roguez authored
Account::getAccountType() returns a raw pointer on char, but we use it with simple operators like == or != to check the semantic behind. This results to pointer comparaison and not "string" comparaison, causing many bugs. Fixed by changing the comparaison operators by "strcmp" function. Change-Id: I74baba083af0159d445c1505ddd5df55e6ca4fa7 Tuleap: #1575 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- 05 Jan, 2017 1 commit
-
-
Guillaume Roguez authored
Change-Id: I6dbc51dd41c1f44d1446fe7365026af037bc86d9 Reviewed-by:
Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
-
- 07 Jul, 2016 1 commit
-
-
Stepan Salenikovich authored
Ring no longer builds without GnuTLS and/or without openDHT, nor are we planning to support building Ring without them, so these should not exist as configuration options. The related preprocessor conditionals have also been removed. Change-Id: I8416ecc48f13a3fb77d9eb7d349b81f226e863f1 Tuleap: #739
-
- 30 Jun, 2016 1 commit
-
-
Guillaume Roguez authored
This patch removes all IAX account code and libiax dependency in contrib. References in documentation have also been removed where needed. Change-Id: Ifff23725ccf7e1a6820dbc6f57256138a0fca042 Tuleap: #813
-
- 04 Apr, 2016 1 commit
-
-
Adrien Béraud authored
The API and internals forced a single, activated IP2IP account. This design prevented to disable the IP2IP account or to have multiple IP2IP accounts (eg. on different ports, IPv4 and IPv6 etc.) This patch completly removes the "IP2IP" account concept from the daemon. An SIP account is now considered "IP2IP" if it has no hostname. Change-Id: I483dbbb9e5546f7c54fbf2d2910a93200ef3b82c Tuleap: #448Signed-off-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- 09 Mar, 2016 1 commit
-
-
Guillaume Roguez authored
tools/update-copyright script used for that Change-Id: I89b13300d9ccbdbcd47dba679ba64be82499e83d Tuleap: #454
-
- 21 Sep, 2015 1 commit
-
-
Guillaume Roguez authored
- remove OpenSSL exception - fix Savoir-faire Linux naming - fix common Author: representation Issue: #80663 Change-Id: I6c3b2ca1ed48ed474a0ecd5a30fe793526e11b00
-
- 25 Aug, 2015 1 commit
-
-
Damien Riegel authored
Issue: #79584 Change-Id: Ie4183de7cd8b26b7ee38d7ecad5197937bf57c75
-
- 20 Mar, 2015 1 commit
-
-
Guillaume Roguez authored
Refs #68986 Change-Id: Ia95b140e4f4d6625d1df12d52a40414482b2e773
-
- 26 Jan, 2015 1 commit
-
-
Guillaume Roguez authored
- all the code moved under the ring namespace, or a sub-namespace, exception of ring_api.cpp as exporting a C accessible API. - fixed namespaces hierarchy. - removed forbiden usage of using-declaration. Refs #64647 Change-Id: I23fdeca1252150d490828c1ce907097f17e1d41c
-
- 09 Jan, 2015 1 commit
-
-
Adrien Béraud authored
Refs #62691 Change-Id: I8b051e38674b50d2b7771376310dcf9d964452b4
-
- 20 Nov, 2014 1 commit
-
-
Adrien Béraud authored
Refs #59537 Change-Id: Id43bd63dc93c08bcab202437957e66cae9e36554
-
- 29 Oct, 2014 1 commit
-
-
Philippe Groarke authored
Refs #56437 Change-Id: Ia712b748820c7a829dd143a08177211c46332150
-
- 17 Oct, 2014 1 commit
-
-
Adrien Béraud authored
Add a DHTAccount class based on SIPAccountBase. Refs #53127 Change-Id: I95736735a05107cdc9ffbd003fa5e4bc75518b0f
-
- 06 Oct, 2014 1 commit
-
-
Adrien Béraud authored
SIPTransport now represents a SIP transport. The old SIPTransport class becomes SIPTransportBroker. Makes every sip call have its own transport, to allow IP2IP calls using TLS. Refs #53057 Change-Id: I6ae8e1a4c681c6f4f5887772f5b852bd440df13f
-
- 07 Aug, 2014 1 commit
-
-
Guillaume Roguez authored
Rationale: ManagerImpl and others high level layers are polluted by sip/iax API dependency. This violate various OOP design rules and forbids easy future additions, code evolution and debugging. To solve this issue, this patch implements a Factory design to create generic Account instances without links to low-level implementation (SIP/IAX). Refs #52257 Change-Id: I65afdd80794b317e20f0c65f94246453da7d154f
-