/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to TODO

merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
   Probably using D-Bus
16
16
   See also [[*Mandos-tools]]
17
17
*** Client class
 
18
    Remove unneeded Get* methods?
18
19
*** Main server
 
20
    + Clients
 
21
      out_signature="ao"
 
22
      Does this have to be "GetClients" so as not to collide with the
 
23
      interface name?
19
24
    + SetLogLevel
20
25
      syslogger.setLevel(logging.WARNING)
21
26
    + Quit
 
27
    + GetClientsProperties "aa{sv}":
 
28
      dbus.Array(dbus.Dictionary({dbus.String("name"):
 
29
                                  dbus.String("foo", variant_level=1),
 
30
                                  dbus.String("created"):
 
31
                                  dbus.Array(dbus.Int16(2008), ...,
 
32
                                             variant_level=1)}))
22
33
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
23
34
** TODO Implement --foreground                  :bugs:
24
35
   [[info:standards:Option%20Table][Table of Long Options]]