2003-10-14 Havoc Pennington <hp@redhat.com>
[platform/upstream/dbus.git] / doc / TODO
index 5479443..6257b09 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
    we need to have a test for it in the test suite.
 
  - the max_replies_per_connection resource limit isn't implemented
-
- - the pending reply tracking isn't quite right. It currently simply 
-   blocks any reply if one wasn't pending. Instead, it needs to 
-   allow any reply if one was pending, and block otherwise. 
-   Suggest changing the check_reply() call to just get a boolean 
-   was_pending_reply value, pass that in to the policy 
-   engine, and allow <allow>/<deny> elements to match based on 
-   whether it was a pending reply.