home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 024 / psi110g.zip / README.PSI < prev    next >
Text File  |  1994-10-10  |  7KB  |  152 lines

  1. The WB2PSI mods to JNOS have been updated to be based on JNOS 1.10g.
  2. This file describes the mods.  Most can be enabled or disabled with
  3. config.h.  Some, however, cannot.
  4.  
  5. Most of my work has been in convers.c.  You'll notice therefore that
  6. my version is quite a bit different from the standard version.  Most of
  7. the new features of convers have been exercised for over a year, using
  8. radio links, but not internet links.  Reportedly others have tried this
  9. code on internet.  Note that I have kept the convers features compatible
  10. with the standard JNOS convers server.
  11.  
  12. Here's a brief summary:
  13. MAIN.C CONFIG.C MAKEFILE and others:
  14.         WA2ZKD's "Byte-Saver Mods".  Text was moved to files, some other text
  15.         was deleted.  In PC.C, the hard-coded VT100 key meanings were removed.
  16.         Note that the makefile creates a couple of new files that will need to
  17.         be installed with the executable.
  18. CONFIG.H
  19.         Contains some new #defines - intended to allow you to pick and
  20.          choose from the mods:
  21. #define whofor "WB2PSI (switch)" /* who is the compile for */
  22. #define N2RJT_FINGERS    /* Enable for more fingers available from the finger daemon */
  23. #define N2RJT_PRINT_COMMAND /* Print command */
  24. #define XCONVERS         /* LZW-compressed convers */
  25. #define CHANNELNAMES     /* Named convers channels */
  26. #define CALLCHECK        /* Checks for valid callsign in convers */
  27. #define LOCAL_CHANNELS   /* Local channels don't convect to other nodes */
  28. #define ENHANCED_VIA     /* If convers user is local, "via" gives more info */
  29. #define CHANGE_PERSONAL  /* Allow users to change their personal data */
  30. #define LINK_CHANGE_MSG  /* Send link change messages in convers */
  31. #define MBOXRESET        /* Allow disconnect of mbox users by sysop */
  32. #define SESSION_SPLIT    /* Session split on/off command */
  33. #define LZW_TELNET_3601  /* Automatically compress telnet to 3601 */
  34.  
  35.  
  36. COMMANDS.H CONFIG.C DIRUTIL.C 
  37.     Print command.
  38. CONVERS.C FILES.C FILES.H
  39.         Many intermingled features added:
  40.         Did you ever notice that "%" in text can crash JNOS?  I've fixed
  41.             all of these, except possibly in the /personal text.
  42.         Channel Names
  43.             CHANNEL.DAT contains the names of convers channels.  If these
  44.             are used, it is useful for all linked convers nodes to have
  45.             identical channel lists.
  46.         Local Channels
  47.             Data originating from a local user on this channel does not
  48.             get sent to linked convers servers.
  49.     Callsign validation (cheap and dirty)
  50.             Same algorithm as used by the mailbox code.  If this is enabled,
  51.             you have to use a valid callsign as your name when signing on to
  52.             the convers server.
  53.         Enhanced VIA field in the WHO command:
  54.             For local users, the mode of connection is shown in the VIA field,
  55.             which would otherwise be blank.  The neighbor NETROM node, the
  56.             ax25 port, or "telnet" are displayed.
  57.         Compressed convers links:
  58.             LZW compression on socket 3601.  Especially good for links.
  59.             Sometimes LZW protocol errors cause the link to drop.
  60.     Link status change messages to local users.
  61.             Whenever a link to a remote convers server is established or
  62.             dropped, a status message is sent.  When the link is dropped,
  63.             the message contains a list of all remote users who were lost.
  64.             This message therefore supresses the list of "XXXXX signed off"
  65.             messages.
  66.         Changes made with /p command can be recorded in the file.
  67.             If this mode is enabled, the dbase.dat file is updated by the
  68.             /p command.
  69.     CONVERS UNLINK command, to drop permlinks.
  70.     Added timestamps to /WHO and /LINK output.
  71.     Added farcoreleft() output to /LINK, to help anticipate nosedives
  72.             on our system, which is usually unattended.  This is obsolete
  73.             now .. the system is very stable, but things weren't always
  74.             that way!
  75.     Added more strlwr() calls.
  76.         More I've probably forgotten.
  77.  
  78. FILES.C FILES.H (and all places userlogin is called)
  79.     Added a parameter to userlogin, to specify a default account.  Works
  80.      just like UNIVPERM, except it's different in each call, so you can
  81.      (for example) prevent incoming NETROM connects from getting to CONVERS.
  82. FINGERD.C
  83.         Added fingers for doaxheard and dombpast
  84. MBOXCMD.C
  85.     Added a MBOX RESET command, to kick off stalled users.
  86. MISC.C NETUSER.C
  87.     Added recognition of 3601 as XCONVERS
  88. TELNET.C
  89.     Automatically compress if telnetting to 3601.  This is a kludge, and
  90.         should be generalized or negotiated.  I've considered adding a
  91.         command: LZW ADD 3601.  But I'd rather see the compression get
  92.         negotiated.
  93.  
  94. New/modified commands:
  95.  
  96. ATTACH ASY -    The last parameter can be 'x' for full-duplex, which ignores
  97.                 flow control.
  98.  
  99. START CONVERS - A new optional parameter specifies the TCP port number the
  100.                 server will respond to.  This allows multiple convers servers
  101.                 to be running on one computer.  To start a compressed convers
  102.                 server, use: START CONVERS 3601.  There used to be a separate
  103.                 START XCONVERS command, but Johan's last changes to convers.c
  104.                 made that more difficult.
  105. CONVERS XLINK - Like CONVERS LINK, but establishes a compressed permlink.
  106.                 XCONVERS has to have been compiled in, but the local 3601
  107.                 convers server doesn't have to be enabled.
  108. CONVERS DROP -  Drops the specified link, or drops all links if no parameters
  109.                 are given.
  110. CONVERS SETINFO ON|OFF - if enabled, /personal data gets saved to the file
  111.                 permanently.  If disabled, only the data in memory is changed.
  112. MBOX RESET -    Kicks off the specified user.  Useful for killing defunct
  113.                 connections.
  114. TELNET <addr> 3601 - The socket will be compressed.  Useful kludge for connecting
  115.                 to a compressed convers server.
  116.  
  117. Other stuff you'll need to know:
  118.  
  119. Channel names are in CHANNEL.DAT by default.  This can be changed with
  120. the NOS.CFG file, though.  The first token on each line is the channel number.
  121. The second token is the channel name.  The two tokens are separated by
  122. whitespace.
  123.  
  124. New fingers:  past - show past mbox users
  125.               aheard - show ax25 heard list
  126.  
  127. Userlogin defaults:
  128.         These work EXACTLY like UNIVPERM except that they are specific to a
  129.         section of code.  Put these in your ftpusers file if you see a need.
  130.         Some of these are probably useless (like confdef), but it was easier
  131.         to add them than not to.
  132.  
  133.         tcpdef - telnet login to mailbox
  134.         ax25def - ax.25 login to mailbox
  135.         netdef - netrom login to mailbox
  136.         confdef - convers signin
  137.         pppdef - PPP's call to userlogin
  138.         ftpdef - ftp login
  139.  
  140. Byte-Saver Mod Files:
  141. credits, config.inf and longmenu.eng are new files that should go into the
  142. directory tree of JNOS.
  143.  
  144. Share and Enjoy!
  145. --
  146. 73 - Dave N2RJT  [44.69.128.7]
  147. Internet Email   dcb@rfc.comm.harris.com
  148. LLBBS Email      dcb@vectorbd.com
  149. USMAIL           Dave Brown; 153 Thornell Road; Pittsford NY 14534
  150. Packet Mail      N2RJT@WB2PSI.#WNY.NY.USA.NA
  151.  
  152.