Mercurial > pidgin
comparison TODO @ 1772:896432d66303
[gaim-migrate @ 1782]
remove OPT_USR_KEEPALIVE; add OPT_PROTO_UNIQUE_CHATNAME for Jabber. other things that need to be implemented still.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 30 Apr 2001 01:58:24 +0000 |
parents | 1e0613d9526b |
children | 60b3fd819cce |
comparison
equal
deleted
inserted
replaced
1771:213607e89598 | 1772:896432d66303 |
---|---|
3 THE CORE: | 3 THE CORE: |
4 Status labels in buddy list (mostly just for yahoo/msn) | 4 Status labels in buddy list (mostly just for yahoo/msn) |
5 Border for GtkIMHtml | 5 Border for GtkIMHtml |
6 GPG Encryption of messages | 6 GPG Encryption of messages |
7 Better way of showing away state - and possibly in main window | 7 Better way of showing away state - and possibly in main window |
8 OPT_PROTO_PASSWORD (mainly for IRC/Zephyr) - should hide password dialog | 8 Implement: |
9 in account editor | 9 OPT_PROTO_NO_PASSWORD (mainly for IRC/Zephyr) - should hide password |
10 Remove OPT_USR_KEEPALIVE (or whatever it's called) - keepalives shouldn't | 10 dialog in account editor |
11 be optional | 11 OPT_PROTO_OFFLINE to allow sending offline messages... checkbox on |
12 OPT_PROTO_MAILCHECK (mainly for Yahoo/MSN) - with appropriate toggle on | 12 the convo window? need to decide UI for switching between |
13 account editor modify thing for whether or not to display it (and | 13 offline/ normal message. uh... maybe this isn't the best |
14 also move Yahoo/MSN dialog to prpl.c and have both of them use it) | 14 idea, but we need something that gives us this functionality.... |
15 prpl->send_im_offline? | |
16 OPT_PROTO_CHAT_TOPIC (for IRC/Jabber chatroom topics) | |
17 OPT_PROTO_MAILCHECK (mainly for Yahoo/MSN) - with appropriate toggle | |
18 on account editor modify thing for whether or not to display | |
19 it (and also move Yahoo/MSN dialog to prpl.c and have both of | |
20 them use it (is this doable? Yahoo only gives message count, | |
21 what does MSN give?)) | |
15 Ha. Maybe we should also add OPT_GEN_MAILCHECK to check $MAIL (or | 22 Ha. Maybe we should also add OPT_GEN_MAILCHECK to check $MAIL (or |
16 /var/spool/mail/$USER if that fails). If we did that I could get rid | 23 /var/spool/mail/$USER if that fails). If we did that I could get rid |
17 of one more applet on my gnome panel and make it almost completely | 24 of one more applet on my gnome panel and make it almost completely |
18 for the sole purpose of gaim_applet. | 25 for the sole purpose of gaim_applet. (Maybe this could be a plugin? |
19 OPT_PROTO_OFFLINE to allow sending offline messages... checkbox on the | 26 What should the UI be for this?) |
20 convo window? need to decide UI for switching between offline/ | |
21 normal message. uh... maybe this isn't the best idea, but we need | |
22 something that gives us this functionality.... | |
23 prpl->send_im_offline? | |
24 Away needs to be modified to include "show" and "status", i.e. you can have | 27 Away needs to be modified to include "show" and "status", i.e. you can have |
25 an away state, and an away message. This is exactly what ICQ does - | 28 an away state, and an away message. This is exactly what ICQ does - |
26 you're "N/A" (show in Jabber) and your away message is "I'm gone." | 29 you're "N/A" (show in Jabber) and your away message is "I'm gone." |
27 (status in Jabber). Since it only applies to ICQ and Jabber (and | 30 (status in Jabber). Since it only applies to ICQ and Jabber (and |
28 actually, currently only Jabber, since icqlib doesn't handle away | 31 actually, currently only Jabber, since icqlib doesn't handle away |