# general:
	++ notify is open!!!
		-> register relay with sats, only notify calls with registered
			 relay-id are accepted by sats. (+ client_address match)
	+ logfile is a mess! -> separate access and co2 logs
	+ register relay with sats, so that privileged methods (e.g.
		notify on exit) are possible
	+ mention third-party code
	+ clean up startup variables and config file
	+ client-callable methods all should throw exceptions
    (not return 'KO' or stuff), so that consistent
    error handling on the client side is possible
# server:
	+ why are pid files not deleted on exit???
	- optionally disable web access?
	- webinterface: admin, public (ACL) ?
	- restructure checker so it can also be used by satellites

# registry:

# plugins:
	- implement more plugins (chat?)
	+ shortcut that delivers calls between plugins within a sat
	- use UDP for pd connection in pd.bridge by default, option TCP

# loader:
  - re/load plugin(s) on the fly (signal? xmlrpc? web?)

# relay:
	- Checker settings in cfg file
	-- cascading (relay to relay)

# satellite:

# web interface:
	++ clean up and straighten code!
	+ design, css

whishes:

# use asyncore?
# ssl? naw!...
