comparison src/protocols/msn/session.c @ 10345:2e01c503aa4f

[gaim-migrate @ 11556] Patch 1078151 from Felipe Contreras to fix some more MSN bugs: "User Dislpay messages, and other less used, did not set an slpcall, so the callback that should not be called, was called (in some very special cases)." ... "Here it goes the real real one, as far as I can tell. Cleaning + organizing + documentation + hard bug fix = big patch." -- Felipe Contreras I also fixed drag-and-drop to conversation window file transfers (which I had broken when I fixed some other dnd thing), made the debug output of the autoreconnect plugin more useful, and stopped the message notification plugin notifying you for messages sent by ignored users. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 11 Dec 2004 20:01:58 +0000
parents a7b2fd5efcf2
children 9bed28273ec7
comparison
equal deleted inserted replaced
10344:5976491e07a7 10345:2e01c503aa4f
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 */ 23 */
24 #include "msn.h" 24 #include "msn.h"
25 #include "session.h" 25 #include "session.h"
26 #include "notification.h" 26 #include "notification.h"
27
28 #include "slplink.h"
29 27
30 #include "dialog.h" 28 #include "dialog.h"
31 29
32 MsnSession * 30 MsnSession *
33 msn_session_new(GaimAccount *account, const char *host, int port, 31 msn_session_new(GaimAccount *account, const char *host, int port,