Probably's:
 * Tune Latency with TCP_NODELAY ?
 * Implement some MCP userlist in mooproxy?
 * More features for /recall (non-re, case sensitive, count, limit, etc)
 * Better RE support for /recall
 * Throttle client read() when server_txqueue is too full. (and vice versa)
 * /lock command to disallow changing options / connecting to strange servers?
 * Improve setting of auth_hash.
 * Change authstring to just mean the password instead of the entire connection string. May require additional options...
 * Allow specific options to be overrided from commandline (mooproxy -o listenport=1111)


Maybe's:
 * Config file reloading on the fly? [from: cipri]
 * Support to listen on specific interfaces or addresses? [from: cipri]
 * Remove OOM detection in xmalloc() etc ? [Under Linux, the process seems to get SIGKILLed anyway]
 * Add logging framework which logs to file if mooproxy is running as daemon ?
 * Fix panic.c not to use sprintf()?
 * Print date/time on mooproxy messages? Maybe define a %-sequence for date/time?
 * Add SSL support (both ways)?
 * Add option to /connect to enable autoreconnect from the start?
 * Put mooproxy version in pre-authentication welcome message?
 * Make mooproxy send MCP to the server setting the linelength to 80 if the connecting client is not MCP capable [from: bram]
 * Have ACE send MCP client-size messages?
 * Improve the timer code, so mooproxy doesn't tick every second. [ugh, maybe... lots of hassle for little gain]
 * Fix /recall to -10 lines [completely forgot what's wrong with it...]
 * A command to send non-activating input to the MOO server.
 * Rewrite "about" section of README.
 * /copyright command?
 * /idle command (shows how long since you've last sent something to the moo)
 * Access / recall logs from within mooproxy? [from: paul]
 * Option for verbose MCP, to ease MCP debugging?
 * Provide more and better documentation.
 * Make mooproxy not remember authstring if autologin is off. ?
 * errno=EINTR is probably ok for most/all system calls, but is handled as an error in most places. Gotta fix...?
 * Live upgrades...?



Probably not's:
 * Disallow the proxy to connect to itself (how?)?
   - Seems impossible to do in a sane way.
 * Have mooproxy convert received text to the right charset for logging?
   - Too complex; mooproxy can't know the charsets.
 * The accessor functions are mostly just dumb wrappers. Can't this be done using less code?
   - Lots of effort, virtually no gain.
 * Commandstring escaping (to be able to send something starting with the cmdstring to the MOO)?
   - Little enthusiasm from users.
 * Add option to use different dir (instead of ~/.mooproxy) for configuration ?
   - Little point.
 * Add option to ignore lockfile ?
   - Little point. The lockfile can always be removed if necessary.
 * Fix the "wacko resolver slave after libc upgrade" bug.
   - Only seems to be triggered by dist-upgrades, which require a reboot anyway.
