| Fri, 08 May 2009 02:38:39 +0000 |
Paul Aurich |
Only call jabber_caps_get_info if we don't have all the information we want.
|
file |
diff |
annotate
|
| Thu, 07 May 2009 23:46:11 +0000 |
Paul Aurich |
Make the JabberCapsTuple (nee Key) available to the rest of the prpl
|
file |
diff |
annotate
|
| Sun, 05 Apr 2009 21:13:10 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head beb862745aa7b61bf9942e731fdef09bf0bba641)
cpw.darkrain42.xmpp.bosh
|
file |
diff |
annotate
|
| 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?)
cpw.darkrain42.xmpp.iq-handlers
|
file |
diff |
annotate
|
| Fri, 19 Dec 2008 04:28:38 +0000 |
Paul Aurich |
Partial disapproval of 19969457944c4807924bcde3090063b23d35ba17
cpw.darkrain42.xmpp.bosh
|
file |
diff |
annotate
|
| Fri, 19 Dec 2008 04:18:42 +0000 |
Paul Aurich |
Remove the old if 0'd out caps code and reorder some functions.
cpw.darkrain42.xmpp.bosh
|
file |
diff |
annotate
|
| Fri, 19 Dec 2008 04:11:07 +0000 |
Paul Aurich |
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
cpw.darkrain42.xmpp.bosh
|
file |
diff |
annotate
|
| Mon, 15 Dec 2008 20:43:02 +0000 |
Paul Aurich |
Reference-count JabberCapsClientInfo and fix bug.
cpw.darkrain42.xmpp.bosh
|
file |
diff |
annotate
|
| Sat, 22 Nov 2008 18:53:48 +0000 |
Paul Aurich |
Make capstable caps.c-only and add a jabber_caps_uninit() function
cpw.darkrain42.xmpp.bosh
|
file |
diff |
annotate
|
| 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)
cpw.darkrain42.xmpp.bosh
|
file |
diff |
annotate
|
| Fri, 21 Nov 2008 18:24:31 +0000 |
Paul Aurich |
Remove JabberCapsIdentity and just use JabberIdentity everywhere
cpw.darkrain42.xmpp.bosh
|
file |
diff |
annotate
|
| Fri, 21 Nov 2008 08:28:50 +0000 |
Paul Aurich |
constify, ifdef out an old-caps remnant, and rewrite a little
cpw.darkrain42.xmpp.bosh
|
file |
diff |
annotate
|
| Fri, 21 Nov 2008 00:35:44 +0000 |
Paul Aurich |
Entity Capabilities must be per-JabberStream
cpw.darkrain42.xmpp.bosh
|
file |
diff |
annotate
|
| Thu, 20 Nov 2008 23:58:17 +0000 |
Paul Aurich |
Fix compilation errors and many warnings
cpw.darkrain42.xmpp.bosh
|
file |
diff |
annotate
|
| Thu, 17 Jul 2008 04:49:35 +0000 |
Daniel Atallah |
disapproval of revision 'e650ca347f69ac381a109ef62b27da6696ef9026'
|
file |
diff |
annotate
|
| 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.
|
file |
diff |
annotate
|
| Mon, 18 Aug 2008 11:11:32 +0000 |
Tobias Markmann |
* adding some missing documentation
soc.2008.xmpp
|
file |
diff |
annotate
|
| Tue, 15 Jul 2008 15:38:15 +0000 |
Tobias Markmann |
* implemented jabber_caps_broadcast_change() and finished jabber_ipc_add_feature() IPC function
soc.2008.xmpp
|
file |
diff |
annotate
|
| Sun, 06 Jul 2008 21:09:50 +0000 |
Tobias Markmann |
* adding IPC function 'contact_has_feature'
soc.2008.xmpp
|
file |
diff |
annotate
|
| Sun, 06 Jul 2008 18:51:26 +0000 |
Tobias Markmann |
* fixing a bug in jabber_caps_compare()
soc.2008.xmpp
|
file |
diff |
annotate
|
| Fri, 04 Jul 2008 19:11:09 +0000 |
Tobias Markmann |
* changed storage format for cache to mirror all needed features for XEP-0115v1.5
soc.2008.xmpp
|
file |
diff |
annotate
|
| Thu, 03 Jul 2008 22:30:44 +0000 |
Tobias Markmann |
* support for calculating both hashes, sha-1 and md5
soc.2008.xmpp
|
file |
diff |
annotate
|
| Tue, 01 Jul 2008 23:16:15 +0000 |
Tobias Markmann |
* pass hash type to the caps handling functions
soc.2008.xmpp
|
file |
diff |
annotate
|
| 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
soc.2008.xmpp
|
file |
diff |
annotate
|
| Sun, 22 Jun 2008 18:59:33 +0000 |
Tobias Markmann |
* defined JabberCapsIdentity as struct _JabberIdentity
soc.2008.xmpp
|
file |
diff |
annotate
|
| Sun, 22 Jun 2008 17:25:23 +0000 |
Tobias Markmann |
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
soc.2008.xmpp
|
file |
diff |
annotate
|
| Mon, 16 Jun 2008 13:52:45 +0000 |
Tobias Markmann |
Removing short-names for features and calculating own caps hash.
soc.2008.xmpp
|
file |
diff |
annotate
|
| 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).
soc.2007.xmpp
|
file |
diff |
annotate
|