log libpurple/protocols/jabber/caps.c @ 25741:1225f3dcf5ab

age author description
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).