annotate AUTHORS @ 3458:66b1ad9782a9

[gaim-migrate @ 3506] From KingAnt: aim.h: -Change the #defines for AIM client info so they're shorter. -Add 2 #defines for ICQ--the first one (the default) is what Gaim has been using, it was taken out of auth.c. The other is what an ICQ 2002a client uses. -Add an CLIENTINFO_ICQ_KNOWNGOOD auth.c: -Have the ICQ login use the given client info, rather than using hard coded values. oscar.c: -Rename "gaim_caps" to "caps_aim" and added a "caps_icq," so AIM and ICQ can have different capabilities. -Make changes to gaim_parse_login so the ICQ sends ICQ client info, and AIM sends AIM client info. -Make changes to conninitdone_bos so only ICQ sets the privacy flag and visibility mask. AIM sets this via SSI. -Change a few calls to aim_bos_setprofile so ICQ does not send a profile TLV, and so ICQ uses the ICQ caps and AIM uses the AIM caps. -Change a call to g_show_info_text so a pointer to the window is not left haning around? -Correctly set the occupied and do not disturb ICQ states. This is how winicq does it. -Correctly show winicq users as NA. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 28 Aug 2002 06:48:14 +0000
parents b9dd12ebea83
children 16f7f9451814
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
1 gaim - the Pimpin' Penguin IM Clone that's Good for the Soul
1606
bb2b3c18b13d [gaim-migrate @ 1616]
Rob Flynn <gaim@robflynn.com>
parents: 1044
diff changeset
2 ============================================================
0
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
3
1606
bb2b3c18b13d [gaim-migrate @ 1616]
Rob Flynn <gaim@robflynn.com>
parents: 1044
diff changeset
4 Developers:
bb2b3c18b13d [gaim-migrate @ 1616]
Rob Flynn <gaim@robflynn.com>
parents: 1044
diff changeset
5 ----------
1670
cce40a648f7a [gaim-migrate @ 1680]
Rob Flynn <gaim@robflynn.com>
parents: 1606
diff changeset
6 Rob Flynn <rob@marko.net> - Main developer (send patches here)
1781
be3d18c9d8d9 [gaim-migrate @ 1791]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1670
diff changeset
7 AIM: RobFlynn
be3d18c9d8d9 [gaim-migrate @ 1791]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1670
diff changeset
8 ICQ: 1358450
be3d18c9d8d9 [gaim-migrate @ 1791]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1670
diff changeset
9 MSN: rmf410@hotmail.com
be3d18c9d8d9 [gaim-migrate @ 1791]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1670
diff changeset
10 Yahoo: IBRRob
be3d18c9d8d9 [gaim-migrate @ 1791]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1670
diff changeset
11 Jabber: robflynn@jabber.org
2966
1989e781909c [gaim-migrate @ 2979]
Rob Flynn <gaim@robflynn.com>
parents: 2939
diff changeset
12
2993
7239a392486c [gaim-migrate @ 3006]
Rob Flynn <gaim@robflynn.com>
parents: 2966
diff changeset
13 Sean Egan <bj91704@binghamton.edu> - Developer
2966
1989e781909c [gaim-migrate @ 2979]
Rob Flynn <gaim@robflynn.com>
parents: 2939
diff changeset
14 AIM: SeanEgn
2993
7239a392486c [gaim-migrate @ 3006]
Rob Flynn <gaim@robflynn.com>
parents: 2966
diff changeset
15 ICQ: 96642211
7239a392486c [gaim-migrate @ 3006]
Rob Flynn <gaim@robflynn.com>
parents: 2966
diff changeset
16 MSN: SeanEgn@hotmail.com
7239a392486c [gaim-migrate @ 3006]
Rob Flynn <gaim@robflynn.com>
parents: 2966
diff changeset
17 Yahoo: SeanEgn
7239a392486c [gaim-migrate @ 3006]
Rob Flynn <gaim@robflynn.com>
parents: 2966
diff changeset
18 Jabber: SeanEgn@jabber.org
2966
1989e781909c [gaim-migrate @ 2979]
Rob Flynn <gaim@robflynn.com>
parents: 2939
diff changeset
19
1606
bb2b3c18b13d [gaim-migrate @ 1616]
Rob Flynn <gaim@robflynn.com>
parents: 1044
diff changeset
20 Syd Logan - Hacker and Designated Driver (lazy bum)
1044
77b6bc7288d3 [gaim-migrate @ 1054]
Rob Flynn <gaim@robflynn.com>
parents: 877
diff changeset
21
2939
06a61bda8173 [gaim-migrate @ 2952]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 2318
diff changeset
22 Decklin Foster
06a61bda8173 [gaim-migrate @ 2952]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 2318
diff changeset
23 Ben Miller
06a61bda8173 [gaim-migrate @ 2952]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 2318
diff changeset
24 Nathan Walp
2997
0dba6ea7d632 [gaim-migrate @ 3010]
Rob Flynn <gaim@robflynn.com>
parents: 2993
diff changeset
25 Mark Doliner
2939
06a61bda8173 [gaim-migrate @ 2952]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 2318
diff changeset
26
2318
a7bfb5dfab25 [gaim-migrate @ 2328]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 2142
diff changeset
27 We've got an IRC room now too, #gaim on irc.openprojects.net. Come check us out.
1044
77b6bc7288d3 [gaim-migrate @ 1054]
Rob Flynn <gaim@robflynn.com>
parents: 877
diff changeset
28
1606
bb2b3c18b13d [gaim-migrate @ 1616]
Rob Flynn <gaim@robflynn.com>
parents: 1044
diff changeset
29 Retired:
bb2b3c18b13d [gaim-migrate @ 1616]
Rob Flynn <gaim@robflynn.com>
parents: 1044
diff changeset
30 --------
0
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
31 Jim Duchek <jimduchek@ou.edu> - Former Maintainer
1044
77b6bc7288d3 [gaim-migrate @ 1054]
Rob Flynn <gaim@robflynn.com>
parents: 877
diff changeset
32 Mark Spencer <markster@marko.net> - Original Author
3115
b9dd12ebea83 [gaim-migrate @ 3130]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 2997
diff changeset
33 Eric Warmenhoven <eric@warmenhoven.org>
b9dd12ebea83 [gaim-migrate @ 3130]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 2997
diff changeset
34 Adam Fritzler