diff 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
line wrap: on
line diff
--- a/TODO	Mon Apr 30 01:25:30 2001 +0000
+++ b/TODO	Mon Apr 30 01:58:24 2001 +0000
@@ -5,22 +5,25 @@
 	Border for GtkIMHtml
 	GPG Encryption of messages
 	Better way of showing away state - and possibly in main window
-	OPT_PROTO_PASSWORD (mainly for IRC/Zephyr) - should hide password dialog
-		in account editor
-	Remove OPT_USR_KEEPALIVE (or whatever it's called) - keepalives shouldn't
-		be optional
-	OPT_PROTO_MAILCHECK (mainly for Yahoo/MSN) - with appropriate toggle on
-		account editor modify thing for whether or not to display it (and
-		also move Yahoo/MSN dialog to prpl.c and have both of them use it)
+	Implement:
+		OPT_PROTO_NO_PASSWORD (mainly for IRC/Zephyr) - should hide password
+			dialog in account editor
+		OPT_PROTO_OFFLINE to allow sending offline messages... checkbox on
+			the convo window? need to decide UI for switching between
+			offline/ normal message. uh... maybe this isn't the best
+			idea, but we need something that gives us this functionality....
+			prpl->send_im_offline?
+		OPT_PROTO_CHAT_TOPIC (for IRC/Jabber chatroom topics)
+		OPT_PROTO_MAILCHECK (mainly for Yahoo/MSN) - with appropriate toggle
+			on account editor modify thing for whether or not to display
+			it (and also move Yahoo/MSN dialog to prpl.c and have both of
+			them use it (is this doable? Yahoo only gives message count,
+			what does MSN give?))
 	Ha. Maybe we should also add OPT_GEN_MAILCHECK to check $MAIL (or
 		/var/spool/mail/$USER if that fails). If we did that I could get rid
 		of one more applet on my gnome panel and make it almost completely
-		for the sole purpose of gaim_applet.
-	OPT_PROTO_OFFLINE to allow sending offline messages... checkbox on the
-		convo window? need to decide UI for switching between offline/
-		normal message. uh... maybe this isn't the best idea, but we need
-		something that gives us this functionality....
-		prpl->send_im_offline?
+		for the sole purpose of gaim_applet. (Maybe this could be a plugin?
+		What should the UI be for this?)
 	Away needs to be modified to include "show" and "status", i.e. you can have
 		an away state, and an away message. This is exactly what ICQ does -
 		you're "N/A" (show in Jabber) and your away message is "I'm gone."