log

age author description
Fri, 27 Jun 2008 13:34:44 +0000 Sulabh Mahajan Sending of p2p packet, providing peer with our IP address to make a connection to us.
Sat, 21 Jun 2008 14:34:38 +0000 Sulabh Mahajan Support for P2P file transfer (SEND), when we are client to the peer
Tue, 17 Jun 2008 21:30:49 +0000 Sulabh Mahajan propagate from branch 'im.pidgin.pidgin' (head 420b71541a7786d593759ead8d775f487291fb97)
Mon, 18 Aug 2008 17:08:01 +0000 Tobias Markmann * free xmlnodes after bosh receive callback is called
Mon, 18 Aug 2008 16:20:46 +0000 Tobias Markmann * removing some comment with XML example
Mon, 18 Aug 2008 15:44:43 +0000 Tobias Markmann * fixing a bug in jabber_bosh_http_connection_receive_parse_header()
Mon, 18 Aug 2008 11:11:32 +0000 Tobias Markmann * adding some missing documentation
Mon, 18 Aug 2008 08:42:37 +0000 Tobias Markmann * sending empty <body> requests if there are not othere requests to be answered to keep a CM -> client channel open
Sat, 16 Aug 2008 21:28:32 +0000 Tobias Markmann * data buffer for received data. Support for any HTTP resonse size now.
Fri, 15 Aug 2008 16:35:32 +0000 Tobias Markmann * moving BOSH interfacing from jabber_send to jabber_send_raw
Fri, 15 Aug 2008 14:02:21 +0000 Tobias Markmann * using libpurple's internal SASL mechanisms during BOSH authentication phase
Tue, 12 Aug 2008 12:48:25 +0000 Tobias Markmann * sending some User-Agent
Tue, 12 Aug 2008 12:40:48 +0000 Tobias Markmann * calling PurpleBOSHConnection's receive_cb
Mon, 11 Aug 2008 21:28:05 +0000 Tobias Markmann * parsing HTTP response and emitting HTTP request callback
Sat, 09 Aug 2008 23:07:58 +0000 Tobias Markmann * preparing handling of multiple requests for pipelining support
Sat, 09 Aug 2008 22:16:11 +0000 Tobias Markmann * doing HTTP requests
Tue, 05 Aug 2008 22:24:39 +0000 Tobias Markmann * adding receive callback; preparing receiving and boot code
Tue, 05 Aug 2008 18:44:42 +0000 Tobias Markmann * adding bosh files to Makefile.am & .mingw
Sun, 03 Aug 2008 22:58:10 +0000 Tobias Markmann * missing commit
Sun, 03 Aug 2008 22:50:13 +0000 Tobias Markmann * some refactoring
Sun, 03 Aug 2008 22:21:49 +0000 Tobias Markmann * small bugfix in jabber_ipc_add_feature()
Sun, 03 Aug 2008 13:48:59 +0000 Tobias Markmann * looking for alternative connection methods if direct connection fails
Sat, 02 Aug 2008 16:43:04 +0000 Tobias Markmann * some further bugfixing, BIND's libresolv does so much for the programmer, just happy it exists
Fri, 01 Aug 2008 22:37:51 +0000 Tobias Markmann * fixing some bugs, finishing support for TXT queries
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:20:35 +0000 Tobias Markmann * adding documentation for IPC function contact_has_feature
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
Wed, 02 Jul 2008 21:27:51 +0000 Tobias Markmann * changing caps node namespace. According to version 1.5 of XEP-0115 it should be a real URL to client's homepage.
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.
Tue, 17 Jun 2008 21:17:29 +0000 Sulabh Mahajan Send IMs and Typing notifications through p2p, Redesign p2p
Sat, 14 Jun 2008 08:53:43 +0000 Sulabh Mahajan Proper error handling for p2p connections
Fri, 13 Jun 2008 11:04:13 +0000 Sulabh Mahajan Close p2p connection when read() does not return anything.
Mon, 09 Jun 2008 08:08:21 +0000 Sulabh Mahajan Yahoo P2P File Transfer RECEIVE only support added.
Sun, 08 Jun 2008 21:08:48 +0000 Sulabh Mahajan Start idle at 1 min not 0 min and Probable description of service 0x07d1.
Sun, 08 Jun 2008 17:40:04 +0000 Sulabh Mahajan Support for YAHOO_PROCESS_MESSAGE and YAHOO_PROCESS_NOTIFY over p2p links.
Fri, 06 Jun 2008 17:28:37 +0000 Sulabh Mahajan Implementation of initial exchange of p2pxfer packets that initiates p2p file transfer. Some connection
Thu, 29 May 2008 07:57:15 +0000 Sulabh Mahajan added name to COPYRIGHT (alphabetically), trivial change in packet.h
Sun, 25 May 2008 20:08:12 +0000 Sulabh Mahajan Use HTTP/1.1 to get token to open inbox
Sun, 25 May 2008 18:48:38 +0000 Sulabh Mahajan Addition of name in Copyright
Wed, 06 Feb 2008 19:11:25 +0000 Sadrul Habib Chowdhury merge of 'c121cde51cc5bd48a26b46df14b86756465ef4a4'
Sat, 29 Dec 2007 20:56:28 +0000 Sadrul Habib Chowdhury These shouldn't be here.
Sat, 29 Dec 2007 20:47:20 +0000 Sadrul Habib Chowdhury The whitespace at the end of the line was giving me errors.
Sat, 29 Dec 2007 17:06:59 +0000 Sadrul Habib Chowdhury Remove a compile error, and a few warnings.
Sat, 29 Dec 2007 16:54:15 +0000 Sadrul Habib Chowdhury Fix the prplinfo structs and get rid of some compile warnings.
Sat, 29 Dec 2007 17:45:47 +0000 Evan Schoenberg Fix some compilation problems when USE_FARSIGHT isn't defined.
Sat, 29 Dec 2007 06:41:04 +0000 Evan Schoenberg Fixed some problems which came up while propagating