Mercurial > pidgin.yaz
annotate 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 |
rev | line source |
---|---|
6143 | 1 SUBDIRS = smileys status |
5024 | 2 |
3 EXTRA_DIST = \ | |
4 about_menu.png \ | |
5 accounts.png \ | |
2468
16e8b83b10a2
[gaim-migrate @ 2481]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2426
diff
changeset
|
6 away.png \ |
5024 | 7 change-bgcolor-small.png \ |
8 change-fgcolor-small.png \ | |
2468
16e8b83b10a2
[gaim-migrate @ 2481]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2426
diff
changeset
|
9 connect.png \ |
3363 | 10 edit.png \ |
3372 | 11 gaim.png \ |
12805 | 12 gaim.svg \ |
4483 | 13 gaim_auth.png \ |
3766 | 14 gaim_cool.png \ |
3427 | 15 gaim_error.png \ |
16 gaim_info.png \ | |
17 gaim_question.png \ | |
18 gaim_warning.png \ | |
10520
976c7b186789
[gaim-migrate @ 11835]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10513
diff
changeset
|
19 info.png \ |
5024 | 20 insert-image-small.png \ |
21 insert-link-small.png \ | |
22 insert-smiley-small.png \ | |
23 logo.png \ | |
2468
16e8b83b10a2
[gaim-migrate @ 2481]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2426
diff
changeset
|
24 msgpend.png \ |
3546 | 25 msgunread.png \ |
2468
16e8b83b10a2
[gaim-migrate @ 2481]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2426
diff
changeset
|
26 offline.png \ |
16e8b83b10a2
[gaim-migrate @ 2481]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2426
diff
changeset
|
27 online.png \ |
6198
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
28 pause.png \ |
12024 | 29 phone.png \ |
5822 | 30 send-im.png \ |
10643 | 31 status-online.png \ |
32 status-offline.png \ | |
33 status-away.png \ | |
34 status-invisible.png \ | |
35 status-typing0.png \ | |
36 status-typing1.png \ | |
37 status-typing2.png \ | |
38 status-typing3.png \ | |
39 status-connect0.png \ | |
40 status-connect1.png \ | |
41 status-connect2.png \ | |
42 status-connect3.png \ | |
12163
f6f08fd1841a
[gaim-migrate @ 14464]
Richard Laager <rlaager@wiktel.com>
parents:
12116
diff
changeset
|
43 stock_connect_16.png \ |
f6f08fd1841a
[gaim-migrate @ 14464]
Richard Laager <rlaager@wiktel.com>
parents:
12116
diff
changeset
|
44 stock_disconnect_16.png \ |
5024 | 45 tb_drag_arrow_down.xpm \ |
46 tb_drag_arrow_left.xpm \ | |
47 tb_drag_arrow_right.xpm \ | |
48 tb_drag_arrow_up.xpm \ | |
3671 | 49 text_bigger.png \ |
5024 | 50 text_normal.png \ |
3671 | 51 text_smaller.png \ |
5024 | 52 typed.png \ |
6198
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
53 typing.png \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
54 Makefile.mingw \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
55 smileys/Makefile.mingw \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
56 smileys/default/Makefile.mingw \ |
8859 | 57 smileys/none/Makefile.mingw \ |
6198
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
58 status/default/Makefile.mingw \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
59 status/Makefile.mingw \ |
10513 | 60 gaim-install.ico \ |
61 gaim.ico \ | |
12545
4c977d69ce3d
[gaim-migrate @ 14862]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12445
diff
changeset
|
62 gaim_16.ico \ |
10520
976c7b186789
[gaim-migrate @ 11835]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10513
diff
changeset
|
63 gaim_4bit_16.ico \ |
10513 | 64 gaim_away_16.ico \ |
10520
976c7b186789
[gaim-migrate @ 11835]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10513
diff
changeset
|
65 gaim_away_4bit_16.ico \ |
10513 | 66 gaim_blank_4bit_16.ico \ |
67 gaim_msgpend_16.ico \ | |
10520
976c7b186789
[gaim-migrate @ 11835]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10513
diff
changeset
|
68 gaim_msgpend_4bit_16.ico \ |
10513 | 69 gaim_msgunread_16.ico \ |
10520
976c7b186789
[gaim-migrate @ 11835]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10513
diff
changeset
|
70 gaim_msgunread_4bit_16.ico \ |
976c7b186789
[gaim-migrate @ 11835]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10513
diff
changeset
|
71 gaim_offline_16.ico \ |
976c7b186789
[gaim-migrate @ 11835]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10513
diff
changeset
|
72 gaim_offline_4bit_16.ico |
6198
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
73 |
327 | 74 |
3363 | 75 gaimbuttonpixdir = $(datadir)/pixmaps/gaim/buttons |
12445 | 76 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 |
3363 | 77 |
3427 | 78 gaimdialogpixdir = $(datadir)/pixmaps/gaim/dialogs |
4483 | 79 gaimdialogpix_DATA = gaim_error.png gaim_info.png gaim_question.png gaim_warning.png gaim_cool.png gaim_auth.png |
3427 | 80 |
5024 | 81 gaimiconpixdir = $(datadir)/pixmaps/gaim/icons |
12445 | 82 gaimiconpix_DATA = away.png connect.png msgpend.png offline.png online.png msgunread.png stock_connect_16.png stock_disconnect_16.png |
3671 | 83 |
3425 | 84 gaimdistpixdir = $(datadir)/pixmaps/gaim |
12200
a7a570d762d4
[gaim-migrate @ 14502]
Richard Laager <rlaager@wiktel.com>
parents:
12163
diff
changeset
|
85 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 |
3363 | 86 |
3425 | 87 distpixmapdir = $(datadir)/pixmaps |
12805 | 88 distpixmap_DATA = gaim.png gaim.svg |
3363 | 89 |