From 6043a0be440c916d6e78463c7e850d9b172b8d6f Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Wed, 15 Jun 2005 16:20:28 +0000 Subject: * dbus/dbus-connection.c (_dbus_connection_peer_filter): New method (_dbus_connection_run_builtin_filters): New method (dbus_connection_dispatch): Run the builtin filters which in turn runs the peer filter which handles Ping messages. * doc/TODO: - Ping isn't handled: This patch fixes it - Add a test case for the Ping message: added TODO item --- doc/TODO | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/TODO b/doc/TODO index 7eedcd4a..e88d78f2 100644 --- a/doc/TODO +++ b/doc/TODO @@ -18,16 +18,13 @@ Important for 1.0 - just before 1.0, try a HAVE_INT64=0 build and be sure it runs - - in dbus-keyring.c, enforce that the keyring dir is not - world readable/writable - - - Ping isn't handled - - dbus-pending-call.c has some API and thread safety issues to review - Add test harness for selinux allow/deny cf. this message http://lists.freedesktop.org/archives/dbus/2005-April/002506.html + - Add a test case for handling the Ping message + Important for 1.0 GLib Bindings === -- cgit