home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / n / newsflash / !FileBase / !NewsFlash / Docs / FMC / Chris < prev   
Encoding:
Text File  |  1996-09-17  |  2.5 KB  |  76 lines

  1.  
  2. 23/7/96
  3.  
  4. NewsFlashServer_FileInfo does not return a file size for file bases (where
  5. logically it should be the combined size of the file areas within the file
  6. base). This is because I'm too lazy to implement it and I thought it would
  7. slow everything down unnecessaraly. The size can still be read by using
  8. NewsFlashServer_ReadFileArea for the file base.
  9.  
  10. 13/9/96
  11.  
  12. The compiler does not bring up the program source when an error occurs.
  13. Anyone know how to get zap to position the cursor where you want it btw?
  14.  
  15. The message-to-user function is not available.. needs re-implementing :-(
  16. Also.. a message to all users online could be handy.
  17.  
  18. A monitor for extra (non-line) telnet connections is needed (Alex's complaint
  19. :-) ).. A message protocol has been setup for line tasks with no line number
  20. to broadcast their status.. The 'Monitor' option on the utilities menu will
  21. call up the CMON utility when this is implemented..
  22.  
  23. NF will crash when you exit a chat with a user who has not yet logged on..
  24. just get them drop carrier first ;-)
  25.  
  26. Utility manager sometimes just hangs the machine (user mode loop I think) for
  27. no apparent reason..
  28.  
  29. Utility manager doesn't correctly broadcast WIMP messages sometimes,
  30. resulting in the utility menu options not enabling. Solution is to load up
  31. utility manager then load up NewsFlash (seems to sort it out).. Haven't got a
  32. clue why it doesn't always work. The SWI Wimp_SendMessage is called but no
  33. message is broadcast (R2 is definitely set to 0). Any ideas? 
  34.  
  35. Some wierd problems with the ZModem routines.. Just don't work with some
  36. packages and stuff.. need a bit of an overhall :-(
  37.  
  38. The DIR/CD (general file functions) do not work correctly from CLI. The code
  39. has just been written to test another lot of code and will be completely
  40. replaced (eventually)..
  41.  
  42. Pager flag does nothing
  43.  
  44. 14/9/96
  45.  
  46. The telnet is not really telnet.. it doesn't follow the protocol and just
  47. provides a direct connection (applies to both the TELNET command and device).
  48.  
  49. The OPENDEVICE command does not correctly verify it's parameters and you can
  50. do some quite nasty things with it if you're not careful! :-(
  51.  
  52. 15/9/96
  53.  
  54. Does not use the Device_Claim protocol
  55.  
  56. CLI Commands not (fully) implemented:
  57.  
  58. TIME
  59. DOORHELP
  60. TELNET
  61. DIR
  62. CD
  63.  
  64. 16/9/96
  65.  
  66. No call logs
  67.  
  68. There is provision for splitting the file base/message base over several HD's
  69. but this has not been implemented yet..
  70.  
  71. 17/9/96
  72.  
  73. The ANSI cls code clears the screen in the current background colour instead of black.
  74.  
  75. No parameter parsing to subroutines and no functions (user or system).
  76.