Tue, 06 Nov 2007 12:31:33 +0100 Don't close connection immediately on write error, so the callers don't
Senko Rasic <senko.rasic@collabora.co.uk> [Tue, 06 Nov 2007 12:31:33 +0100] rev 316
Don't close connection immediately on write error, so the callers don't have to guard against that case. The connection will be closed after the next read error anyways.
Wed, 31 Oct 2007 15:34:52 +0000 include $(srcdir) in path to symbol file 1.3.2
Dafydd Harries <dafydd.harries@collabora.co.uk> [Wed, 31 Oct 2007 15:34:52 +0000] rev 315
include $(srcdir) in path to symbol file
Wed, 31 Oct 2007 15:13:17 +0000 add link to Check website (issue LM-111)
Dafydd Harries <dafydd.harries@collabora.co.uk> [Wed, 31 Oct 2007 15:13:17 +0000] rev 314
add link to Check website (issue LM-111)
Wed, 31 Oct 2007 14:50:17 +0000 update symbol list with _get_local_host and s/_get_full_jid/_get_effective_jid/
Dafydd Harries <dafydd.harries@collabora.co.uk> [Wed, 31 Oct 2007 14:50:17 +0000] rev 313
update symbol list with _get_local_host and s/_get_full_jid/_get_effective_jid/
Wed, 31 Oct 2007 14:49:00 +0000 Merge branch '1.3' of http://projects.collabora.co.uk/~ptlo/git/loudmouth into 1.3
Dafydd Harries <dafydd.harries@collabora.co.uk> [Wed, 31 Oct 2007 14:49:00 +0000] rev 312
Merge branch '1.3' of http://projects.collabora.co.uk/~ptlo/git/loudmouth into 1.3
Tue, 30 Oct 2007 23:51:18 +0100 Allow application handlers on stream errors, before closing down the connection.
Senko Rasic <senko.rasic@collabora.co.uk> [Tue, 30 Oct 2007 23:51:18 +0100] rev 311
Allow application handlers on stream errors, before closing down the connection.
Tue, 30 Oct 2007 23:43:55 +0100 Removed the synchronous example.
Senko Rasic <senko.rasic@collabora.co.uk> [Tue, 30 Oct 2007 23:43:55 +0100] rev 310
Removed the synchronous example. The synchronous API is being removed in the 2.0 branch so better remove it from here. Patch by Mikael Hallendal, forward-port by Senko Rasic.
Tue, 30 Oct 2007 23:36:44 +0100 Check to see that the OpenSSL session is setup correctly. Fixes LM-88.
Senko Rasic <senko.rasic@collabora.co.uk> [Tue, 30 Oct 2007 23:36:44 +0100] rev 309
Check to see that the OpenSSL session is setup correctly. Fixes LM-88. If the SSL Context is not setup correctly the call to SSL_new will fail as well causing SSL_set_bio to segfault. Added a check to see that the context is not NULL and that the session is created properly. Fix for LM1.2 by Mikael Hallendal, forward-ported to LM1.3 by Senko Rasic.
Tue, 30 Oct 2007 23:27:30 +0100 Added lm_connection_get_client_host (forward-port from LM1.2).
Senko Rasic <senko.rasic@collabora.co.uk> [Tue, 30 Oct 2007 23:27:30 +0100] rev 308
Added lm_connection_get_client_host (forward-port from LM1.2).
Tue, 30 Oct 2007 23:22:09 +0100 Rename lm_conn_get_effective_jid() to lm_conn_get_full_jid() to
Senko Rasic <senko.rasic@collabora.co.uk> [Tue, 30 Oct 2007 23:22:09 +0100] rev 307
Rename lm_conn_get_effective_jid() to lm_conn_get_full_jid() to be LM1.2 API compatible, allow it to be usable even if XMPP1.0 resource binding isn't done.
(0) -300 -100 -10 +10 +100 +300 tip