home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume23 / tua / part01 / PROJECTS < prev    next >
Encoding:
Text File  |  1991-09-23  |  1.0 KB  |  24 lines

  1. # $Id: PROJECTS,v 3.3 1991/09/01 14:01:55 piggy Rel $
  2. # This is a list of what I think *NOW* about TUA future.
  3. #
  4.  
  5. * A better way to parse the uucico (at least) logs: the current one fails if
  6.   those files contain some garbage. In fact, it seems that if you never clean
  7.   up, and so the log files are huge, hdb put some garbage in them (sco hdb!)
  8.  
  9. * Modify the hourly activity chart. Instead of counting the bytes that pass 
  10.   through, take care simply how many times, in a period, that port was busy
  11.   or not. With this info, you can say
  12.   "Hmmmm..., at 3:35am, tty2a is free at 100%" (everyday)...
  13.  
  14. * Include an option to process netnews stats (very low priority! ;-)
  15.  
  16. * Make it compatible with gnuucp (a must! ;-) by John Gilmore, or, better,
  17.   enhance gnuucp to be compatible with TUA and HDB...  8-)
  18.  
  19. * Try it on BSD... or better... have a BSD at home and then... ;-)
  20.  
  21. * In reports.c there is an annoying little bug: the summary tables don't
  22.   handle at all connection times that exceed 9999 hours. It is a matter of
  23.   the limited screen width...
  24.