Thu, 10 Apr 2008 14:13:14 +0200 Mikael Hallendal Added LmProxyType to ruby bindings
Thu, 10 Apr 2008 13:43:01 +0200 Mikael Hallendal Added files for LmSSL and LmProxy to ruby bindings
Thu, 10 Apr 2008 13:39:52 +0200 Mikael Hallendal Added stubs for name, next, prev, parent and children to LmMessageNode in the ruby bindings
Thu, 10 Apr 2008 13:32:40 +0200 Mikael Hallendal Added stubs for the LmMessageNode functions in the ruby bindings
Thu, 10 Apr 2008 13:12:19 +0200 Mikael Hallendal Added LmMessageNode::value and value= to ruby bindings
Thu, 10 Apr 2008 10:35:20 +0200 Mikael Hallendal Added message node initial checkin for bindings
Wed, 09 Apr 2008 23:44:01 +0200 Mikael Hallendal Implemented conn_get_state
Wed, 09 Apr 2008 23:40:46 +0200 Mikael Hallendal Added functions to transform from ruby object to enum values
Wed, 09 Apr 2008 23:20:01 +0200 Mikael Hallendal Added LmDisconnectReason and LmConnectionState
Wed, 09 Apr 2008 23:13:19 +0200 Mikael Hallendal Added rblm-constants for enums
Wed, 09 Apr 2008 22:24:37 +0200 Mikael Hallendal Change allocate/initialize for LmConnection to not create the LM object in allocate
Wed, 09 Apr 2008 22:12:34 +0200 Mikael Hallendal Renamed to the rblm namespace
Wed, 09 Apr 2008 22:06:42 +0200 Mikael Hallendal Cleaning up of the bindings for better checking
Wed, 09 Apr 2008 20:01:36 +0200 Mikael Hallendal Added comment about unhandled bits of LmMessage
Wed, 09 Apr 2008 19:59:35 +0200 Mikael Hallendal Added ruby bindings code for LmMessage
Tue, 08 Apr 2008 22:21:20 +0200 Mikael Hallendal Added some commented out rb_define_methods
Tue, 08 Apr 2008 22:14:01 +0200 Mikael Hallendal Added port and port=
Tue, 08 Apr 2008 22:12:02 +0200 Mikael Hallendal Added jid and jid=
Tue, 08 Apr 2008 22:10:18 +0200 Mikael Hallendal Added server and server=
Tue, 08 Apr 2008 22:05:01 +0200 Mikael Hallendal Added authenticated?
Tue, 08 Apr 2008 22:04:13 +0200 Mikael Hallendal Added open?
Tue, 08 Apr 2008 22:02:36 +0200 Mikael Hallendal Added keep_alive_rate=
Tue, 08 Apr 2008 21:57:19 +0200 Mikael Hallendal Added close and authenticate
Tue, 08 Apr 2008 21:45:10 +0200 Mikael Hallendal More work on the bindings
Tue, 08 Apr 2008 18:07:47 +0200 Mikael Hallendal Added .gitignore to ruby bindings
Tue, 08 Apr 2008 18:07:06 +0200 Mikael Hallendal initial code for ruby bindings
Tue, 04 Mar 2008 00:38:08 +0100 Mikael Hallendal Release 1.3.4 1.3.4
Thu, 28 Feb 2008 02:52:37 +0100 Martyn Russell Make the 1.3 branch build with --disable-debug again. Fixes LM-113.
Thu, 28 Feb 2008 02:21:47 +0100 Mikael Hallendal Merge branch 'master' of git@github.com:hallski/loudmouth
Thu, 28 Feb 2008 02:18:11 +0100 Mikael Hallendal Close the socket before setting it to -1. This hopefully solves LM-95.
Thu, 28 Feb 2008 01:13:52 +0100 Mikael Hallendal Some code style fixes
Mon, 25 Feb 2008 23:58:43 +0100 Owen Taylor Return FALSE from lm_connection_open in the synchronous case instead of open callback
Mon, 25 Feb 2008 23:13:58 +0100 Owen Taylor Fixed reentrancy problem for async connections. Fixes first bit of LM-117.
Mon, 25 Feb 2008 22:58:18 +0100 Owen Taylor Protect EAI_NODATA with #ifdef. Fixes LM-120.
Mon, 25 Feb 2008 22:52:41 +0100 Mikael Hallendal Fixed the keep alive rate when using TCP for handling keep alive. Fixes LM-121.
Mon, 25 Feb 2008 21:35:29 +0100 Mikael Hallendal Added new line for g_log printouts
Mon, 25 Feb 2008 21:16:57 +0100 Mikael Hallendal Use g_log instead of g_debug for debug output.
Mon, 25 Feb 2008 20:37:24 +0100 Mikael Hallendal Merge branch 'senko'
Sun, 24 Feb 2008 01:01:24 +0100 Richard Hult Fixes LM-118 so that building on Mac OS X works again.
Sun, 24 Feb 2008 00:42:57 +0100 Mikael Hallendal Removed Daf and Senko from CONTRIBUTORS
Sun, 24 Feb 2008 00:40:41 +0100 Mikael Hallendal Removed company listing from configure.ac
Sat, 23 Feb 2008 20:57:47 +0100 Mikael Hallendal Added Daf and Senko to AUTHORS
Sat, 23 Feb 2008 20:30:49 +0100 Mikael Hallendal Removed .cvsignore
Wed, 13 Feb 2008 01:15:21 +0100 Senko Rasic Support obsolete XEP-0078 (old-style jabber auth for XMPP1.0).
Wed, 06 Feb 2008 00:29:05 +0100 Senko Rasic Properly detect message type; don't rely on lookup table ordering if the type is explicitly specified.
Wed, 06 Feb 2008 00:12:51 +0100 Senko Rasic Properly behave if we manage to connect in the second attempt.
Tue, 05 Feb 2008 23:57:32 +0100 Senko Rasic Properly check for reason node in stream errors.
Tue, 05 Feb 2008 23:35:45 +0100 Senko Rasic Fix blatant and unneccessary ABI breakage
Tue, 05 Feb 2008 23:16:52 +0100 Senko Rasic connection_do_open: behave nicely if jid isn't set (1.2.x also behaves this way)
Thu, 03 Jan 2008 18:03:35 +0100 Senko Rasic Bumped version to 1.3.3 1.3.3
Wed, 02 Jan 2008 17:35:53 +0100 Senko Rasic Always use the port provided by the SRV lookup.
Sun, 09 Dec 2007 16:59:41 +0100 Senko Rasic Properly clean up SASL context on disconnect, allowing connection object reuse.
Sun, 09 Dec 2007 16:32:54 +0100 Senko Rasic Make lm_connection_authenticate_and_block reuse lm_connection_authenticate
Sun, 09 Dec 2007 16:21:46 +0100 Senko Rasic Make blocking reads work
Sun, 09 Dec 2007 15:10:12 +0100 Senko Rasic Ensure that SASL features handler is called after all the others, ensuring
Sun, 09 Dec 2007 15:02:02 +0100 Senko Rasic Register starttls handler at the proper moment, when the stream is received.
Sun, 09 Dec 2007 14:26:44 +0100 Senko Rasic Enable compression in GNUTLS. (Patch by Robert McQueen)
Sun, 09 Dec 2007 14:17:40 +0100 Senko Rasic Whitelisted accidential API functions used by Gossip, allowing it to build against us.
Wed, 07 Nov 2007 17:01:05 +0100 Senko Rasic Don't require StartTLS after it's already been started.
Tue, 06 Nov 2007 12:31:33 +0100 Senko Rasic Don't close connection immediately on write error, so the callers don't
Wed, 31 Oct 2007 15:34:52 +0000 Dafydd Harries include $(srcdir) in path to symbol file 1.3.2
Wed, 31 Oct 2007 15:13:17 +0000 Dafydd Harries add link to Check website (issue LM-111)
Wed, 31 Oct 2007 14:50:17 +0000 Dafydd Harries update symbol list with _get_local_host and s/_get_full_jid/_get_effective_jid/
Wed, 31 Oct 2007 14:49:00 +0000 Dafydd Harries Merge branch '1.3' of http://projects.collabora.co.uk/~ptlo/git/loudmouth into 1.3
Tue, 30 Oct 2007 23:51:18 +0100 Senko Rasic Allow application handlers on stream errors, before closing down the connection.
Tue, 30 Oct 2007 23:43:55 +0100 Senko Rasic Removed the synchronous example.
Tue, 30 Oct 2007 23:36:44 +0100 Senko Rasic Check to see that the OpenSSL session is setup correctly. Fixes LM-88.
Tue, 30 Oct 2007 23:27:30 +0100 Senko Rasic Added lm_connection_get_client_host (forward-port from LM1.2).
Tue, 30 Oct 2007 23:22:09 +0100 Senko Rasic Rename lm_conn_get_effective_jid() to lm_conn_get_full_jid() to
Tue, 30 Oct 2007 23:14:48 +0100 Senko Rasic Added disconnect error for resource conflict. Fixes LM-55.
Tue, 30 Oct 2007 19:48:50 +0000 Dafydd Harries only export symbols explicitly listed in a file
Tue, 30 Oct 2007 18:37:18 +0100 Senko Rasic Actually use the keepalive delay parameter
Tue, 30 Oct 2007 01:36:55 +0100 Senko Rasic Set proper copyright notices
Tue, 30 Oct 2007 01:26:18 +0100 Senko Rasic Don't force a specific autotools version
Tue, 30 Oct 2007 01:23:54 +0100 Senko Rasic Don't crash on connection close if SSL wasn't started.
Tue, 30 Oct 2007 00:24:57 +0100 Senko Rasic Fixed off-by-one error in SRV lookups
Mon, 29 Oct 2007 23:35:50 +0100 Senko Rasic Fix an error in handling asyncns SRV responses.
Mon, 29 Oct 2007 23:35:01 +0100 Senko Rasic Properly detect if SSL has been started in case of StartTLS usage.
Mon, 29 Oct 2007 22:34:34 +0100 Senko Rasic Support for returning effective JID, possibly changed by the server.
Mon, 29 Oct 2007 20:02:01 +0100 Senko Rasic Improved libtool versioning, added copyrights, cleaned up configure.ac
Mon, 29 Oct 2007 18:36:36 +0100 Senko Rasic Updated the CONTRIBUTORS file.
Mon, 29 Oct 2007 18:34:00 +0100 Senko Rasic Properly check if the message is error/reply before calling the reply handler.
Mon, 29 Oct 2007 18:00:20 +0100 Senko Rasic Enabled optional building of async DNS lookups and TCP keepalives.
Mon, 29 Oct 2007 17:02:16 +0100 Senko Rasic Use TCP keepalives on Linux if available; if not, fallback to manual keepalives.
Mon, 29 Oct 2007 16:59:36 +0100 Senko Rasic Simplify and fix SSL/StartTLS handling in LmSocket
Mon, 29 Oct 2007 14:49:34 +0100 Senko Rasic Merge branch 'starttls' of git://people.freedesktop.org/~daf/loudmouth into 1.3
Thu, 25 Oct 2007 17:39:25 +0100 Dafydd Harries LmConnection: take starttls settings from LmSSL object
Thu, 25 Oct 2007 16:27:01 +0100 Dafydd Harries remove lm_connection_use_starttls
Tue, 23 Oct 2007 16:23:05 +0100 Dafydd Harries commit doc change side-effects
Tue, 23 Oct 2007 15:57:14 +0100 Dafydd Harries add use_starttls and require_starttls members to LmSSLBase, plus corresponding access functions
Fri, 19 Oct 2007 17:27:32 +0100 Dafydd Harries sync LmMessageType enum to docs
Fri, 19 Oct 2007 16:57:31 +0100 Dafydd Harries temporarily reference connection while calling disconnect callback, so that it's safe for the callback to unref the connection
Mon, 08 Oct 2007 14:48:38 +0200 Senko Rasic lm-connection.c: connection_send(): in case of error, properly set the error variable
Tue, 02 Oct 2007 14:11:04 +0200 Senko Rasic Fix another crash in asyncns cancel code
Tue, 25 Sep 2007 11:08:29 +0200 Senko Rasic Fixed a leak in extracting the domain name from the jid.
Wed, 19 Sep 2007 16:18:42 +0200 Senko Rasic hoist _asyncns_done to above where it is first called
Wed, 19 Sep 2007 16:16:53 +0200 Senko Rasic use g_assert instead of assert
Wed, 19 Sep 2007 15:59:16 +0200 Senko Rasic Don't split base64 encoded SASL response as some servers choke on it.
Wed, 19 Sep 2007 10:19:14 +0200 Senko Rasic Fixed SSL verification when old-style SSL connection is used.
Thu, 13 Sep 2007 18:03:28 +0200 Senko Rasic Fixed (double) asyncns cancellation bug, and made the code more robust.
Thu, 06 Sep 2007 16:37:16 +0200 Senko Rasic Made SRV handling more sane, and implemented fallback using jid domain name.
Thu, 06 Sep 2007 15:20:04 +0200 Senko Rasic Adding StartTLS support.
Wed, 05 Sep 2007 16:03:24 +0100 Dafydd Harries Verify certificates in GnuTLS code. Fixes LM-107. Patch by Sjoerd Simons.
Wed, 05 Sep 2007 16:00:09 +0100 Dafydd Harries If data was read before hangup, delay signalling hangup so that the data can
Wed, 05 Sep 2007 15:41:15 +0100 Dafydd Harries Perform name resolution asynchronously. Patch by Senko Rašić.
Wed, 05 Sep 2007 15:06:09 +0100 Dafydd Harries Skip whitespace before SASL MD5 digest. Patch by Senko Rašić.
Wed, 05 Sep 2007 15:02:58 +0100 Dafydd Harries use g_warning() instead of fprintf() in the OpenSSL code
Sun, 10 Jun 2007 18:14:31 +0200 Mikael Hallendal Run application handlers on stream error. remote/loudmouth-1-2
Sun, 10 Jun 2007 18:03:56 +0200 Mikael Hallendal Bumped version to 1.2.3
Sun, 10 Jun 2007 18:03:38 +0200 Mikael Hallendal Added support for Gossip filetransfer patch.
Sun, 29 Apr 2007 22:09:44 +0200 Mikael Hallendal Bumped the version to 1.2.2 v1.2.2
Sun, 29 Apr 2007 22:08:22 +0200 Mikael Hallendal Removed the synchronous example.
Sun, 29 Apr 2007 18:01:16 +0200 Mikael Hallendal Check to see that the OpenSSL session is setup correctly. Fixes LM-88.
Sun, 29 Apr 2007 14:16:02 +0200 Mikael Hallendal Added disconnect error for resource conflict. Fixes LM-55.
Sun, 29 Apr 2007 13:22:36 +0200 Mikael Hallendal Signal back when connection immediately fails. Fixes LM-67.
Sun, 29 Apr 2007 11:24:47 +0200 Mikael Hallendal Free the open callback after stream is received.
Sat, 28 Apr 2007 12:55:40 +0200 Mikael Hallendal Removed the freeing of connect_data from _lm_connection_failed_with_error
Tue, 24 Apr 2007 19:42:00 +0200 Mikael Hallendal Don't free the resolved addresses if they have already been freed. Fixed LM-96
Thu, 01 Mar 2007 17:44:36 +0100 Mikael Hallendal Compile fix for Solaris
Mon, 26 Feb 2007 01:17:30 +0100 Mikael Hallendal Refactoring to clear up interface between LmSocket and LmConnection.
(0) -120 +120 tip