/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?
19
18
*** 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?
24
19
    + SetLogLevel
25
20
      syslogger.setLevel(logging.WARNING)
26
21
    + 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)}))
33
22
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
34
23
** TODO Implement --foreground                  :bugs:
35
24
   [[info:standards:Option%20Table][Table of Long Options]]