src/protocols/oscar/BUGS

Fri, 14 Mar 2003 03:09:54 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Fri, 14 Mar 2003 03:09:54 +0000
changeset 4759
5a8c326b49b3
parent 2315
ddf565f13b41
permissions
-rw-r--r--

[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()

mercurial