# -*- indented -*-
# This is a list of what I think *NOW* about TUA future.
#

* Patch Taylor Uucp to make possible a one-to-one assoc between Stats and
  Logs entries. This is needed to know for example how much e-mail one
  user *received*.

* Think about eliminating duplicated string in the trees.
  a) by providing a mechanism similar to NXUniqueString that can be found on
     NeXTstep (wow!), and teaching strdup() its use.
  b) ...
     
* Modify the hourly activity chart. Instead of counting the bytes that pass 
  through, take care simply how many times, in a period, that port was busy
  or not. With this info, you can say
  "Hmmmm..., at 3:35am, tty2a is free at 100%" (ie everyday)...

* Interface with GNUPLOT.

