view src/protocols/qq/TODO @ 13880:b869ab32cccc

[gaim-migrate @ 16358] Fix an assertion failure when adding a buddy to your buddy list and you have an open conversation with that buddy and you don't have an icon for them. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 27 Jun 2006 16:28:20 +0000
parents 983fd420e86b
children
line wrap: on
line source

* Decide how to handle QQ status icons, which are customizable and legion.
* Give "Online Offline" and "My Offline" statuses appropriate titles.
* Handle emoticon at beginning of message via passthrough_unknown_commands.
* Fix file transfer.
* QQ protocol currently breaks Chinese localization of Gaim. Fix this.
* Fix ability to insert images into a conversation via the menubar.
* Fix _qq_menu_block_buddy in qq.c
* Eliminate all references to QQWry.dat and the geolocation lookup feature previously present OpenQ.
* Give smileys verbal instead of numerical titles.
* Clean up signedness warnings.
* Clean up mixed declaration and code warnings.
* Better decomposition: 
** some of these functions are _really_ long
** buddy_status.c has a helper function which seems to belong in buddy_status.c
** consider cleaning up qq_encrypt (nested function declarations)
** eliminate group_misc.c
** investigate whether all of these externs are appropriate
* Check for memory leaks.