Vladimír Matěna
0729d364ca
Fix double free in DummyConnectionServer
...
Do not create shared ptr from this as this lead to double free in
UserRegistryTest::login test. Shared ptr was needed to set event
owner in acceptConnection, actually it is never needed as events
are never filtered by owner. Thus it was removed and there is no
need to create shared ptr from this.
2016-09-17 00:45:34 +03:00
Vladimir Matena
6d2f8c1927
Switch from boost shared pointers to stl shared pointers ( #162 )
...
* Swiften 4 support
* using standard shared pointers when compiling with Swiften 4
2016-09-12 19:20:58 +03:00
Jan Kaluza
1e48fe7719
Libtransport: Fix memory leaks in tests, fix HTTPRequest memory leak in CURL code
2016-02-23 12:37:10 +01:00
Jan Kaluza
90ef6e3128
Fix HAVE_SWIFTEN_3 definition to work also in gcc. Fix the tests to work with swiften3 and also with swiften2.
2015-11-10 11:18:48 +01:00
Vitaly Takmazov
20d8dd690e
fix tests (TODO filetransfer)
2015-10-15 15:41:16 +03:00
Vitaly Takmazov
b9d0590c67
fix tests WIP
2015-10-15 14:53:08 +03:00
Vitaly Takmazov
0d99e8c85d
Initial swiften 3 support
2015-03-31 14:14:15 +03:00
Jan Kaluza
a64458f5ee
Set HAVE_SWIFTEN_3 to 0, because these changes are not in 3.0alpha yet
2013-04-17 07:55:31 +02:00
Jan Kaluza
4e263cb53a
Fix compilation with Swiften2
2013-04-11 07:44:10 +02:00
Vitaly Takmazov
c5a8c3d1a9
fixed compilation with latest swiften
2013-04-10 00:55:37 +04:00
Jan Kaluza
ff27ec0233
Fixed compilation with latest Swiften
2012-02-22 14:11:57 +01:00
Jan Kaluza
c86358c64f
Preparation for better tests
2011-10-19 14:35:27 +02:00
Jan Kaluza
c1cbd2d161
Fixed compilation problems + support for latest swiften
2011-10-18 10:53:06 +02:00
HanzZ
14ff0a11d6
working service.eventloop=libev config to run libpurple with eventloop
2011-10-11 19:27:22 +02:00
Jan Kaluza
658d17b42f
Remove DummyConnectionFactory
2011-10-04 12:24:54 +02:00
HanzZ
19786b3bb7
Fixed compilation with latest swiften
2011-09-26 21:09:41 +02:00
Jan Kaluza
75bc454c85
UserRegistry test
2011-08-25 11:24:03 +02:00