log

age author description
2008-08-18 Tobias Markmann * free xmlnodes after bosh receive callback is called
2008-08-18 Tobias Markmann * removing some comment with XML example
2008-08-18 Tobias Markmann * fixing a bug in jabber_bosh_http_connection_receive_parse_header()
2008-08-18 Tobias Markmann * adding some missing documentation
2008-08-18 Tobias Markmann * sending empty <body> requests if there are not othere requests to be answered to keep a CM -> client channel open
2008-08-16 Tobias Markmann * data buffer for received data. Support for any HTTP resonse size now.
2008-08-15 Tobias Markmann * moving BOSH interfacing from jabber_send to jabber_send_raw
2008-08-15 Tobias Markmann * using libpurple's internal SASL mechanisms during BOSH authentication phase
2008-08-12 Tobias Markmann * sending some User-Agent
2008-08-12 Tobias Markmann * calling PurpleBOSHConnection's receive_cb
2008-08-11 Tobias Markmann * parsing HTTP response and emitting HTTP request callback
2008-08-09 Tobias Markmann * preparing handling of multiple requests for pipelining support
2008-08-09 Tobias Markmann * doing HTTP requests
2008-08-05 Tobias Markmann * adding receive callback; preparing receiving and boot code
2008-08-05 Tobias Markmann * adding bosh files to Makefile.am & .mingw
2008-08-03 Tobias Markmann * missing commit
2008-08-03 Tobias Markmann * some refactoring
2008-08-03 Tobias Markmann * small bugfix in jabber_ipc_add_feature()
2008-08-03 Tobias Markmann * looking for alternative connection methods if direct connection fails
2008-08-02 Tobias Markmann * some further bugfixing, BIND's libresolv does so much for the programmer, just happy it exists
2008-08-01 Tobias Markmann * fixing some bugs, finishing support for TXT queries
2008-08-01 Tobias Markmann * some code style adjustments in caps.c
2008-07-15 Tobias Markmann * removing some g_strdup()s; I meant it too good
2008-07-15 Tobias Markmann * fixing memory related bug; forgotton to duplicate some data which otherwise may be deleted by other parts of the program
2008-07-15 Tobias Markmann * implemented jabber_caps_broadcast_change() and finished jabber_ipc_add_feature() IPC function
2008-07-08 Tobias Markmann * IPC work
2008-07-07 Tobias Markmann * removing several warnings
2008-07-06 Tobias Markmann * adding documentation for IPC function contact_has_feature
2008-07-06 Tobias Markmann * adding IPC function 'contact_has_feature'
2008-07-06 Tobias Markmann * fixing a bug in jabber_caps_compare()
2008-07-05 Tobias Markmann * correctly calculating own features and factor in is_enabled() of features
2008-07-04 Tobias Markmann * changed storage format for cache to mirror all needed features for XEP-0115v1.5
2008-07-03 Tobias Markmann * support for calculating both hashes, sha-1 and md5
2008-07-02 Tobias Markmann * changing caps node namespace. According to version 1.5 of XEP-0115 it should be a real URL to client's homepage.
2008-07-01 Tobias Markmann * pass hash type to the caps handling functions
2008-06-29 Tobias Markmann * implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
2008-06-22 Tobias Markmann * defined JabberCapsIdentity as struct _JabberIdentity
2008-06-22 Tobias Markmann * jabber_caps_jabber_identity_compare() compares xml:lang too, now.
2008-06-22 Tobias Markmann * changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
2008-06-16 Tobias Markmann Removing short-names for features and calculating own caps hash.
2008-06-17 Sulabh Mahajan Send IMs and Typing notifications through p2p, Redesign p2p
2008-06-14 Sulabh Mahajan Proper error handling for p2p connections
2008-06-13 Sulabh Mahajan Close p2p connection when read() does not return anything.
2008-06-09 Sulabh Mahajan Yahoo P2P File Transfer RECEIVE only support added.
2008-06-08 Sulabh Mahajan Start idle at 1 min not 0 min and Probable description of service 0x07d1.
2008-06-08 Sulabh Mahajan Support for YAHOO_PROCESS_MESSAGE and YAHOO_PROCESS_NOTIFY over p2p links.
2008-06-06 Sulabh Mahajan Implementation of initial exchange of p2pxfer packets that initiates p2p file transfer. Some connection
2008-05-29 Sulabh Mahajan added name to COPYRIGHT (alphabetically), trivial change in packet.h
2008-05-25 Sulabh Mahajan Use HTTP/1.1 to get token to open inbox
2008-05-25 Sulabh Mahajan Addition of name in Copyright
2008-02-06 Sadrul Habib Chowdhury merge of 'c121cde51cc5bd48a26b46df14b86756465ef4a4'
2007-12-29 Sadrul Habib Chowdhury These shouldn't be here.
2007-12-29 Sadrul Habib Chowdhury The whitespace at the end of the line was giving me errors.
2007-12-29 Sadrul Habib Chowdhury Remove a compile error, and a few warnings.
2007-12-29 Sadrul Habib Chowdhury Fix the prplinfo structs and get rid of some compile warnings.
2007-12-29 Evan Schoenberg Fix some compilation problems when USE_FARSIGHT isn't defined.