From 7af59334331fbd097a24c4942c75181882b96747 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 31 Mar 2003 18:58:14 +0000 Subject: 2003-03-31 Havoc Pennington * bus/main.c (main): fix up the command line arguments to be nicer --- doc/TODO | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/TODO b/doc/TODO index ae07add8..ebbff3ac 100644 --- a/doc/TODO +++ b/doc/TODO @@ -39,6 +39,12 @@ idea. The definitiion of "valid" is slightly fuzzy. I think it might be better to just silently "fix" the UTF-8, or perhaps return an error. + Owen says we should only validate the UTF-8 on dbus_message_get_string() + (changing get_string to have an error return, and allowing a type error + as a possible return) + - We might consider returning a "no such operation" error in dbus-connection.c for unhandled messages. + - Abstract the user database, so you can use something other than the system password + database. -- cgit