Commit Graph

169 Commits

Author SHA1 Message Date
e92d0acd1d move dring to ${prefix}/sbin
${prefix}/libexec is not part of the FHS. Moving to ${prefix}/sbin to
accomodate distros

See https://lists.debian.org/debian-devel/2005/05/msg00401.html

Change-Id: I9b2911929a2f8cc2c8f624c56b6491883c71b6a8
Tuleap: #350
2016-04-22 10:53:15 -05:00
e10a8eed64 Removed unused test files
Change-Id: Ie7520115bdac4a4b26963872d3d64a61a8f0d32c
Tuleap: #350
2016-04-15 14:30:07 -05:00
ae5d1adad7 account: add import/export API
- do not read dhtPort when deserializing a Ring account, use a new
one at runtime
- cache directory is created when generating dhParams
- use key stretching for archive encryption
- bump OpenDHT to add key stretching support

This commit comes with a necessary bump of OpenDHT

Tuleap: #335
Change-Id: Iee67569d378baaa33e9acd7cd9557422ab8e0471
2016-04-14 11:17:54 -05:00
efb3a33652 contrib: add jsoncpp
jsoncpp will be used to jsonify account details for the account
import/export feature

Tuleap: #335
Change-Id: I100593ab1515e10d0c0b2314fe7b0e14c6dce26d
2016-04-08 11:12:12 -04:00
67d1d2c7d5 win32: fix redefine symbol
PJ_SIP defines WIN32_LEAN_AND_MEAN since 3876.
If we not force it to 1, this causes lot of redefinition
warning at build.

Change-Id: If72f0260bf15ce002cd922b875a0e816c6eb3ea2
Tuleap: #487
2016-03-22 16:07:09 -05:00
841326cf67 fix win64 build
- Regression caused by #3876
- Preventing any call because of access violation or assert

Change-Id: I5f71378f1d673e37684b812fac464daeeb250c49
Tuleap: #487
2016-03-22 11:53:02 -04:00
e0fbbb0bbe configure: add PJ_AUTOCONF to CFLAGS
Change-Id: Iecb7d2beafb780ecdccf12965242b4484d7e5a4d
Tuleap: #487
2016-03-17 18:44:28 -04:00
cffdc7500f configure: check alsa/pulse support only for linux
- allows to build OSX without having to pass --without-alsa --without-pulse.
- update doc accordingly

Change-Id: I5b26c58d1954ef2d2613724c24fba750333ae890
2015-12-18 11:22:48 -05:00
5236ab05a8 update Copyright header
- remove OpenSSL exception
- fix Savoir-faire Linux naming
- fix common Author: representation

Issue: #80663
Change-Id: I6c3b2ca1ed48ed474a0ecd5a30fe793526e11b00
2015-09-21 13:45:51 -04:00
b3b0c68cf9 dependencies: remove lib expat
- removes functions to create XML uri list, which are no longer used
- without these functions, lib expat is no longer required

Issue: #79618
Change-Id: I8511d09dc707f3244700f4d396c7f81a01176982
2015-09-14 12:51:14 -04:00
94f0df9db7 logger: Fix for unsupported z formatter on win32
Introduced by commit c974ad8183

Issue: #79584
Change-Id: Ia4c16d9dee2bcd2fc32b3494f1b2417b8dca87f6
2015-08-28 11:52:10 -04:00
9ed34b1f0e contrib: bump minimum gnutls version to 3.3
In version 3.3, gnutls removed the need to call gnutls_global_init
and gnutls_global_deinit.

This allows to cleanup our gnutls init code.

http://www.gnutls.org/manual/html_node/Upgrading-from-previous-versions.html

Refs #76228

Change-Id: I0e35f1bbbf8d1f4515a423f834f91e03fdbae6c8
2015-06-25 13:22:20 -04:00
14dd90cd5b android: stub video config implementor class
Refs #74603
Refs #74605

Change-Id: I64ba316f03c07dd098f8c19fea30c8d87f68161d
2015-06-05 12:03:07 -04:00
a0027ec71f android: fix daemon build
Refs #74605

Change-Id: I5e21003083a765c9424fe370a1848074d391bfc1
2015-06-04 09:27:32 -04:00
d2746ead29 build: fix error in configure.ac
without-dbus condition was broken due to
mingw test

Regression caused by change 1852, commited in
78a32ceed0

Refs #70869

Change-Id: I8522c9a47f39a07f1830f0542566f1057cf967cc
2015-05-28 12:23:19 -04:00
78a32ceed0 windows: simplify configure for cross-compilation
Refs #70869

Change-Id: I255c790c2a4da7bf1deec695f19c596ca4b60dca
2015-05-15 11:05:36 -04:00
017f7a2f97 windows: add upnp support
Refs #71910

