home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / tempest.lha / nsend16.lha / NSEND1.6-docs next >
Text File  |  1993-05-19  |  5KB  |  127 lines

  1.  
  2.              Inter-Node Message Sender for TEMPEST BBS!
  3.              ******************************************
  4.  
  5. This is version 1.6 of  The Professor's Internode Message Sending Door.
  6. The  'editor call' was written by Tim Hatzenbeler & only modified &
  7. moderately updated by me.  The user interface is based on my WHO.
  8.  
  9. This is a inter-node messaging tool, Where you can send messages back
  10. and forth in real time on a multi-node system.
  11.  
  12.  
  13. >1.6     Changes since version 1.5
  14. >
  15. >        removed a small bug that would sometimes cause a person to be 
  16. >        listed as being online for a few seconds after they logged off.
  17. >        Added '?' = redraws/re-Scans the users available.
  18. >        Reduced the code a bit.
  19. >        
  20. >--------------------------------------------------------------------------
  21. >1.5     Changes since version 1.4
  22. >
  23. >        Found a small display bug that didn't show up on local login tests.
  24. >        Also changed the title bar a bit.
  25. >        
  26. >--------------------------------------------------------------------------
  27. >1.4     Changes since version 1.3
  28. >
  29. >        Improved the 'online' info to include:
  30. >        listing who is online in order (not 3,1,4, etc)
  31. >        And it will also list Activity so you can see why
  32. >        somone might not be answering you.
  33. >        
  34. >--------------------------------------------------------------------------
  35. >1.3     Changes since version 1.2
  36. >
  37. >        Further reduced the code size (3%).
  38. >        Increased the code efficency a bit.
  39. >        Added a little more error checking
  40. >        Improved the runtime of the code.
  41. >--------------------------------------------------------------------------
  42. >1.2     Changes since version 1.1
  43. >        Reduced the code size another 20%
  44. >        Changed quit from 'q' to 'return'
  45. >        Added more colorful output.
  46. >--------------------------------------------------------------------------
  47. >1.1     Changes since version 1.0 (1.0 was By Tim H.)
  48. >
  49. >        Increased the improved optimization.
  50. >        Reduced the code size 5%
  51.  
  52.  
  53.  
  54.  
  55.  
  56. This Program will operate correctly on any TEMPEST BBS system, of up to
  57. 6 nodes reguardless of system configuration.  WB 1.3 & 2.0 68000 & 68030
  58.  
  59. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  60.  
  61. place the following in your 
  62.  
  63. BBS:optional/mainmenu.opt &  BBS:optional/filemenu.opt
  64.  
  65. [*,*,*,*,*] = SEND | T-DOOR|DOORS:NSEND16
  66.  
  67. If you are running a older version of Tempest and it does not support
  68. the .opt files, you'll have to install it as a door. from the door menu.
  69.  
  70.  
  71. Place the doors in your bbs:doors/ or where you have DOORS: assigned.
  72.  
  73. On newer versions of Tempest it may be installed as a door or a module.
  74.  
  75.  
  76. You may also want to make appropriate menu edits.
  77.  
  78. Also since this tool can tie up the bbs for along time & will tie up
  79. not just 1 node but 2 or more you may wish to limit it to only high
  80. access callers 
  81. ie: [100-,*,*,*,*] = SEND | T-DOOR|DOORS:NSEND16 and only users with
  82. access of 100 or above can use it.
  83.  
  84. NOTE: >>> Also you must place the pro-who.cfg file in your S dir. <<<
  85.  
  86. -----------------------------------------------------------------------------
  87.  
  88. Sample of output:
  89.  
  90.         .--------------------------------------------------------------.
  91.         | Inter-Node Messaging Tool version 1.6      By: The Professor |
  92.         |--------------------------------------------------------------|
  93.         | NODE | USER NAME                      | ACTION       | LOGON |
  94.         |------|--------------------------------|--------------|-------|
  95.         |   1  | Fred Flintstone                | IDLE         | 12:15 |
  96.         |------|--------------------------------|--------------|-------|
  97.         |   2  | Awaiting logon                 | IDLE         |       |
  98.         |------|--------------------------------|--------------|-------|
  99.         |   3  | Barney Rubble                  | Uploading    | 12:18 |
  100.         |------|--------------------------------|--------------|-------|
  101.         |   4  | Bam Bam                        | DownLoading  | 11:09 |
  102.         |------|--------------------------------|--------------|-------|
  103.         |   5  | Wilma                          | IDLE         | 11:09 |
  104.         |--------------------------------------------------------------|
  105.         | Enter the node number you wish to send a message to.         |
  106.         `--------------------------------------------------------------'
  107.          (? = Redraw) (Return = Quit) :
  108.  
  109. -----------------------------------------------------------------------------
  110.  
  111. Sample config file (S:pro-WHO.cfg) 
  112. (note this is the same config as the pro-who uses, they can share this file.)
  113. note: the actual path can be anything
  114.  
  115. (see sample below).
  116.  
  117. -------(cut here)---------------
  118. Number of nodes : 5
  119. Path to node1: work dir : BBS:filearea/work/
  120. Path to node2: work dir : BBS2:filearea/work/
  121. Path to node3: work dir : dh1:work/
  122. Path to node4: work dir : NODE:work/
  123. Path to node5: work dir : WORK:
  124. Path to node6: work dir : file6:
  125.  
  126.