comparison TODO @ 1713:14caa7df478c

[gaim-migrate @ 1723] fun stuff committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 13 Apr 2001 23:18:02 +0000
parents f42ce672c560
children 0ddc5418a0b4
comparison
equal deleted inserted replaced
1712:560b3117aedf 1713:14caa7df478c
62 Then, of course, are all the Bugs that need to be fixed 62 Then, of course, are all the Bugs that need to be fixed
63 http://sourceforge.net/tracker/?atid=100235&group_id=235&func=broswe 63 http://sourceforge.net/tracker/?atid=100235&group_id=235&func=broswe
64 and the Feature Requests. SourceForge should really allow users 64 and the Feature Requests. SourceForge should really allow users
65 to vote on feature requests and bugs..... 65 to vote on feature requests and bugs.....
66 http://sourceforge.net/tracker/?atid=350235&group_id=235&func=browse 66 http://sourceforge.net/tracker/?atid=350235&group_id=235&func=browse
67
68 ----------
69 This is how buddy lists should work. This needs to be added to struct
70 prpl:
71 char *(*normalize)(char *)
72 This is mostly for Jabber/MSN. E.g. for Jabber, passing "warmenhoven"
73 gets you "warmenhoven@jabber.org", passing "warmenhoven@jabber.org/GAIM"
74 gets you "warmenhoven@jabber.org". For AIM, "EWarmenhoven" returns
75 "ewarmenhoven" and "Rob Flynn" returns "robflynn" (i.e. the names are
76 normalized). Then finding buddies (in your buddy list and such) should
77 work based off of that. Adding buddies similarly, you get the real name
78 before you complete the adding process. Returning NULL will be for an
79 invalid name (such as a non-numeric name in ICQ). It will also be handy
80 in IRC for removing the @ and + from the front of ops and those with +V
81 status.