view src/protocols/oscar/BUGS @ 5517:e9b9fbf89c42

[gaim-migrate @ 5916] So some (most?) AIM/ICQ accounts are sent a URL where you can change your password. This URL contains a "%s" which is supposed to be replaced with your screenname. Gaim actually replaces it with your screen name now, so it's pre-filled in on the Enter-Your-Password form. It uses that replace-substring-function that I just wrote for the %s browser command thing. Someone (maybe faceprint?) pointed out that Gaim didn't do this a while ago. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 25 May 2003 19:47:13 +0000
parents 7ec21662ffc2
children
line wrap: on
line source


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