Change-Id: Iab724e6c9b9f6e412623a125a5bb076d3c78a57e
2015-05-15 11:00:07 -04:00
8d0333ca16 bump to 2.3.0
New master
Refs #72274

Change-Id: I4d85be574a1d352dad030b2b13e0c790e8c6ad7d
2015-05-01 16:11:32 -04:00
e22087db7d security: add daemon certificate store
WARNING: this patch breaks dhtcall backward compatibility!

* add certificates storing and various handling API
* bump opendht (ac492aaa7b)
* allows public incoming calls by default (new preference)

Refs #68196

Change-Id: I9f69f680135af26fce2b6a0ca115823686f4c7a9
Signed-off-by: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
2015-04-29 13:54:47 -04:00
41d7a57254 version: bump to 2.2.0
Refs #70866

Change-Id: I5a44c900090355388c16487b66f7d8214b3187ff
2015-04-15 10:43:41 -04:00
33be37abd1 daemon: bump to 2.1.1
Refs #70831

Change-Id: Ib6fce5c4b296c5c5c0e8881078d84b6445ac0307
2015-04-14 14:48:56 -04:00
e94f9f72bf Win32 daemon portability
Refs #69827

Change-Id: Id9f7f888e49b1c3f4d8728b524991fb9ef6e3174
2015-04-10 15:21:43 -04:00
099aa7b94d daemon: bump to 2.1.0
Refs #70605

Change-Id: I583b5e1e48e6df8e58b7a8fcabcf3ff42269d893
2015-04-10 14:57:47 -04:00
047022b627 2.0.1 release preparation
Refs #68585

Change-Id: If4ebe9e07838c69bafcd5a57eefb770b11620b58
2015-03-27 13:38:42 -04:00
93843c34da daemon: cleanup for release
Refs #69286

Change-Id: Ic6480d24dfa143d69bc832f024fb6f6467df9b05
2015-03-25 15:52:54 -04:00
8507024c70 daemon: move up daemon into top directory
Refs #68986

Change-Id: Ia95b140e4f4d6625d1df12d52a40414482b2e773
2015-03-20 15:56:31 -04:00
cb62648f31 [#1212] New working directory functional 2009-04-21 18:18:56 -04:00
4907c7c8f0 Update version number to 0.9.5~beta 2009-04-20 12:20:13 -04:00
cbca941cbb Add phone number cleanup functions, unit tests and panel configuration 2009-04-10 18:22:34 -04:00
7b989dc612 Integrate dbus-c++ and iax2 libraries in the main build system 2009-04-02 16:34:46 -04:00
0fc88dd5f7 Merge branch 'master' into url_hook
Conflicts:
2009-03-24 15:20:30 -04:00
1ae20de4dc Update version, changelog 2009-03-20 18:11:14 -04:00
2bf3aeef27 FIx bug in uuid-dev detection 2009-03-20 17:20:45 -04:00
67418b79e2 add uuid as a compilation dependency 2009-03-20 17:14:54 -04:00
d8a505fc71 Remove openssl dependency 2009-03-20 17:14:23 -04:00
1cf72863d1 Fix hardcoded linking path in libiax2 2009-03-19 12:45:24 -04:00
53c3834775 Add hooks squeleton on daemon side 2009-03-18 15:21:48 -04:00
0d648df499 include openssl 2009-03-04 14:17:40 -05:00
734bc33aee Update spec files 2009-02-25 18:26:24 -05:00
af6915a2bc Use speexdsp only if available 3 2009-02-18 18:20:18 -05:00
949741f13f Use libspeexdsp only if available version 2 2009-02-17 16:23:05 -05:00
6421269df1 Use speexdsp only if available 2009-02-17 15:47:58 -05:00
5d1df6f272 Add libspeexdsp dependency 2009-02-13 12:13:09 -05:00
e825ec5ae9 Update version number, fix implicit declaration, fix GTK markup warnings 2009-02-06 11:09:26 -05:00
aadb2a64cf Merge branch 'plugins' into debug_threads
Conflicts:

	configure.ac
	src/Makefile.am
2009-02-04 10:01:50 -05:00
ee3d65e9e8 Remove zeroconf from the build system 2009-02-03 12:57:31 -05:00
4a1abced34 Merge branch 'plug-in' of ssh://manu@192.168.1.105/~/dev/sflphone into plugins
Conflicts:

	configure.ac
	src/plug-in/pluginmanager.cpp
	src/plug-in/pluginmanager.h
	test/pluginmanagerTest.cpp
2009-01-29 19:48:03 -05:00
f3ba96b668 Merge commit 'origin/plugins' into plug-in 2009-01-26 23:39:28 -05:00
d91dfd6d91 Continue plugin API definition 2009-01-26 23:38:46 -05:00
2fdc5057ce Add audiorecorder plugin and testaudiorecorder 2009-01-26 17:50:32 -05:00