view FIXME @ 1046:4593605da0e2

[gaim-migrate @ 1056] 1. made it compile again (gc->groups instead of just groups, account_online(user, gc) instead of just (gc), and most things are GSLists now, oh yeah, serv_got_update(gc, ...) and add_buddy(gc, ...)). 2. took out the stuff to set up the buddy list window, because account_online handles that now 3. change the init function to use load_protocol(), which is the new interface for loading a new protocol. it's basically the same but without actually touching the protocols list. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 01 Nov 2000 11:34:56 +0000
parents daad2440a642
children ece2d1543b20
line wrap: on
line source

GAIM: Items to be fixed
------------------------
This is just for the buddy list window now. Everything else is nearing completion.

1. Enforce order. E.g. a buddy list looks like:
	|-Buddies
	|   |--EWarmenhoven
	|   `--RobFlynn
	`-Friends
	    `--Zilding

   Need to enforce that Buddies comes before Friends, and EWarmenhoven comes before RobFlynn.
   See appropriate FIXME comments in buddy.c. DONE

2. Need to make it so that when the buddy list is edited the main window properly reflects that.

3. Need to modify the right-click menu for buddies, to include status for the buddy from each
   connection that has it registered, and also to get available actions from each connection
   that has it registered. DONE

4. Need to get Aliases working again. DONE - I think

5. Need to set number of buddies in group (as an option)

6. Need to not hide empty groups (as an option)

7. Need to do Buddy Pounces on a per-connection basis

8. Need to report logins/outs to convo window

9. Need to get the permit/deny stuff put back

10. Need to have per-connection protocol options (e.g. which server to connect to for IRC)