loudmouth/lm-connection.c
Sat, 11 May 2019 22:14:44 +0200 Frank Zschockelt Always signal a disconnect after connection_do_close()
Thu, 04 Feb 2016 19:18:03 +0100 Frank Zschockelt Update the postal address of the FSF
Thu, 24 Oct 2013 21:48:41 +0200 Frank Zschockelt Disable g_type_init for glib >= 2.35
Tue, 20 Nov 2012 03:09:30 +0200 Myhailo Danylenko Use connection_call_auth_cb in one more place
Sun, 04 Dec 2011 13:57:00 +0100 Mikael Berthe Fix some gcc warnings
Tue, 13 Apr 2010 23:21:01 +0200 Frank Zschockelt Revert "Code looks for an auth element below the returned streams:feature"
Wed, 17 Feb 2010 23:53:20 +0100 Mikael Berthe Replaced every g_warning() with g_log()
Wed, 10 Feb 2010 11:59:07 +0100 Frank Zschockelt Refine "Allow replies to non-iq stanzas"
Sat, 16 Jan 2010 17:08:20 +0100 Frank Zschockelt Added lm_connection_unregister_reply_handler()
Sun, 11 Oct 2009 18:26:24 +0200 Tristan Hill Code looks for an auth element below the returned streams:feature
Sun, 11 Oct 2009 18:03:48 +0200 Frank Zschockelt Some style fixes
Sat, 10 Oct 2009 18:24:58 +0200 Sjoerd Simons The Digest URI in the MD5 SASL Response wasn't set correctly when using
Sun, 30 Nov 2008 09:49:06 +0100 Mikael Hallendal fixed the coding style
Sun, 30 Nov 2008 09:32:17 +0100 Mikael Hallendal Don't free connection internals before it's closed. [#34]
Sun, 30 Nov 2008 09:27:21 +0100 Mikael Hallendal Don't free connection internals before it's closed. [#34]
Wed, 29 Oct 2008 21:53:19 +0100 Mikael Hallendal Fixed up the documentation for 1.4.3 [#27]
Sat, 25 Oct 2008 16:21:50 +0200 Mikael Hallendal Removed the async_connect_waiting and blocking states from LmConnection.
Wed, 22 Oct 2008 23:18:10 +0200 Mikael Hallendal Removed unused variable in lm_connection_open_and_block
Wed, 22 Oct 2008 22:50:08 +0200 Mikael Hallendal Removed unused use_srv variable in LmConnection.
Wed, 22 Oct 2008 22:45:23 +0200 Mikael Hallendal Minor style fixes
Wed, 22 Oct 2008 15:29:49 +0200 Mikael Hallendal Switch to use LmAuthParameters instead of passing around username and password.
Tue, 21 Oct 2008 02:38:48 +0200 Mikael Hallendal Minor style fix
Tue, 21 Oct 2008 02:21:09 +0200 Mikael Hallendal Added some TODO items and minor style fixes
Mon, 20 Oct 2008 17:48:04 +0200 Mikael Hallendal Style fix in lm_connection_new
Mon, 20 Oct 2008 17:44:28 +0200 Mikael Hallendal Removed unneeded initializers in lm_connection_new
Tue, 14 Oct 2008 19:30:30 +0200 Mikael Hallendal More styling
Tue, 14 Oct 2008 18:35:47 +0200 Mikael Hallendal More style fixes
Mon, 13 Oct 2008 12:01:56 +0200 Mikael Hallendal Style fixes
Fri, 10 Oct 2008 12:33:53 +0200 Mikael Hallendal Removed unused defines in lm-connection.c
Wed, 08 Oct 2008 13:11:02 +0200 Mikael Hallendal Went over all of the files and made sure they all were indented the same way.
Wed, 08 Oct 2008 12:43:12 +0200 Mikael Hallendal Change the tab width to 4 steps in the emacs headers
Wed, 08 Oct 2008 12:34:50 +0200 Mikael Hallendal Change the emacs format string to use space instead of tab for indentation
Mon, 06 Oct 2008 22:00:49 +0200 Frank Zschockelt Allow replies to non-iq stanzas. [#22]
Mon, 06 Oct 2008 21:54:34 +0200 Frank Zschockelt Allow replies to non-iq stanzas. [#22]
Mon, 06 Oct 2008 21:52:49 +0200 Mikael Hallendal Updated copyright years
Mon, 06 Oct 2008 11:31:46 +0200 Jelmer Vernooij Use SASL before old style auth if both are supported. [#19]
Mon, 06 Oct 2008 11:28:45 +0200 Jelmer Vernooij Use SASL before old style auth if both are supported. [#19]
Mon, 06 Oct 2008 02:17:36 +0200 Mikael Hallendal Cleaned up the moved XMPP Ping code from LmConnection and hooked up the LmFeaturePing object.
Mon, 06 Oct 2008 02:17:35 +0200 Frank Zschockelt Use XMPP Ping (XEP-0199) instead of white space ping for keep alive. [#15]
Mon, 06 Oct 2008 02:17:27 +0200 Mikael Hallendal Fixed a crash when lm_connection_close was called.
Mon, 06 Oct 2008 01:41:19 +0200 Mikael Hallendal Added _lm_connection_get_server that returns the server string.
Mon, 06 Oct 2008 01:13:17 +0200 Mikael Hallendal Added _lm_connection_get_context as internal function.
Thu, 28 Aug 2008 15:15:28 +0200 Andreas Köhler Make lm_sha_hash thread safe. Fixes LM-64
Thu, 28 Aug 2008 15:13:20 +0200 Andreas Köhler Make lm_sha_hash thread safe. Fixes LM-64
Sun, 27 Jul 2008 11:23:03 +0200 Mikael Hallendal Changed so that normal XMPP "pings" are always sent when keep alive is enabled.
Sun, 13 Jul 2008 19:05:23 +0200 Mikael Hallendal Some style fixes
Sun, 13 Jul 2008 19:02:02 +0200 Mikael Hallendal Refactored some of the SSL code in LmConnection.
Sun, 13 Jul 2008 11:12:26 +0200 Mikael Hallendal Moved the call to _lm_ssl_close to LmOldSocket
Sun, 13 Jul 2008 10:58:09 +0200 Mikael Hallendal Split out old_socket_do_write from lm_old_socket_do_write.
Sun, 13 Jul 2008 01:18:23 +0200 Mikael Hallendal Moved the ifdefs for HAVE_ASYNCNS to the LmOldSocket code.
Sun, 13 Jul 2008 01:14:42 +0200 Mikael Hallendal Updated _asyncns_cancel to follow coding style
Sun, 13 Jul 2008 00:54:49 +0200 Mikael Hallendal Moved output buffer creation/addition to LmOldSocket where it belongs.
Sun, 13 Jul 2008 00:50:26 +0200 Mikael Hallendal slight style fix
Mon, 07 Jul 2008 15:30:58 +0200 Mikael Hallendal Renamed LmSocket to LmOldSocket to make room for a new socket abstraction layer.
Sun, 22 Jun 2008 22:38:28 +0200 Mikael Hallendal Depend on GObject and initialize GType
Sat, 21 Jun 2008 18:36:12 +0200 Mikael Hallendal Added Title to the inlined documentation
Sat, 21 Jun 2008 17:12:59 +0200 Mikael Hallendal Fixed the SECTION parts of the inlined docs so that gtk-doc finds them.
Sat, 21 Jun 2008 13:19:21 +0200 Mikael Hallendal Added inlined documentation from generated through the Gtk-doc migration script.
Fri, 20 Jun 2008 17:14:45 +0200 Mikael Hallendal Cleaned declarations of static functions in LmConnection
Fri, 20 Jun 2008 17:05:48 +0200 Mikael Hallendal Moved _lm_connection_old_auth from public header file.
less more (0) -100 -60 tip