log

age author description
2008-05-24 Mike Ruprecht Fix video plugin/device preference and preview.
2008-05-24 Mike Ruprecht Moved jingle.c global variable "sessions" into JabberStream.
2008-05-23 Mike Ruprecht Updates voice and video to use Farsight 2, gets XMPP voice conferences
2008-04-13 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 9da7555026cd7b8456f95ae153a7852ddbcf6678)
2008-03-22 Sadrul Habib Chowdhury Add log-handlers for farsight foo.
2008-03-22 Sadrul Habib Chowdhury Fine tune the media (audio) widget in finch.
2008-03-22 Sadrul Habib Chowdhury Change a few things:
2008-03-22 Sadrul Habib Chowdhury Add Marcus Lundblad to the COPYRIGHT.
2008-03-22 Sadrul Habib Chowdhury Patch from Michael Ruprecht (Maiku) to announce voice support to the officia gtalk client. References #34.
2008-03-22 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 86f8b3e5d789c691f873f515a92fe8e111dcab6e)
2008-03-22 Sadrul Habib Chowdhury Some media support in finch. This needs to be updated for the got-accept signal.
2008-03-22 Sadrul Habib Chowdhury Add the new jingle.c/h files.
2008-03-22 Sadrul Habib Chowdhury Patch from Marcus Lundblad ('mlundblad') to improve audio support in xmpp.
2008-03-18 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 119df2055ed7ee5143047b4d18ae81d58c2feac6)
2008-03-15 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 8ca6a80e2cd7fbbc59983f8ba370f7276e062db9)
2008-03-15 Sadrul Habib Chowdhury Show a message when the remote end terminates a session.
2008-02-08 Sadrul Habib Chowdhury Fix a compile error due to set_clock being defined in term.h conflicting with gstreamer.
2008-02-06 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 16d99d9757384d801e4f13d991cb769a71f9c190)
2008-07-13 Sulabh Mahajan Fix file transfer to a user not in buddy list, defaulting to use v15
2008-07-12 Sulabh Mahajan minor changes in comments style and alphabetic ordering of header files.
2008-07-12 Sulabh Mahajan changed gboolean connection_type to enum yahoo_p2p_connection_type
2008-07-12 Sulabh Mahajan changed PKT_YAHOOSERVER and PKT_P2P, into enum yahoo_pkt_type
2008-07-12 Sulabh Mahajan Better naming convention, prefix YAHOO_P2PSTATUS_ to values in the enum YahooP2PStatus
2008-07-12 Sulabh Mahajan if(p2p_data->source >= 0) in place of if(p2p_data->source)
2008-07-12 Sulabh Mahajan f->p2p_packet_sent and f->p2p_status initialization in yahoo_friend_new() redundant
2008-07-11 Sulabh Mahajan Receive files when we are p2p server
2008-07-09 Sulabh Mahajan Add + in place of spaces in p2p url, fixes transfer of file with name containing spaces
2008-07-09 Sulabh Mahajan Send file by p2p when we are server
2008-07-02 Sulabh Mahajan Check for session id (value for key 11) in the received IMs and Notifications against our session id. Disconnect in
2008-07-02 Sulabh Mahajan Changed user_data to more apt p2p_data, change in variable name.
2008-07-02 Sulabh Mahajan Act as a YMSG server on port 5101 for IMs and Notifications
2008-06-27 Sulabh Mahajan Fall back to establishing connection as a client when unable to act as a server.
2008-06-27 Sulabh Mahajan Sending of p2p packet, providing peer with our IP address to make a connection to us.
2008-06-21 Sulabh Mahajan Support for P2P file transfer (SEND), when we are client to the peer
2008-06-17 Sulabh Mahajan propagate from branch 'im.pidgin.pidgin' (head 420b71541a7786d593759ead8d775f487291fb97)
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.
2007-12-29 Evan Schoenberg Fixed some problems which came up while propagating
2007-12-29 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head 7f8e027e1591ade622baf58a9dac216e7122c1ac)
2007-09-01 Yoshiki Yazawa - correct reversed logic for setting idle time.
2007-09-01 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head bf5b652f2626324a7801ad9de50d7ae69cf8b596)
2007-08-31 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 6f5c855ee2435b317e7ddb8c9551fd17cd0328fe)