log libpurple/protocols/jabber/caps.c @ 25770:b1b1b75a922e

age author description
Sun, 23 Nov 2008 03:52:40 +0000 Paul Aurich merge of '0da3644551b2442b2db4cf9d828865d167df8072'
Sat, 22 Nov 2008 18:53:48 +0000 Paul Aurich Make capstable caps.c-only and add a jabber_caps_uninit() function
Sat, 22 Nov 2008 18:30:01 +0000 Paul Aurich jabber_contact_info is no longer used
Sat, 22 Nov 2008 18:26:45 +0000 Paul Aurich Sprinkle around more support for xml:lang on JabberIdentities
Sat, 22 Nov 2008 01:05:42 +0000 Paul Aurich Move structures and function definitions in to caps.c and stop any other code from killing JabberCapsClientInfo structures (owned by the hash table)
Sat, 22 Nov 2008 00:51:16 +0000 Paul Aurich Rename some structs and the JabberCapsClientInfo destruction function
Sat, 22 Nov 2008 00:42:56 +0000 Paul Aurich Whitespace and formatting changes
Fri, 21 Nov 2008 23:44:30 +0000 Paul Aurich Rework jabber_caps_calculate_hash
Fri, 21 Nov 2008 22:00:05 +0000 Paul Aurich Clean up jabber_caps_client_iqcb
Fri, 21 Nov 2008 20:30:21 +0000 Paul Aurich Whitespace cleanup (no functional changes, just unwrap the huge if block and
Fri, 21 Nov 2008 20:10:02 +0000 Paul Aurich Error checking and use g_list_foreach
Fri, 21 Nov 2008 18:50:43 +0000 Paul Aurich Don't crash if the lang attribute of an identity is NULL
Fri, 21 Nov 2008 18:24:31 +0000 Paul Aurich Remove JabberCapsIdentity and just use JabberIdentity everywhere
Fri, 21 Nov 2008 17:52:56 +0000 Paul Aurich Whitespace, formatting, and // -> /* */
Fri, 21 Nov 2008 17:47:12 +0000 Paul Aurich Use strcmp instead of a wrapper
Fri, 21 Nov 2008 08:04:09 +0000 Paul Aurich Clean up a few things
Sun, 23 Nov 2008 03:52:33 +0000 Paul Aurich Fix a null dereference on non-connected accounts
Fri, 21 Nov 2008 04:18:19 +0000 Paul Aurich Clean up jabber_presence_send
Fri, 21 Nov 2008 00:35:44 +0000 Paul Aurich Entity Capabilities must be per-JabberStream
Thu, 20 Nov 2008 23:58:17 +0000 Paul Aurich Fix compilation errors and many warnings
Thu, 20 Nov 2008 21:57:52 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head c36cf6e54e25bff1ff7802082ae3c787d658187c)
Mon, 18 Aug 2008 06:31:08 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 9db6cf3ac465ef3a7aca0eee0f47e02d3ea7b162)
Sat, 22 Mar 2008 04:45:46 +0000 Sadrul Habib Chowdhury Patch from Marcus Lundblad ('mlundblad') to improve audio support in xmpp.
Fri, 01 Aug 2008 12:34:33 +0000 Tobias Markmann * some code style adjustments in caps.c
Tue, 15 Jul 2008 22:16:26 +0000 Tobias Markmann * removing some g_strdup()s; I meant it too good
Tue, 15 Jul 2008 21:26:51 +0000 Tobias Markmann * fixing memory related bug; forgotton to duplicate some data which otherwise may be deleted by other parts of the program
Tue, 15 Jul 2008 15:38:15 +0000 Tobias Markmann * implemented jabber_caps_broadcast_change() and finished jabber_ipc_add_feature() IPC function
Tue, 08 Jul 2008 15:05:45 +0000 Tobias Markmann * IPC work
Mon, 07 Jul 2008 18:28:05 +0000 Tobias Markmann * removing several warnings
Sun, 06 Jul 2008 21:09:50 +0000 Tobias Markmann * adding IPC function 'contact_has_feature'
Sun, 06 Jul 2008 18:51:26 +0000 Tobias Markmann * fixing a bug in jabber_caps_compare()
Sat, 05 Jul 2008 09:22:59 +0000 Tobias Markmann * correctly calculating own features and factor in is_enabled() of features
Fri, 04 Jul 2008 19:11:09 +0000 Tobias Markmann * changed storage format for cache to mirror all needed features for XEP-0115v1.5
Thu, 03 Jul 2008 22:30:44 +0000 Tobias Markmann * support for calculating both hashes, sha-1 and md5
Tue, 01 Jul 2008 23:16:15 +0000 Tobias Markmann * pass hash type to the caps handling functions
Sun, 29 Jun 2008 14:32:33 +0000 Tobias Markmann * implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Sun, 22 Jun 2008 18:59:33 +0000 Tobias Markmann * defined JabberCapsIdentity as struct _JabberIdentity
Sun, 22 Jun 2008 18:30:12 +0000 Tobias Markmann * jabber_caps_jabber_identity_compare() compares xml:lang too, now.
Sun, 22 Jun 2008 17:25:23 +0000 Tobias Markmann * changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Mon, 16 Jun 2008 13:52:45 +0000 Tobias Markmann Removing short-names for features and calculating own caps hash.
Mon, 02 Mar 2009 06:37:05 +0000 Elliott Sales de Andrade Remove some extra trailing whitespace I noticed after merging mlundblad's
Tue, 12 Aug 2008 02:24:03 +0000 Daniel Atallah Don't look up caps exts when the initial caps discovery wasn't successful.
Thu, 17 Jul 2008 04:49:35 +0000 Daniel Atallah disapproval of revision '3d39da6c8014095cac3a0741bf6fc26219e7aff8'
Thu, 17 Jul 2008 04:38:07 +0000 Daniel Atallah Fix a double free when connecting to the sender of a bonjour file fails. Also plug a small leak. Fixes #5971.
Thu, 29 Nov 2007 23:18:33 +0000 Daniel Atallah Fix a crash when an error occurs discovering a the capabilities of a client. Fixes #4081.
Mon, 19 Nov 2007 15:31:59 +0000 Daniel Atallah Fix a discovery related crash. I think this still needs better error handling. Fixes #3995.
Sun, 11 Nov 2007 16:45:19 +0000 Evan Schoenberg An identity does not always have a name; for example, Google Talk web folks can have type 'web', category 'client', no name.
Tue, 11 Sep 2007 04:06:56 +0000 Daniel Atallah Various leakfixes and preventing unnecessary allocations.
Tue, 11 Sep 2007 03:43:19 +0000 Mark Doliner merge of '629d4e0dcf9bd35671fc00e61b6f09e381345e7c'
Tue, 11 Sep 2007 00:21:28 +0000 Daniel Atallah Prevent an assertion.
Tue, 11 Sep 2007 01:57:29 +0000 Sean Egan Some clients don't put the node in the 115 disco response, so send the node to the callback
Mon, 10 Sep 2007 23:45:51 +0000 Sean Egan Fix crash in XMPP capabilities
Mon, 10 Sep 2007 14:37:40 +0000 Daniel Atallah Fix mingw build of xmpp prpl
Wed, 11 Jul 2007 00:32:39 +0000 Andreas Monitzer Fixed some memory leaks.
Wed, 27 Jun 2007 03:56:30 +0000 Andreas Monitzer Fixed a few bugs in the caps implementation, it should work properly now.
Sat, 23 Jun 2007 02:57:21 +0000 Andreas Monitzer Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).