log libpurple/protocols/jabber/jabber.c @ 32816:ec6371d4cae8

age author description
Sun, 06 Nov 2011 20:31:14 +0000 andrew victor Add purple_account_is_disconnecting() accessor function.
Sun, 06 Nov 2011 19:46:57 +0000 andrew victor Introduce purple_account_register_completed() to handle the invoking of any
Mon, 24 Oct 2011 05:37:19 +0000 Elliott Sales de Andrade Our API really shouldn't have a 'gc' in it anymore.
Tue, 18 Oct 2011 21:20:56 +0000 andrew victor Jabber: Move the "inpa" input watcher into protocol_data.
Tue, 18 Oct 2011 20:25:41 +0000 andrew victor Add a purple_connection_update_last_received() function to update the
Tue, 18 Oct 2011 18:47:48 +0000 andrew victor On the way to hiding the PurpleConnection struct.
Sat, 01 Oct 2011 21:04:35 +0000 andrew victor Convert code to use the purple_account accessor functions.
Sat, 01 Oct 2011 18:21:43 +0000 andrew victor Convert libpurple and protocol prpl's to use the purple_account_* accessor functions.
Sat, 01 Oct 2011 15:03:57 +0000 andrew victor Use purple_conversation accessor methods.
Mon, 26 Sep 2011 14:57:21 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Fri, 02 Sep 2011 03:18:15 +0000 Elliott Sales de Andrade Clean up SRV/TXT query functions.
Tue, 30 Aug 2011 19:11:26 +0000 andrew victor Convert jabber prpl to use accessor functions purple_connection_get_protocol_data() and purple_connection_set_protocol_data().
Mon, 29 Aug 2011 12:28:49 +0900 Yoshiki Yazawa merge to upstream
Mon, 22 Aug 2011 02:23:28 +0000 Mark Doliner Rename purple_notify_user_info_add_pair to
Mon, 22 Aug 2011 11:20:05 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Sun, 21 Aug 2011 18:43:00 +0000 Mark Doliner Use purple_notify_user_info_add_pair_plaintext in some places where we
Sun, 21 Aug 2011 08:00:53 +0000 Mark Doliner Rename purple_connection_error_reason to purple_connection_error
Thu, 11 Aug 2011 14:44:44 +0000 Ethan Blanton merge of '269c6e29c67a1c066871499e76575d4700bf6744'
Sun, 17 Jul 2011 21:14:23 +0000 Ethan Blanton Change another hostname lookup fallback to use g_strlcpy.
Sun, 17 Jul 2011 05:08:07 +0000 Paul Aurich jabber: Fix /join behavior. Closes #14205.
Sun, 26 Jun 2011 02:27:01 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Sat, 25 Jun 2011 02:34:24 +0000 Paul Aurich jabber: Make jabber_prpl_send_raw() return strlen(buf) when len is negative.
Thu, 21 Apr 2011 20:36:02 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Tue, 19 Apr 2011 05:05:25 +0000 Daniel Atallah Use the new account-contextual DNS API everywhere. Refs #11110
Thu, 17 Mar 2011 20:25:26 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Tue, 08 Mar 2011 02:27:47 +0000 Mark Doliner merge of '2873917d9d4d30d86018ef5da25d8076c9c402ab'
Tue, 08 Mar 2011 02:27:25 +0000 Mark Doliner disapproval of revision '385542a8270ac30d2121b533494264a28cd04423'
Mon, 07 Mar 2011 06:43:26 +0000 Mark Doliner merge of '385542a8270ac30d2121b533494264a28cd04423'
Mon, 07 Mar 2011 06:42:57 +0000 Mark Doliner I don't see any reason to copy then free this variable. Also let's call
Sun, 06 Mar 2011 22:53:15 +0000 Paul Aurich jabber: Add support for joining a room based not on the current server.