log libpurple/protocols/jabber/caps.h @ 26563:5767b7698c73

age author description
Sun, 05 Apr 2009 19:21:22 +0000 Paul Aurich Further standardize the sentinel style (did someone say leading _s are theoretically a reserved namespace?)
Fri, 19 Dec 2008 04:28:38 +0000 Paul Aurich Partial disapproval of b8fdbd255c614e7305f835b843a3414675a86a19
Fri, 19 Dec 2008 04:18:42 +0000 Paul Aurich Remove the old if 0'd out caps code and reorder some functions.
Fri, 19 Dec 2008 04:11:07 +0000 Paul Aurich Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Mon, 15 Dec 2008 20:43:02 +0000 Paul Aurich Reference-count JabberCapsClientInfo and fix bug.
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 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)
Fri, 21 Nov 2008 18:24:31 +0000 Paul Aurich Remove JabberCapsIdentity and just use JabberIdentity everywhere
Fri, 21 Nov 2008 08:28:50 +0000 Paul Aurich constify, ifdef out an old-caps remnant, and rewrite a little
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
Mon, 18 Aug 2008 11:11:32 +0000 Tobias Markmann * adding some missing documentation
Tue, 15 Jul 2008 15:38:15 +0000 Tobias Markmann * implemented jabber_caps_broadcast_change() and finished jabber_ipc_add_feature() IPC function
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()
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 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.
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.
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).