Mercurial > pidgin
annotate pixmaps/status-here.xpm @ 4597:1969709eee1e
[gaim-migrate @ 4882]
You know how when you get info with TOC it only works 25% of the time?
This fixes that! I wrote the patch, but George Vulov was the one who
realized what was going on. Here's his post from the forums:
I was looking at the gaim TOC source and I noticed that when gaim
receives a GOTO_URL command, it appends the given url to
"http://toc.oscar.aol.com";. However, toc.oscar.aol.com resolves
to different servers at different times, so when one is logged on
using TOC for over 10 mins and requests someone's info, "<H1>The
requested URL 901450_722937 was not found on this server</H1>"
comes up. gaim should request the info from the specific toc
server it is connected to, instead of using toc.oscar.aol.com
So basically... we lookup the IP address of our connection socket
and keep that in TOC's protocol data. Then, when we get someone's
info, open http://64.12.163.214:port/bleh instead of
http://toc.oscar.aol.com:port/bleh
Thanks George, you da man.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 21 Feb 2003 05:53:40 +0000 |
parents | 182fbac488c0 |
children |
rev | line source |
---|---|
1232 | 1 /* XPM */ |
2 static char * status_here_xpm[] = { | |
2841
182fbac488c0
[gaim-migrate @ 2854]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1232
diff
changeset
|
3 "12 12 10 1", |
1232 | 4 " c None", |
5 ". c #C0C0C0", | |
6 "+ c #000000", | |
7 "@ c #808000", | |
8 "# c #FFFF00", | |
9 "$ c #FFFFFF", | |
10 "% c #000080", | |
11 "& c #808080", | |
12 "* c #800000", | |
13 "= c #FF0000", | |
2841
182fbac488c0
[gaim-migrate @ 2854]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1232
diff
changeset
|
14 " ..++@@.. ", |
182fbac488c0
[gaim-migrate @ 2854]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1232
diff
changeset
|
15 " .++####@@. ", |
182fbac488c0
[gaim-migrate @ 2854]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1232
diff
changeset
|
16 ".+##$$$$#$@.", |
182fbac488c0
[gaim-migrate @ 2854]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1232
diff
changeset
|
17 ".+#$$$####@.", |
182fbac488c0
[gaim-migrate @ 2854]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1232
diff
changeset
|
18 "+#$$%$#%$##@", |
182fbac488c0
[gaim-migrate @ 2854]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1232
diff
changeset
|
19 "+#$.&..&.##@", |
182fbac488c0
[gaim-migrate @ 2854]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1232
diff
changeset
|
20 "+##########@", |
182fbac488c0
[gaim-migrate @ 2854]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1232
diff
changeset
|
21 "+##*####=##@", |
182fbac488c0
[gaim-migrate @ 2854]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1232
diff
changeset
|
22 ".+##*==*##@.", |
182fbac488c0
[gaim-migrate @ 2854]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1232
diff
changeset
|
23 ".+########@.", |
182fbac488c0
[gaim-migrate @ 2854]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1232
diff
changeset
|
24 " .++#$$#@@. ", |
182fbac488c0
[gaim-migrate @ 2854]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1232
diff
changeset
|
25 " ..+++@.. "}; |