Mercurial > pidgin.yaz
view pixmaps/Makefile.am @ 13914:3ae8a3935406
[gaim-migrate @ 16414]
First stab at trying to fix the MSN http connect method. It still
doesn't work, and I'm not sure why, but it gets a lot farther in
the signon process now.
For those unfamiliar with the issue, the MSN http connect method
stopped working after all the non-blocking I/O changes. The http
connect method is apparently used by lots of people behind silly
firewalls and stuff, and therefore we really shouldn't release
Gaim 2.0.0 without it working, because people will complain.
The two main problems were
1. The outgoing message queue was removed in favor of buffering all
data to one large buffer. This sounds good in theory... but apparently
each message sent to and from the server has a "SessionID" in the
HTTP header. Every message we send should use the same SessionID as
the last packet we received from the server. So basically you can't
put two messages into the outgoing buffer at the same time because
you don't have the correct SessionID to use for the second message.
You have to wait until you get the reply from the server.
2. There were some strange buffer problems with using the wrong
variable when trying to combine the header+body into one buffer
before sending the message.
I also fixed a small memleak or two, added some comments, and
tried to clean up the code a little.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 03 Jul 2006 20:39:04 +0000 |
parents | 2415368bdd1d |
children |
line wrap: on
line source
SUBDIRS = smileys status EXTRA_DIST = \ about_menu.png \ accounts.png \ away.png \ change-bgcolor-small.png \ change-fgcolor-small.png \ connect.png \ edit.png \ gaim.png \ gaim.svg \ gaim_auth.png \ gaim_cool.png \ gaim_error.png \ gaim_info.png \ gaim_question.png \ gaim_warning.png \ info.png \ insert-image-small.png \ insert-link-small.png \ insert-smiley-small.png \ logo.png \ msgpend.png \ msgunread.png \ offline.png \ online.png \ pause.png \ phone.png \ send-im.png \ status-online.png \ status-offline.png \ status-away.png \ status-invisible.png \ status-typing0.png \ status-typing1.png \ status-typing2.png \ status-typing3.png \ status-connect0.png \ status-connect1.png \ status-connect2.png \ status-connect3.png \ stock_connect_16.png \ stock_disconnect_16.png \ tb_drag_arrow_down.xpm \ tb_drag_arrow_left.xpm \ tb_drag_arrow_right.xpm \ tb_drag_arrow_up.xpm \ text_bigger.png \ text_normal.png \ text_smaller.png \ typed.png \ typing.png \ Makefile.mingw \ smileys/Makefile.mingw \ smileys/default/Makefile.mingw \ smileys/none/Makefile.mingw \ status/default/Makefile.mingw \ status/Makefile.mingw \ gaim-install.ico \ gaim.ico \ gaim_16.ico \ gaim_4bit_16.ico \ gaim_away_16.ico \ gaim_away_4bit_16.ico \ gaim_blank_4bit_16.ico \ gaim_msgpend_16.ico \ gaim_msgpend_4bit_16.ico \ gaim_msgunread_16.ico \ gaim_msgunread_4bit_16.ico \ gaim_offline_16.ico \ gaim_offline_4bit_16.ico gaimbuttonpixdir = $(datadir)/pixmaps/gaim/buttons gaimbuttonpix_DATA = about_menu.png accounts.png change-bgcolor-small.png change-fgcolor-small.png edit.png info.png insert-image-small.png insert-link-small.png insert-smiley-small.png pause.png text_bigger.png text_normal.png text_smaller.png send-im.png gaimdialogpixdir = $(datadir)/pixmaps/gaim/dialogs gaimdialogpix_DATA = gaim_error.png gaim_info.png gaim_question.png gaim_warning.png gaim_cool.png gaim_auth.png gaimiconpixdir = $(datadir)/pixmaps/gaim/icons gaimiconpix_DATA = away.png connect.png msgpend.png offline.png online.png msgunread.png stock_connect_16.png stock_disconnect_16.png gaimdistpixdir = $(datadir)/pixmaps/gaim gaimdistpix_DATA = logo.png tb_drag_arrow_down.xpm tb_drag_arrow_left.xpm tb_drag_arrow_right.xpm tb_drag_arrow_up.xpm typed.png typing.png status-online.png status-offline.png status-away.png status-invisible.png status-typing0.png status-typing1.png status-typing2.png status-typing3.png status-connect0.png status-connect1.png status-connect2.png status-connect3.png phone.png distpixmapdir = $(datadir)/pixmaps distpixmap_DATA = gaim.png gaim.svg