Mercurial > pidgin.yaz
comparison TODO @ 1687:c9921a214121
[gaim-migrate @ 1697]
fun stuff. I reorganized the todo file :)
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 05 Apr 2001 19:43:05 +0000 |
parents | d027f4c7d829 |
children | 6f136add1ef3 |
comparison
equal
deleted
inserted
replaced
1686:73be09912842 | 1687:c9921a214121 |
---|---|
1 --- STUFF FOR 0.11.0 RELEASE --- | 1 --- STUFF FOR 0.11.0 RELEASE --- |
2 | 2 |
3 Actions (e.g. /op) for IRC | 3 THE CORE: |
4 Chat for Yahoo/ICQ/MSN(??) | 4 Rename for groups/buddies (in the Edit Buddies Pane) |
5 File transfer for Yahoo/ICQ/Oscar/Napster | |
6 Other RVOUS actions for TOC/Oscar | |
7 File transfer for IRC? Maybe later? | |
8 Jabber Transports | |
9 ICQ/Napster user registration | |
10 | |
11 Rename for groups/buddies | |
12 Status labels in buddy list (mostly just for yahoo) | 5 Status labels in buddy list (mostly just for yahoo) |
13 Border for GtkIMHtml | 6 Border for GtkIMHtml |
14 Sounds on buddy pounce | 7 Sounds on buddy pounce |
15 GPG Encryption of messages | 8 GPG Encryption of messages |
16 | 9 Better way of showing away state - and possibly in main window |
17 ICQ through Oscar plugin (requires hacking libfaim :-/) | |
18 Zephyr | |
19 Hotline (Or is this a waste of time?. Ill decide soon enough, heh) | |
20 | 10 |
21 Syd is cool and gave all of these ideas: | 11 Syd is cool and gave all of these ideas: |
22 Have multiple tickers in the same window, one for buddies | 12 Have multiple tickers in the same window, one for buddies |
23 like it is now, one for who just came online/offline | 13 like it is now, one for who just came online/offline |
24 (scrolled faster possibly because that doesn't | 14 (scrolled faster possibly because that doesn't |
25 happen very often), etc. | 15 happen very often), etc. |
26 Have tooltips on the passing buddies on the ticker | 16 Have tooltips on the passing buddies on the ticker |
27 Have a stock ticker (a plugin could easily make use of | 17 Have a stock ticker (a plugin could easily make use of |
28 GtkTicker) | 18 GtkTicker) |
29 | 19 |
20 TOC: | |
21 Other RVOUS Actions | |
30 | 22 |
31 Then, of course, are all the Bugs that need to be fixed | 23 Oscar: |
32 http://sourceforge.net/tracker/?atid=100235&group_id=235&func=broswe | 24 File Transfer |
33 and the Feature Requests. SourceForge should really allow users | 25 Other RVOUS Actions |
34 to vote on feature requests and bugs..... | |
35 http://sourceforge.net/tracker/?atid=350235&group_id=235&func=browse | |
36 | 26 |
37 Oh yeah, then there's the little issue of getting Oscar working again. | 27 Yahoo: |
28 Chat | |
29 File Transfer | |
30 Offline Messaging | |
31 | |
32 ICQ: | |
33 Chat | |
34 File Transfer | |
35 New User Registration | |
36 Offline Messaging | |
37 | |
38 MSN: | |
39 Chat (?) | |
40 | |
41 IRC: | |
42 Actions (e.g. /op) | |
43 File transfer? Maybe later? | |
44 | |
45 Jabber: | |
46 Jabber Transports | |
47 New Chat Method (?) | |
48 Rework how subscriptions are handled | |
49 | |
50 Napster: | |
51 File Transfer | |
52 New User Registration | |
53 | |
54 Future Plugins? : | |
55 ICQ through Oscar plugin (requires hacking libfaim :-/) | |
56 Zephyr (do people even want this? should I bother?) | |
57 Hotline (Or is this a waste of time?. Ill decide soon enough, heh) | |
38 | 58 |
39 | 59 |
60 Then, of course, are all the Bugs that need to be fixed | |
61 http://sourceforge.net/tracker/?atid=100235&group_id=235&func=broswe | |
62 and the Feature Requests. SourceForge should really allow users | |
63 to vote on feature requests and bugs..... | |
64 http://sourceforge.net/tracker/?atid=350235&group_id=235&func=browse | |
40 | 65 |
66 ---------- | |
41 This is how buddy lists should work. This needs to be added to struct | 67 This is how buddy lists should work. This needs to be added to struct |
42 prpl: | 68 prpl: |
43 char *(*normalize)(char *) | 69 char *(*normalize)(char *) |
44 This is mostly for Jabber/MSN. E.g. for Jabber, passing "warmenhoven" | 70 This is mostly for Jabber/MSN. E.g. for Jabber, passing "warmenhoven" |
45 gets you "warmenhoven@jabber.org", passing "warmenhoven@jabber.org/GAIM" | 71 gets you "warmenhoven@jabber.org", passing "warmenhoven@jabber.org/GAIM" |