Fri, 14 Mar 2003 03:09:54 +0000
[gaim-migrate @ 5076]
This caches ICQ remote nicks in your local blist.xml file. It's really
not a great thing to do, but it's better than what we do currently.
I want to make Gaim request the remote nick every now and then to see
if it's changed.
Anyhow, like all things I've done recently, it's slightly ugly.
And I can't test the get-alias-when-adding-icq-buddy thing until
Sean commits his buddy list editing stuff later tonight, but it should
work like a charm.
aim.h ----- - Needs a bit of cleaning info.c ------ - aim_userinfo_s isn't real good. There is no way to tell the client which fields are present and which are zero because they weren't provided. search.c ------------ - Still need aim_usersearch_name() snac.c ---------- - Should implement better SNAC handling rxhandlers.c ---------------- - Need a better solution than sleep()