Fri, 13 Mar 2009 02:26:45 +0000 Paul Aurich Convert all the XMPP IQ callbacks to a typedef similar to the IQ Handlers. cpw.darkrain42.xmpp.iq-handlers file | diff | annotate
Sat, 04 Apr 2009 17:01:59 +0000 Paul Aurich Fix allowing gmail user to initiate voice call by advertising a specific ext cpw.darkrain42.xmpp.bosh file | diff | annotate
Sat, 04 Apr 2009 03:15:59 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head fe7003f2f5aaf8a4e745df26f3fe846210fc22a9) cpw.darkrain42.xmpp.bosh file | diff | annotate
Mon, 23 Mar 2009 06:07:16 +0000 Michael Ruprecht Get rid of the rest of the extraneous changes. vv file | diff | annotate
Mon, 02 Mar 2009 18:47:27 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 133e5eca834c5d4adad0937da2cb93df4e9c8b30) vv file | diff | annotate
Mon, 18 Aug 2008 06:31:08 +0000 Michael Ruprecht propagate from branch 'im.pidgin.pidgin' (head e9d99eb2fc24b21c30a6956d81d8c9b81dc70d79) soc.2008.vv file | diff | annotate
Sat, 07 Mar 2009 01:59:40 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head b4bbfacd7f2050d87deeda12ea7bb3adc3608cb7) cpw.darkrain42.xmpp.bosh file | diff | annotate
Mon, 02 Mar 2009 06:37:05 +0000 Elliott Sales de Andrade Remove some extra trailing whitespace I noticed after merging mlundblad's 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
Wed, 17 Dec 2008 04:33:00 +0000 Paul Aurich Rename a few variables 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
Sun, 14 Dec 2008 21:19:02 +0000 Paul Aurich Rename a few functions and clean up the exit cleanup of a function cpw.darkrain42.xmpp.bosh file | diff | annotate
Fri, 12 Dec 2008 00:00:00 +0000 Paul Aurich Rename user_data to cb_data (there were too many 'userdata'/'user_data's). cpw.darkrain42.xmpp.bosh file | diff | annotate
Sun, 23 Nov 2008 03:52:40 +0000 Paul Aurich merge of '8507ef880d6d49191a99631b94feec7c29b28b64' 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 18:30:01 +0000 Paul Aurich jabber_contact_info is no longer used cpw.darkrain42.xmpp.bosh file | diff | annotate
Sat, 22 Nov 2008 18:26:45 +0000 Paul Aurich Sprinkle around more support for xml:lang on JabberIdentities 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
Sat, 22 Nov 2008 00:51:16 +0000 Paul Aurich Rename some structs and the JabberCapsClientInfo destruction function cpw.darkrain42.xmpp.bosh file | diff | annotate
Sat, 22 Nov 2008 00:42:56 +0000 Paul Aurich Whitespace and formatting changes cpw.darkrain42.xmpp.bosh file | diff | annotate
Fri, 21 Nov 2008 23:44:30 +0000 Paul Aurich Rework jabber_caps_calculate_hash cpw.darkrain42.xmpp.bosh file | diff | annotate
Fri, 21 Nov 2008 22:00:05 +0000 Paul Aurich Clean up jabber_caps_client_iqcb cpw.darkrain42.xmpp.bosh file | diff | annotate
Fri, 21 Nov 2008 20:30:21 +0000 Paul Aurich Whitespace cleanup (no functional changes, just unwrap the huge if block and cpw.darkrain42.xmpp.bosh file | diff | annotate
Fri, 21 Nov 2008 20:10:02 +0000 Paul Aurich Error checking and use g_list_foreach cpw.darkrain42.xmpp.bosh file | diff | annotate
Fri, 21 Nov 2008 18:50:43 +0000 Paul Aurich Don't crash if the lang attribute of an identity is NULL 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 17:52:56 +0000 Paul Aurich Whitespace, formatting, and // -> /* */ cpw.darkrain42.xmpp.bosh file | diff | annotate
Fri, 21 Nov 2008 17:47:12 +0000 Paul Aurich Use strcmp instead of a wrapper cpw.darkrain42.xmpp.bosh file | diff | annotate
Fri, 21 Nov 2008 08:04:09 +0000 Paul Aurich Clean up a few things cpw.darkrain42.xmpp.bosh file | diff | annotate
Sun, 23 Nov 2008 03:52:33 +0000 Paul Aurich Fix a null dereference on non-connected accounts cpw.darkrain42.xmpp.bosh file | diff | annotate
Fri, 21 Nov 2008 04:18:19 +0000 Paul Aurich Clean up jabber_presence_send 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, 20 Nov 2008 21:57:52 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 134bd2024c88a611caa45dad3b06a53c12a82ed3) cpw.darkrain42.xmpp.bosh file | diff | annotate
Tue, 12 Aug 2008 02:24:03 +0000 Daniel Atallah Don't look up caps exts when the initial caps discovery wasn't successful. 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
Fri, 01 Aug 2008 12:34:33 +0000 Tobias Markmann * some code style adjustments in caps.c soc.2008.xmpp file | diff | annotate
Tue, 15 Jul 2008 22:16:26 +0000 Tobias Markmann * removing some g_strdup()s; I meant it too good soc.2008.xmpp file | diff | annotate
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 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
Tue, 08 Jul 2008 15:05:45 +0000 Tobias Markmann * IPC work soc.2008.xmpp file | diff | annotate
Mon, 07 Jul 2008 18:28:05 +0000 Tobias Markmann * removing several warnings 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
Sat, 05 Jul 2008 09:22:59 +0000 Tobias Markmann * correctly calculating own features and factor in is_enabled() of features 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 18:30:12 +0000 Tobias Markmann * jabber_caps_jabber_identity_compare() compares xml:lang too, now. 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, 22 Mar 2008 04:45:46 +0000 Sadrul Habib Chowdhury Patch from Marcus Lundblad ('mlundblad') to improve audio support in xmpp. vv.ticket34 file | diff | annotate
Sat, 01 Dec 2007 14:08:02 +0000 Stu Tomlinson Pull a bunch of bugfix only changes to im.pidgin.pidgin.2.3.1, release-2.3.1 file | diff | annotate
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. file | diff | annotate
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. file | diff | annotate
(0) -60 tip

mercurial