home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 2 / HACKER2.BIN / 1091.WP.DOC < prev    next >
Text File  |  1989-03-29  |  4KB  |  144 lines

  1.  
  2.  
  3.  
  4.            WP Cache Server Functions
  5.  
  6.  
  7.  
  8.      The WP Cache server collects data releated to callsigns
  9.      and answers queries using that data.
  10.  
  11.      The data is collected from WP messages transiting the MailBox,
  12.      from message headers, and from logged in users.
  13.  
  14.      The data collected for each user is: Callsign, Home BBS,
  15.      Zip or Postal Code, Name, QTH.
  16.  
  17.  
  18.      The "I" group of commands are used to view the data,
  19.      the EU command is used to manually change it if required.
  20.  
  21.  
  22.      A WP query is a message addressed to WP. Each line of the message
  23.      is the callsign, a space, and a question mark. WP returns a line
  24.      containing all information about that callsign.
  25.  
  26.      There are several parameters in CONFIG.MB to control the operation of WP:
  27.  
  28.      1) The global WP Server callsign.
  29.     If this is blank, then you will act as Global WP Server.
  30.  
  31.      2) The YES/NO tag that turns on Cache Server operation.
  32.     If this is NO, then no WP Server operation is enabled.
  33.  
  34.      3) The YES/NO tag that turns on @ BBS checking for messages.
  35.  
  36.  
  37.  
  38.      W0RLI   White Pages Server - Technical and Operational Information.
  39.  
  40.  
  41.      WP Entry Types and their Lifetimes.
  42.  
  43.  
  44.   1.         Sysop Locked Entries.
  45.  
  46.   Flags: B - Allowed to connect on "BBS only" ports.
  47.      S - Permitted to be remote sysop.
  48.      X - Excluded.
  49.  
  50.   Lifetime: TTLWS - Normally 0 (forever).
  51.  
  52.   These entries are created when you add the B, S, or X flags to
  53.   an existing WP entry.
  54.  
  55.  
  56.  
  57.   2.           Local User Entries.
  58.  
  59.   Flags: None. Home MailBox callsign same as this system callsign.
  60.  
  61.   Lifetime: TTLWL - Normally 40 days.
  62.  
  63.   This entry holds the information
  64.  
  65.   3.           Known BBS Entries.
  66.  
  67.   Flags: I - Is a BBS.
  68.  
  69.   Lifetime: TTLWL - Normally 40 days.
  70.  
  71.  
  72.  
  73.   4.           User of Other BBS Entries.
  74.  
  75.   Flags: None. Home MailBox callsign different than this system callsign.
  76.  
  77.   Lifetime: TTLWL - Normally 40 days.
  78.  
  79.  
  80.  
  81.   5.         Temporary Entries.
  82.  
  83.   Flags: None
  84.  
  85.   Lifetime: None, deleted at logout.
  86.  
  87.   These entries are not normally seen. If a station connects on a
  88.   "BBS only" port, and is then excluded, there will be a temporary
  89.   entry left in the database. This entry will only be seen if a
  90.   RECOVER is done before the database item is re-used.
  91.  
  92.  
  93.  
  94.   6.         Refreshed entry.
  95.  
  96.   Flags: None.
  97.  
  98.   Lifetime: TTLWF - Normally 60 days.
  99.  
  100.   A refreshed entry is one that has had it's data sent to the next
  101.   level of WP server. This is done with an automatically generated
  102.   message to WP at the callsign you specify in CONFIG.MB. When the
  103.   data about a callsign is sent to the next level of WP server, that
  104.   callsigns entry is marked as Refreshed. After TTLWF days elapse,
  105.   the data in an entry is considered "no longer fresh" at the next
  106.   level of WP. The next time this callsign logs into your MailBox,
  107.   his WP data will be again sent to the next level of WP server, and
  108.   the entry marked as Refreshed.
  109.  
  110.  
  111.  
  112.  
  113.           WP Entry Dates.
  114.  
  115.  
  116.   1. First Seen.
  117.  
  118.   This is the date that your WP server first learned of the callsign.
  119.  
  120.  
  121.   2. Last Seen.
  122.  
  123.   This is the date that your WP server last saw the callsign.
  124.   It may have seen the callsign as a login, in a message to or from WP,
  125.   or in a message header.
  126.  
  127.  
  128.   3. Login.
  129.  
  130.   This is the date that callsign last logged into your MailBox.
  131.   If this station has never logged into your MailBox, their Login
  132.   date is set to 1/1/88 to flag that fact.
  133.  
  134.  
  135.   4. Last Refresh.
  136.  
  137.   This is the date your MailBox last refreshed the data on this callsign
  138.   to the next level of WP. This date is not normally displayed.
  139.  
  140.  
  141.       Interaction Between Entry Dates and Lifetimes.
  142.  
  143.  
  144.