!!!:
# relay: max_sats should be public to clients
# logfile is a mess! -> separate access and co2 logs
# client-callable methods all should throw exceptions
  (not return 'KO' or stuff), so that consistent
  error handling on the client side is possible
# optionally disable web access?

# general:
	+ register relay with sats, so that privileged methods (e.g.
		notify on exit) are possible
	+ mention third-party code, license
	+ clean up startup variables and config file
	+ more commandline options?

# server:
	- webinterface: admin, public (ACL) ?

# registry:

# plugins:
	- implement more plugins (chat?)
	++ co2.xxx -> pd for GEM patch et al.
	++ shortcut that delivers calls between plugins within a sat
	- optionally use UDP for pd connection in pd.bridge

# loader:
  - re/load 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!...
