Mercurial > pidgin.yaz
graph
-
Send negotiated codecs in session-accept opposed to all local codecs.2008-06-07, by Mike Ruprecht
-
Jingle sessions now keep track of their transaction state to a degree.2008-06-07, by Mike Ruprecht
-
Silence warning.2008-06-06, by Mike Ruprecht
-
Listen to the media pipeline and display errors.2008-06-06, by Mike Ruprecht
-
Use the right namespaces for broadcasting and discovering Jingle support.2008-06-06, by Mike Ruprecht
-
Temporary fix to remove a 5-7 second delay when initiating a media session.2008-06-06, by Mike Ruprecht
-
Added the "media" attribute to the Jingle description element according2008-06-06, by Mike Ruprecht
-
Added some utility functions to convert PurpleMediaStreamType2008-06-06, by Mike Ruprecht
-
merge of '3969ff3f40069748728f9ee2376a4bab3f089d04'2008-06-06, by Mike Ruprecht
-
Corrected debug labels s/"jabber"/"jingle"/2008-06-06, by Mike Ruprecht
-
Added functions to help create Jingle packets. Revised some of the Jingle flow.2008-06-04, by Mike Ruprecht
-
Added functions to help with the creation of Jingle packets.2008-06-03, by Mike Ruprecht
-
Added JingleSessionContent structure to store content information2008-06-03, by Mike Ruprecht
-
Further decoupled Jingle code from jabber.c:2008-06-02, by Mike Ruprecht
-
Moved Jingle message handlers from jabber.c to jingle.c.2008-06-02, by Mike Ruprecht
-
Fix crash bug when checking if a contact can do media when logging out.2008-06-02, by Mike Ruprecht
-
Check remote JID's capabilities for audio and video XEP support.2008-05-31, by Mike Ruprecht
-
Remove the "Call" button from the formatting toolbar.2008-05-31, by Mike Ruprecht
-
Create a proper media menu with options for audio, video, and2008-05-31, by Mike Ruprecht
-
Free the PurpleMedia object when the media session ends and fix ending2008-05-31, by Mike Ruprecht
-
merge of '38838bc806900103298d383237d2ae7cd60bbd82'2008-05-28, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin.vv' (head 9443004596a4fc55992da8548ef5b438de22c8ef)2008-05-27, by Mike Ruprecht
-
Broken merge.2008-05-27, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 75f0460d3679231b61d572e76fe02534a597c6b5)2008-05-27, by Sadrul Habib Chowdhury
-
merge of '0685fc29468269a2af68268baa627b09f83339e4'2008-05-27, by Mike Ruprecht
-
Silence warning.2008-05-27, by Mike Ruprecht
-
Use USE_VV instead of USE_FARSIGHT.2008-05-28, by Mike Ruprecht
-
Change configure script to have a separate check for voice and video2008-05-28, by Mike Ruprecht
-
Require gstreamer-plugins-base-0.10 for compiling with voice and video2008-05-27, by Mike Ruprecht
-
Added better Farsight error handling. Fixes several crash bugs related2008-05-27, by Mike Ruprecht
-
Fix compiling with the --disable-vv switch.2008-05-25, by Mike Ruprecht
-
Fix video plugin/device preference and preview.2008-05-24, by Mike Ruprecht
-
Moved jingle.c global variable "sessions" into JabberStream.2008-05-24, by Mike Ruprecht
-
Updates voice and video to use Farsight 2, gets XMPP voice conferences2008-05-23, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 9da7555026cd7b8456f95ae153a7852ddbcf6678)2008-04-13, by Sadrul Habib Chowdhury
-
Add log-handlers for farsight foo.2008-03-22, by Sadrul Habib Chowdhury
-
Fine tune the media (audio) widget in finch.2008-03-22, by Sadrul Habib Chowdhury
-
Change a few things:2008-03-22, by Sadrul Habib Chowdhury
-
Add Marcus Lundblad to the COPYRIGHT.2008-03-22, by Sadrul Habib Chowdhury
-
Patch from Michael Ruprecht (Maiku) to announce voice support to the officia gtalk client. References #34.2008-03-22, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 86f8b3e5d789c691f873f515a92fe8e111dcab6e)2008-03-22, by Sadrul Habib Chowdhury
-
Some media support in finch. This needs to be updated for the got-accept signal.2008-03-22, by Sadrul Habib Chowdhury
-
Add the new jingle.c/h files.2008-03-22, by Sadrul Habib Chowdhury
-
Patch from Marcus Lundblad ('mlundblad') to improve audio support in xmpp.2008-03-22, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 119df2055ed7ee5143047b4d18ae81d58c2feac6)2008-03-18, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 8ca6a80e2cd7fbbc59983f8ba370f7276e062db9)2008-03-15, by Sadrul Habib Chowdhury
-
Show a message when the remote end terminates a session.2008-03-15, by Sadrul Habib Chowdhury
-
Fix a compile error due to set_clock being defined in term.h conflicting with gstreamer.2008-02-08, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 16d99d9757384d801e4f13d991cb769a71f9c190)2008-02-06, by Sadrul Habib Chowdhury
-
Fix file transfer to a user not in buddy list, defaulting to use v152008-07-13, by Sulabh Mahajan
-
minor changes in comments style and alphabetic ordering of header files.2008-07-12, by Sulabh Mahajan
-
changed gboolean connection_type to enum yahoo_p2p_connection_type2008-07-12, by Sulabh Mahajan
-
changed PKT_YAHOOSERVER and PKT_P2P, into enum yahoo_pkt_type2008-07-12, by Sulabh Mahajan
-
Better naming convention, prefix YAHOO_P2PSTATUS_ to values in the enum YahooP2PStatus2008-07-12, by Sulabh Mahajan
-
if(p2p_data->source >= 0) in place of if(p2p_data->source)2008-07-12, by Sulabh Mahajan
-
f->p2p_packet_sent and f->p2p_status initialization in yahoo_friend_new() redundant2008-07-12, by Sulabh Mahajan
-
Receive files when we are p2p server2008-07-11, by Sulabh Mahajan
-
Add + in place of spaces in p2p url, fixes transfer of file with name containing spaces2008-07-09, by Sulabh Mahajan
-
Send file by p2p when we are server2008-07-09, by Sulabh Mahajan
-
Check for session id (value for key 11) in the received IMs and Notifications against our session id. Disconnect in2008-07-02, by Sulabh Mahajan
-
Changed user_data to more apt p2p_data, change in variable name.2008-07-02, by Sulabh Mahajan
-
Act as a YMSG server on port 5101 for IMs and Notifications2008-07-02, by Sulabh Mahajan
-
Fall back to establishing connection as a client when unable to act as a server.2008-06-27, by Sulabh Mahajan
-
Sending of p2p packet, providing peer with our IP address to make a connection to us.2008-06-27, by Sulabh Mahajan
-
Support for P2P file transfer (SEND), when we are client to the peer2008-06-21, by Sulabh Mahajan
-
propagate from branch 'im.pidgin.pidgin' (head 420b71541a7786d593759ead8d775f487291fb97)2008-06-17, by Sulabh Mahajan
-
* free xmlnodes after bosh receive callback is called2008-08-18, by Tobias Markmann
-
* removing some comment with XML example2008-08-18, by Tobias Markmann
-
* fixing a bug in jabber_bosh_http_connection_receive_parse_header()2008-08-18, by Tobias Markmann
-
* adding some missing documentation2008-08-18, by Tobias Markmann
-
* sending empty <body> requests if there are not othere requests to be answered to keep a CM -> client channel open2008-08-18, by Tobias Markmann
-
* data buffer for received data. Support for any HTTP resonse size now.2008-08-16, by Tobias Markmann
-
* moving BOSH interfacing from jabber_send to jabber_send_raw2008-08-15, by Tobias Markmann
-
* using libpurple's internal SASL mechanisms during BOSH authentication phase2008-08-15, by Tobias Markmann
-
* sending some User-Agent2008-08-12, by Tobias Markmann
-
* calling PurpleBOSHConnection's receive_cb2008-08-12, by Tobias Markmann
-
* parsing HTTP response and emitting HTTP request callback2008-08-11, by Tobias Markmann
-
* preparing handling of multiple requests for pipelining support2008-08-09, by Tobias Markmann
-
* doing HTTP requests2008-08-09, by Tobias Markmann
-
* adding receive callback; preparing receiving and boot code2008-08-05, by Tobias Markmann
-
* adding bosh files to Makefile.am & .mingw2008-08-05, by Tobias Markmann
-
* missing commit2008-08-03, by Tobias Markmann
-
* some refactoring2008-08-03, by Tobias Markmann
-
* small bugfix in jabber_ipc_add_feature()2008-08-03, by Tobias Markmann
-
* looking for alternative connection methods if direct connection fails2008-08-03, by Tobias Markmann
-
* some further bugfixing, BIND's libresolv does so much for the programmer, just happy it exists2008-08-02, by Tobias Markmann
-
* fixing some bugs, finishing support for TXT queries2008-08-01, by Tobias Markmann
-
* some code style adjustments in caps.c2008-08-01, by Tobias Markmann
-
* removing some g_strdup()s; I meant it too good2008-07-15, by Tobias Markmann
-
* fixing memory related bug; forgotton to duplicate some data which otherwise may be deleted by other parts of the program2008-07-15, by Tobias Markmann
-
* implemented jabber_caps_broadcast_change() and finished jabber_ipc_add_feature() IPC function2008-07-15, by Tobias Markmann
-
* IPC work2008-07-08, by Tobias Markmann
-
* removing several warnings2008-07-07, by Tobias Markmann
-
* adding documentation for IPC function contact_has_feature2008-07-06, by Tobias Markmann
-
* adding IPC function 'contact_has_feature'2008-07-06, by Tobias Markmann
-
* fixing a bug in jabber_caps_compare()2008-07-06, by Tobias Markmann
-
* correctly calculating own features and factor in is_enabled() of features2008-07-05, by Tobias Markmann
-
* changed storage format for cache to mirror all needed features for XEP-0115v1.52008-07-04, by Tobias Markmann
-
* support for calculating both hashes, sha-1 and md52008-07-03, by 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-02, by Tobias Markmann
-
* pass hash type to the caps handling functions2008-07-01, by Tobias Markmann
-
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-01152008-06-29, by Tobias Markmann
-
* defined JabberCapsIdentity as struct _JabberIdentity2008-06-22, by Tobias Markmann
-
* jabber_caps_jabber_identity_compare() compares xml:lang too, now.2008-06-22, by Tobias Markmann
-
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()2008-06-22, by Tobias Markmann
-
Removing short-names for features and calculating own caps hash.2008-06-16, by Tobias Markmann
-
Send IMs and Typing notifications through p2p, Redesign p2p2008-06-17, by Sulabh Mahajan
-
Proper error handling for p2p connections2008-06-14, by Sulabh Mahajan
-
Close p2p connection when read() does not return anything.2008-06-13, by Sulabh Mahajan
-
Yahoo P2P File Transfer RECEIVE only support added.2008-06-09, by Sulabh Mahajan
-
Start idle at 1 min not 0 min and Probable description of service 0x07d1.2008-06-08, by Sulabh Mahajan
-
Support for YAHOO_PROCESS_MESSAGE and YAHOO_PROCESS_NOTIFY over p2p links.2008-06-08, by Sulabh Mahajan
-
Implementation of initial exchange of p2pxfer packets that initiates p2p file transfer. Some connection2008-06-06, by Sulabh Mahajan
-
added name to COPYRIGHT (alphabetically), trivial change in packet.h2008-05-29, by Sulabh Mahajan
-
Use HTTP/1.1 to get token to open inbox2008-05-25, by Sulabh Mahajan
-
Addition of name in Copyright2008-05-25, by Sulabh Mahajan
-
merge of 'c121cde51cc5bd48a26b46df14b86756465ef4a4'2008-02-06, by Sadrul Habib Chowdhury
-
These shouldn't be here.2007-12-29, by Sadrul Habib Chowdhury
-
The whitespace at the end of the line was giving me errors.2007-12-29, by Sadrul Habib Chowdhury
-
Remove a compile error, and a few warnings.2007-12-29, by Sadrul Habib Chowdhury
-
Fix the prplinfo structs and get rid of some compile warnings.2007-12-29, by Sadrul Habib Chowdhury
-
Fix some compilation problems when USE_FARSIGHT isn't defined.2007-12-29, by Evan Schoenberg
-
Fixed some problems which came up while propagating2007-12-29, by Evan Schoenberg
-
propagate from branch 'im.pidgin.pidgin' (head 7f8e027e1591ade622baf58a9dac216e7122c1ac)2007-12-29, by Evan Schoenberg
-
- correct reversed logic for setting idle time.2007-09-01, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head bf5b652f2626324a7801ad9de50d7ae69cf8b596)2007-09-01, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 6f5c855ee2435b317e7ddb8c9551fd17cd0328fe)2007-08-31, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head c323420a0b3b17b1eba64763c01038ddf05ff0c2)2007-08-28, by Yoshiki Yazawa
-
Cosmetics.2007-09-27, by Sadrul Habib Chowdhury
-
merge of '02901ee49b228d1bf519032a6422667d6805d0c1'2007-09-21, by Sadrul Habib Chowdhury
-
Missing files2007-09-20, by Sean Egan
-
Cute little compile errors.2007-09-20, by Sadrul Habib Chowdhury
-
You can actually receive Google Talk voice calls with crappy UI now2007-09-19, by Sean Egan
-
Some UI ;)2007-09-05, by Sean Egan
-
Missed files2007-09-05, by Sean Egan
-
Basic Google Talk voice call support. No UI; receiving a call auto-accepts it.2007-09-05, by Sean Egan
-
Add Farsight to configure.ac2007-08-28, by Sean Egan
-
propagate from branch 'im.pidgin.pidgin' (head 40c25a37a614d9667d4cf190640316f92edbe3d6)2007-08-25, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 90df17ab44d01f7f8f963d36fefb9eae3ec868cf)2007-08-23, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head cb5420b4b28888af9a419d6ca29f524e552c9cf0)2007-08-14, by Yoshiki Yazawa
-
make use of utf8 filename in jabber.2007-08-14, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 5cd317ad290e840fa8a8624d17dd5f23f99330ac)2007-08-07, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 82f657fd45abe5db78920f196a8a795c730c78cc)2007-07-27, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head f4d2e27ee5bc44bb6d4d834730822b698a4dc534)2007-07-25, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 3c06e81a006adebe420915ad7301ad1e6e82cab8)2007-07-24, by Yoshiki Yazawa
-
- filename in filetransfer should be utf8 in oscar.2007-07-13, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 0adbd7ac0c14d3a1d56a31f03baa87c9af63cbe6)2007-07-13, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 19622efbc23b0b099d80ecf33b54d6a38a21cd7f)2007-07-12, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head b195e262642015df66e36d33e9dd16ecae5df9d5)2007-07-11, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head f77175b39d6209f3bca85b3d1baca3eee2f14900)2007-07-09, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head ccc9b73a0ff146d9f13b7c05aeb76e6a1abf4733)2007-07-06, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 7bdb1afaf64b2e3bde8dc04063fbe6d39c937b73)2007-07-04, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 7ffd004802947736b5861bf45eb639d28f9c5032)2007-07-03, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head efa0e31922a07bb598a6fc8951462e1fa96a886e)2007-07-02, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 414f0770611139752d484f4831cb59038456c9bf)2007-07-01, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head e2ba19f94867654f67522ab62256281645a9df9f)2007-06-29, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 96be2c6bb0b910f823a48bf0ffc247135df4a988)2007-06-29, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 39d4c6188e75b825060b407dfd9f478a9feef62b)2007-06-29, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head d08e73765328352fb955bb0b4e908eb39bea7b5d)2007-06-28, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 7bf90628ea82588a24a5c2e11b62e1128d8c90f0)2007-06-28, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 6526dd22033b4ab26156c07b7a84e53e092b4a21)2007-06-27, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 0c6d125066d754b13d41953911c8ea86f0289ec4)2007-06-26, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 9beed54f9b14fec268ec3cecae10261a9d43e1c8)2007-06-24, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head d2f50519c5ed668dd980277afdc25d71ccb8a852)2007-06-22, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head c09099530cc12734d4420f3fcc37e18347a16d5e)2007-06-21, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 4aabd11d86454556c0ed6e7c67640fa2a2ea5d6b)2007-06-20, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 236a0f42a00c47bc1de4ebf0f7deea1a9e2d1d92)2007-06-18, by Yoshiki Yazawa
-
- remove '_' from "Send to" menu.2007-06-17, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 725fc6cb64d550dcc3a71741a974e5255f83a366)2007-06-17, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 3c31f6f6c8e998f6e9c550e05bf5dfdcdc9bb154)2007-06-11, by Yoshiki Yazawa
-
merge of '5eaffe4463a414e0dd0267186ce9d09e4fec44bf'2007-06-11, by Yoshiki Yazawa
-
merge of '3a630a4fd8d8b4dc763804428205cac11bbfe2ad'2007-06-11, by Yoshiki Yazawa
-
- merge nosuke's tab width patch.2007-06-11, by Yoshiki Yazawa
-
- add nosuke's cp932 handling code.2007-06-11, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head f68bc95ec93e616afdf0527fc982ff5f226f5463)2007-06-11, by Yoshiki Yazawa
-
- remove unnecessary line.2007-06-10, by Yoshiki Yazawa
-
- add hankaku kana support to irc.2007-06-10, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 05e0540c1a837fa061087b893a855d20e35011ef)2007-06-10, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head dff846c19b3c14ce3094dda9a5b72c70e6e11121)2007-06-09, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 4b50880d8517570eaa67d4cd9d88c5934bb832f1)2007-06-08, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head cf74b964fddd2185233987f6e7743623bf21efb8)2007-06-07, by Yoshiki Yazawa
-
- add an ipc function to set alias for myself.2007-06-05, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head fc2b3abe07ed5e2601550aae1e34ed81ccb6761d)2007-06-05, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 3d1e6b8637ff9133c8f17e9aeaeea1284c898d86)2007-06-04, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 69639ef14e4298b2e420779e1696a07a13da5910)2007-06-02, by Yoshiki Yazawa
-
- follow a change in oscar.2007-05-31, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 8ae64558f2dc02cbc051dda2e2e6e4270b03f7f3)2007-05-31, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head c7b6cd0e58a3953905afdaea801171859d00de1a)2007-05-28, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 371fb91ec4fdb33fa482efe55111fe58d8758c3b)2007-05-26, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 68a7c85152f55e4b824422958bca00f79f48cd2f)2007-05-25, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head a128e310ce8622212e6b8b435d45a15c25abb2c3)2007-05-23, by Yoshiki Yazawa
-
- fix compilation error for gg.2007-05-20, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 62e9d17cd37551991c5040ce6ca48e6d7578dde3)2007-05-20, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 61827fc1671b97df72194ee9722ed122cb45c29f)2007-05-19, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 1e0f6c89bdf3a21258ac4f64039122a909ac67cc)2007-05-18, by Yoshiki Yazawa
-
prepend _ to Send To2007-05-17, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head f858c38e5d9f9c2d048dbe13db10776cdf7fafc9)2007-05-17, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 4398ffa92e9bb0a16dbede7756a4cbc5dfa96602)2007-05-16, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 8fb8a09e9fe9177bb4efcd0f7ecd126919e73c20)2007-05-15, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head b131b26bdebd017ae74090008e1672615c9080bc)2007-05-09, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 00dc566bfedcca2a9b44f91cf7e9a73f8270b63a)2007-05-07, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head e1c76e1a6e09e3fb3697606e2d8f6b6327e7a7e9)2007-05-05, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head a78e36058a13ec01e5cb75f8badbf2585519b0e0)2007-05-03, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 28c46a4d85d9207ab59e775309b3342bc8d10d24)2007-05-03, by Yoshiki Yazawa
-
merge of '6ede43d45490ec8d91a1bf2f5877b461519b474b'2007-05-02, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 5f4a03fa07b74453c3b8312c388af42739fd16db)2007-05-02, by Yoshiki Yazawa
-
disable ctrl-l2007-05-02, by Yoshiki Yazawa
-
merge of '890e8c11f907d84dcdc7590a07680d9a55b7ca8d'2007-05-02, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head d9de4b9bf74d630786c37ca3c0759f6e4bc1bcda)2007-05-01, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 15e8fddee885a9fd505a14ff31f33608aebc8e28)2007-04-30, by Yoshiki Yazawa
-
change prefs root for msnstyle.2007-05-02, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head f11ff4f3f5929845b5a51662b200df16da7e550f)2007-04-28, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head e9234bfbd01e96e8cc032fe7d850d4108f40b82a)2007-04-26, by Yoshiki Yazawa
-
yaz patch has been applied.2007-04-25, by Yoshiki Yazawa
-
just branched.2007-04-25, by Yoshiki Yazawa
-
propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)2009-03-07, by Paul Aurich
-
Woo boy this function is a little crazy. I shuffled some things around:2009-03-05, by Mark Doliner
-
Rename "availmsg" to "statusmsg" here. I think recent official AIM2009-03-05, by Mark Doliner
-
Create two helper functions for setting the available message and iTunes2009-03-05, by Mark Doliner
-
Updated Catalan translation.2009-03-05, by Josep Puigdemont
-
Make a hack in purple-url-handler cleaner.2009-03-04, by Johannes Buchner
-
Change the way oscar deals with account->perm_deny a little bit.2009-03-04, by Mark Doliner
-
merge of '4f7ebd10f9b2db16fa68b60e528f766e6c9dd450'2009-03-04, by John Bailey
-
disapproval of revision '90bcee91e80ba055eb211168b099418753e096e9'2009-03-04, by John Bailey
-
merge of '48260c71a42cee1dd4e220b7c672187cfe99cc2f'2009-03-04, by John Bailey
-
Implementation of a plugin to facilitate use of One Time Passwords by2009-03-03, by Daniel Atallah
-
Use text colours from the GTK+ theme instead of black when no buddy list theme2009-03-03, by Marcus Lundblad
-
You don't say2009-03-03, by Ethan Blanton
-
When setting an AIM or ICQ away message, linkify the message.2009-03-03, by Mark Doliner
-
The status_text variable is only used inside this block, so move2009-03-03, by Mark Doliner
-
Remove a wee bit of trailing whitespace2009-03-03, by Mark Doliner
-
Fix a minor whitespace inconsistency.2009-03-03, by John Bailey
-
Clear the saved password on an authentication failure. The result of this is2009-03-03, by John Bailey
-
merge of '431618de0f30a6938f7e14d2d61ee5d7738acd59'2009-03-03, by Elliott Sales de Andrade
-
The 2.5.5 win32 builds shipped with GTK+ 2.14.72009-03-02, by Daniel Atallah
-
Ignore the Forward List status bit when checking if user is on the Allow2009-03-03, by Elliott Sales de Andrade
-
ChangeLog the XMPP updates.2009-03-02, by Elliott Sales de Andrade
-
Remove some extra trailing whitespace I noticed after merging mlundblad's2009-03-02, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.cpw.malu.xmpp.attention' (head cbf0c3bd9fb3c235c896517b27d6ea14b2993e19)2009-03-02, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.cpw.malu.xmpp.ibb_ft' (head cb0383f5b2aa47ed5b3bc5beb121c391d70b776a)2009-03-02, by Elliott Sales de Andrade
-
Fix compile errors from the merge. Untested protocols: msnp9, sametime,2009-03-02, by Elliott Sales de Andrade
-
Update versions since we're updating minor.2009-03-02, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)2009-03-02, by Elliott Sales de Andrade
-
Do not linkify unless <proto> is followed by some non-whitespace string.2009-02-04, by Sadrul Habib Chowdhury
-
Fix building with python < 2.52009-02-03, by Sadrul Habib Chowdhury
-
Add a comment just noting that I think it's kind of annoying that we2009-01-28, by Mark Doliner
-
propagate from branch 'im.pidgin.pidgin' (head 8ae2fca06a3be4b99cc677c8f880d9521a35ec8b)2009-01-28, by Mark Doliner
-
I don't know if these are worth changelogging, but I'll put them here2009-01-28, by Mark Doliner
-
Increment display_lines here so that, for fonts where pixels_inside_wrap()2009-01-28, by Mark Doliner
-
Change the logic for breaking out of the while look to match the if2009-01-28, by Mark Doliner
-
Fix a bug that's bothered me for a while. When pressing shift+enter in2009-01-28, by Mark Doliner
-
Add a GtkIMHtml function that causes the widget to actually insert a2009-01-28, by Mark Doliner
-
The first thing gtk_text_buffer_delete_selection does is call2009-01-28, by Mark Doliner
-
Fix a crash in this branch that I introduced a few days ago. bname2009-01-28, by Mark Doliner
-
Use getters and settings for a bunch of libpurple structs2009-01-27, by Mark Doliner
-
merge of '89cb8a5cf5210205e245047e7200484202e370a0'2009-01-27, by Sadrul Habib Chowdhury
-
Drop the effectively empty .todo file.2009-01-26, by Richard Laager
-
Slap some PURPLE_DISABLE_DEPRECATED checks around the functions Mark just2009-01-26, by Richard Laager
-
Add a newline to this log message2009-01-26, by Mark Doliner
-
Simplify, hoo-boy. Also don't unregister the schemes in2009-01-26, by Mark Doliner
-
Uninitialize the certificate API before unloading the SSL plugin. This2009-01-26, by Mark Doliner
-
Deprecate some functions that aren't really needed2009-01-26, by Mark Doliner
-
Change "screen name" to "username" or "buddy name" in a whole bunch of2009-01-26, by Mark Doliner
-
Remove trailing whitespace2009-01-26, by Mark Doliner
-
s/sucess/success/ in a few places2009-01-26, by Mark Doliner
-
Add two changes to the change log2009-01-26, by Mark Doliner
-
Add @since 2.6.0 doxygen comments to some of our new functions, and2009-01-26, by Mark Doliner
-
* Alphabetize files in a few Makefile.am files2009-01-26, by Mark Doliner
-
A patch from Chris Connett to change the log size sorting method to weight2009-01-26, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 566d2e86bfd45c806aba1b32d6f85a9a409ff9ea)2009-01-26, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head da4fface7b23fb7415d6ce2a72770ce5fbe006a0)2009-01-26, by Mark Doliner
-
Fix the indentation in this function2009-01-26, by Mark Doliner
-
Add a comment2009-01-25, by Mark Doliner
-
Use the shortcut in the error message to give people more context2009-01-25, by Mark Doliner
-
Use PIDGIN_STOCK_ADD instead of GTK_STOCK_ADD so that the add button2009-01-25, by Mark Doliner
-
Try to improve the wording in our custom smiley manager2009-01-25, by Mark Doliner
-
Lots of minor whitespace and comment changes:2009-01-25, by Mark Doliner
-
propagate from branch 'im.pidgin.pidgin' (head c51bf3defef588c1efb6022d502dfc38c55664b2)2009-01-24, by Richard Laager
-
merge of '55fb011e6060667ce31490ccd4621350fb8e90c6'2009-01-24, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head f49b0bab604f956eb4f9fce3a103320497cd40e5)2009-01-21, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)2009-01-22, by Richard Laager
-
a few struct hiding clean ups2009-01-15, by Gary Kramlich
-
propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)2009-01-15, by Gary Kramlich
-
Use "Add Buddy Pounce" and "Modify Buddy Pounce" as the buddy pounce dialog2009-01-08, by Etan Reisner
-
Made the Purple::Request::Field(s) functions act more perl-like.2009-01-06, by Etan Reisner
-
merge of '123d615deaa8daeeea7d7c341a87eab4e83a7958'2009-01-06, by Kevin Stange
-
Patch from fqueze to add API for setting the global proxy settings. Fixes #7610.2009-01-06, by Daniel Atallah
-
propagate from branch 'im.pidgin.pidgin' (head c6844c5e097e3d947d35507e2e93557dfe8e0aee)2009-01-06, by Gary Kramlich
-
Fix the issue with the themes not showing up in the list.2009-01-06, by Paul Aurich
-
Document the addition of purple_strequal in ChangeLog.API2009-01-06, by Gary Kramlich
-
propagate from branch 'im.pidgin.pidgin' (head b478b184a46116ac87ac85b8cd352ea564224019)2009-01-02, by Richard Laager
-
Compile!2009-01-02, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head f018e11a7ea08e07f22667e6daca2ec7e64f9710)2009-01-02, by Richard Laager
-
explicit merge of '32d4ce0b6cfc9ccb9a6e7ed661423b9260a0bead'2009-01-02, by Richard Laager
-
explicit merge of '814d53152c168c9c4732b3d084260711d536fba6'2009-01-02, by Richard Laager
-
explicit merge of 'cfb115ff00c406f8011c0d661d33bee60813b27c'2009-01-02, by Richard Laager
-
explicit merge of '82e4edbe06cb0ef0fa59f70db44a289bb91e1343'2009-01-02, by Richard Laager
-
explicit merge of 'f7807039eeef499a403d638cbcb94060a1d33eea'2009-01-02, by Richard Laager
-
explicit merge of 'c2a520001286f0c95c761be82c041c4379ddf407'2009-01-02, by Richard Laager
-
explicit merge of 'ba66150a2a1efc5a5cee7204adab69208825630e'2009-01-02, by Richard Laager
-
explicit merge of '9a5e549612efd8ca6f60fc57b51a4eee7e32c861'2009-01-02, by Richard Laager
-
explicit merge of '448583a763dcf343f1a4392bdcdcc4c4f01f3aed'2009-01-02, by Richard Laager
-
explicit merge of 'dabe77d56a2fc7c171caa81bd12d72ce8737a7a8'2009-01-02, by Richard Laager
-
merge of '0bf6462dd433df38943094bbed0393698d91a037'2008-12-13, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 9ad89488379a97b5cfae59ae91eef9212f229b96)2008-12-12, by Richard Laager
-
Fix up the propagate from im.pidgin.pidgin2008-12-12, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head b8d6086aef6b2e65d86e8ce60220ab7f460d5079)2008-12-12, by Richard Laager
-
Remove a hardcoded file path in some debugging code.2008-12-12, by Richard Laager
-
Remove some #if 0'ed debugging code.2008-12-12, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 81aa401ac9855c99eb55a7cf91fa221860dee220)2008-12-08, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 97d295a04f3a9852a3b29cf0df43d56d1ddcc672)2008-12-04, by Richard Laager
-
Fix a botched line in the merge...2008-12-13, by Gary Kramlich
-
propagate from branch 'im.pidgin.pidgin' (head d5bb29138cbe033bbfd8ec689203d73818765327)2008-12-13, by Gary Kramlich
-
Fix the linkification error where bad things happened if you copy/pasted2008-12-03, by Sadrul Habib Chowdhury
-
merge of 'abbc5b388482e59667d5f7950b41fc554d9332c5'2008-12-02, by Sadrul Habib Chowdhury
-
Remove all the special-casing in the GNOME URL handler registration.2008-12-02, by Richard Laager
-
Replace the URL registration assertions with regular checks.2008-12-02, by Richard Laager
-
Detect duplication registrations by substring.2008-12-02, by Sadrul Habib Chowdhury
-
Cleanup the GNOME URL registration code2008-12-02, by Sadrul Habib Chowdhury
-
Only find URLs on word boundaries to fix a bug rlaager noticed.2008-12-02, by Sadrul Habib Chowdhury
-
Fix win32 build. I haven't actually tested any of the functionality, but it2008-12-02, by Daniel Atallah
-
In the GNOME URL registration, ftp, gopher, http, and https are now2008-12-01, by Richard Laager
-
Revert the URL scheme passing changes, keeping the miscellaneous other stuff2008-12-01, by Richard Laager
-
Pass only the URL scheme to gtkimhtml and let it add the colon automatically.2008-12-01, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 1cad4b015e35541ea834da220d2b814b5d5739fb)2008-12-01, by Richard Laager
-
Fix some theme manager assertion failures.2008-12-01, by Richard Laager
-
More icon fixes.2008-11-30, by Richard Laager
-
The DYNAMIC_protocol defines aren't used anywhere.2008-11-30, by Richard Laager
-
Various nullprpl fixes.2008-11-30, by Richard Laager
-
Add a newline to the end of the file.2008-11-30, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head c3f6487e649e7fe5c5f960b9c86a256e09b3976e)2008-11-30, by Richard Laager
-
Add a -f/--force-online option to Pidgin which tells libpurple to claim the2008-11-28, by Richard Laager
-
Finish up the GNOME URL handler code:2008-11-28, by Richard Laager
-
First round of GNOME URL handler support.2008-11-28, by Richard Laager
-
merge of '2dd22d23da4543b04174ef30edee6b709b5ae552'2008-11-28, by Richard Laager
-
disapproval of revision 'cf02e7f6a3488e78b81601065f32c8eee8a19b4c'2008-11-28, by Richard Laager
-
Re-line wrap the latest entry.2008-11-28, by Richard Laager
-
When we call g_spawn_command_line_sync(), we don't care about stderr, so2008-11-28, by Richard Laager
-
Fix a comment2008-11-28, by Richard Laager
-
propagate from branch 'im.pidgin.imhtml.customlinks' (head 5b6fe9ec607dbcafe1e078d3b80e2bbe8ebc4778)2008-11-27, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 4cc0bbe98be861a279e3b1fd97a3b4d491dec519)2008-11-27, by Richard Laager
-
Clean up the merge I just did.2008-11-27, by Richard Laager
-
explicit merge of 'a9579fef71ff6820f390a986132d30b079f590a0'2008-11-27, by Richard Laager
-
explicit merge of '8c6ea3b255d94e0f2867fea830b1380415e6d47a'2008-11-27, by Richard Laager
-
Do the struct hiding differently.2008-11-26, by Sadrul Habib Chowdhury
-
Revert the last 'struct-hiding' change.2008-11-26, by Sadrul Habib Chowdhury
-
Hide the PurpleRequestField struct. I figured this one would be easy and2008-11-18, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 8daee71db7028dda036c11e23ca5a60fe834fa95)2008-11-16, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 42f888b4f8e15a19002abe6f40a5d89117ee59a7)2008-11-14, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 5be7104ff151004112ce3f9c34446335024d06d8)2008-11-14, by Richard Laager
-
More purple_debug printf(msg) fixes. I must have a newer GCC or something...2008-11-14, by Richard Laager
-
Fix two more purple_debug variations on printf(msg).2008-11-14, by Richard Laager
-
Fix a variation on printf(msg);2008-11-14, by Richard Laager
-
Make my last commit compile.2008-11-14, by Richard Laager
-
Another one the cast fixer breaks.2008-11-14, by Richard Laager
-
Minor fixes to the cast changing script.2008-11-14, by Richard Laager
-
Update some casts (that the script didn't fix correctly) to GObject macros.2008-11-14, by Richard Laager
-
Add a script to change casts to GObject macros. We'll run this later.2008-11-14, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 41aaf584a583a4438033063545b99ca0691a803d)2008-11-11, by Richard Laager
-
Enable logging of IMs and chats by default, using the HTML log format.2008-11-09, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head a2d611d8fe1aec7a7cc8d1837f1a4dceeadcb6eb)2008-11-08, by Richard Laager
-
Got about a third of the gtkblist.c direct struct usage, much more to go obviously, but i must sleep...2008-11-03, by Gary Kramlich
-
A totally untested struct hiding fix.2008-11-03, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 6c480ed0bfda22bc5131c6a0465140f17e3bf40c)2008-11-02, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 3fa3a746613f1d6095334bfc54443d61166dd9fa)2008-11-02, by Richard Laager
-
Another small struct hiding change.2008-11-02, by Richard Laager
-
Add a commit-check target. The idea is you could use this in a pre-commit2008-11-02, by Richard Laager
-
Add some missing files to POTFILES.in.2008-11-02, by Richard Laager
-
Ignore .loT files. This is helpful to me because I have a wrapper script2008-11-02, by Richard Laager
-
Perl seems to love creating Makefile.old files. Let's ignore them.2008-11-02, by Richard Laager
-
Fix one struct hiding issue.2008-11-02, by Richard Laager
-
merge of '32cd8507d8b94418ca8f083d8555916341b47b94'2008-11-02, by Richard Laager
-
A couple of minor fixes.2008-11-02, by Sadrul Habib Chowdhury
-
updated the pidgin plugins for the blist struct hiding2008-11-02, by Gary Kramlich
-
Finish off the libpurple updates for the hidden blist structs2008-11-02, by Gary Kramlich
-
Finished struct hiding in bonjour and qq2008-11-02, by Gary Kramlich
-
Hide PurpleBlist2008-11-02, by Gary Kramlich
-
propagate from branch 'im.pidgin.pidgin' (head 56f8f1ef1ec93d71fadc9152a3ca7d9a6d4f8057)2008-11-02, by Richard Laager
-
Struct hiding for Finch. PurpleChat:alias and PurpleContact:totalsize are still used.2008-11-01, by Sadrul Habib Chowdhury
-
Alias foo. I think blist.h structs are now completely hidden.2008-10-31, by Sadrul Habib Chowdhury
-
merge of 'af834be8e1d99f849b1cade9138e197d7ddf362a'2008-10-31, by Sadrul Habib Chowdhury
-
Deprecate the unused purple_buddy_get_local_alias() function.2008-10-31, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 7821a3549d7d99473e999dc067afc4218addcc1e)2008-10-31, by Richard Laager
-
Some more PurpleBuddy::proto_data related changes.2008-10-31, by Sadrul Habib Chowdhury
-
Some more struct hiding.2008-10-31, by Sadrul Habib Chowdhury
-
propagate from branch 'local.struct.hiding' (head da9fb6ccb9b3d723d8abdfaae8859bae223cf225)2008-10-31, by Sadrul Habib Chowdhury
-
Typo caught by compile warning.2008-10-31, by Sadrul Habib Chowdhury
-
More struct hiding work2008-10-31, by Richard Laager
-
Add @since 2.6.0 tags for purple_connection_set_protocol_data() and2008-10-31, by Richard Laager
-
updated irc to use the api rather than structs directly2008-10-31, by Gary Kramlich
-
moved gg to use the api rather than structs directly2008-10-31, by Gary Kramlich
-
Finished moving to api for bonjour2008-10-31, by Gary Kramlich
-
Added purple_connection_set_protocol_data and purple_connection_get_protocol_data2008-10-31, by Gary Kramlich
-
propagate from branch 'im.pidgin.pidgin' (head 9ef0eaddbc0c1196f6ceefc842c249f918d2e131)2008-10-30, by Richard Laager
-
Use purple_buddy_get_protocol_data() and purple_buddy_set_protocol_data()2008-10-30, by Richard Laager
-
Add purple_buddy_get_protocol_data() and purple_buddy_set_protocol_data()2008-10-30, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head d09a92cd7ce9896f92599d245e9964da4ac5b2e1)2008-10-30, by Richard Laager
-
Remove the dim_grey function, which is no longer used.2008-10-30, by Richard Laager
-
Fix a compiler warning.2008-10-30, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 9287a75e196278c66cd6724dc8d30a471a029c27)2008-10-30, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 24a56806ef9dfa8ea67d214a92a19c9011bc8a27)2008-10-30, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head b630f3305c53ab0eb32b948911940959cc873699)2008-10-30, by Gary Kramlich
-
propagate from branch 'im.pidgin.pidgin' (head 06e4830f3567955e026f3d594afcc65a07d57b26)2008-10-30, by Gary Kramlich
-
Fixes a bug in the blist theme where a line appears only under the expander2008-08-30, by Justin Rodriguez
-
renamed sound-loader.[ch] to sound-theme-loader.[ch]2008-08-28, by Gary Kramlich
-
renamed gtkblist-loader.[ch] to gtblist-theme-loader.[ch]2008-08-28, by Gary Kramlich
-
propagate from branch 'im.pidgin.pidgin' (head 69cdb2b9e20a69a98389b47c672718d5be222338)2008-08-28, by Gary Kramlich
-
propagate from branch 'im.pidgin.pidgin' (head 53ec2e73334e6dc99c29f0f13b5ebf4700f5a92c)2009-02-24, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 410f7adb8bbf7aef2373d653d847556cd17169dc)2009-02-16, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head b79100551ea19cf35ee8952a34a44b97204e75f3)2009-02-12, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 3da4a61feea56ff40dc5fdba355a1057c675a32d)2009-02-06, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 6a51501ec3aff341c8cd763ffc2076a9bbc07d23)2009-01-29, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)2009-01-22, by Marcus Lundblad
-
disapproval of revision '3de5eea959151773885ba601f681aec2431dd47d'2009-01-14, by Marcus Lundblad
-
Make the IBB-handling code in si.c "steal" the dest_fp from PurpleXfer in the2009-01-14, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head e602a35f60e3d423d43bacc72fcb7239c8b43cf0)2009-01-13, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head d6e38b24a5b289e3e7632def307f1d98b177d697)2009-01-07, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 20e1cd58c08fdfc4116101503338fb89269ea0ea)2009-01-04, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head dd9cb9ed28311438c0cc3c2962f1c030fb282df3)2009-01-01, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head f94ddf7fa975e3a39a53fccae31b7e73f892fd57)2008-12-28, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head c06356e8e8d2c586f0192a5564053c2584020da8)2008-12-23, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head df6eba32e5b6b34d7483cbfb7e9f2e4c836ac35f)2008-12-22, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 82e4edbe06cb0ef0fa59f70db44a289bb91e1343)2008-12-17, by Marcus Lundblad
-
Fix error handling on missing "seq" attribute2008-12-16, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 6b951d62be418d5bfc437a1ab747c6ba900d7979)2008-12-16, by Marcus Lundblad
-
Standardize all the IBB stream cleanup2008-12-16, by Paul Aurich
-
Trigger error callbacks when receiving a malformed-ish packet.2008-12-16, by Paul Aurich
-
Removed debug output referencing a char * that can be NULL, causing crashes2008-12-15, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 932c83e821824239896f933e32349175efb85741)2008-12-15, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 3dd9c7e41e98570d3626051c1fa70d698554a58a)2008-12-13, by Marcus Lundblad
-
Remove timeout for IBB when receiving an IBB session open from the initiator2008-12-13, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 9ad89488379a97b5cfae59ae91eef9212f229b96)2008-12-13, by Marcus Lundblad
-
Add timeout when receiver waits for initiator to open an IBB session2008-12-13, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 6a13176e096cf5e7cefc5716496a0a7afd2e2621)2008-12-09, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 196060989ecbfa760153e43530294b78f8999df6)2008-12-07, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 1203a733696f95eef53b04b5078e0a779371b4d3)2008-12-07, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head f1327672337219c8907eea2d335efb0035e4b39e)2008-12-02, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head d3440d677dd69ed30a8158b515bd26d210dacb9d)2008-11-30, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 7399f80ea98924dbddd57be1e652ecbae89d3a8e)2008-11-24, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head e1fd1e27a14e8cc717dc7fb6cb69ff1f10672704)2008-11-18, by Marcus Lundblad