home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / nef238.zip / whatsnew.Txt < prev   
Text File  |  1996-12-09  |  53KB  |  1,236 lines

  1.         
  2.                                       NEF
  3.         
  4.                              Changes and Additions
  5.         
  6.         
  7.         2.38   Public Release, Dec 09 1996
  8.         
  9.              - Fixed bug that may cause SYS3175 during "areafix" (with
  10.                totally empty message body).
  11.         
  12.              - NEF had problems in deleting old FILE_ID.DIZ files with
  13.                Hidden, System or Read-Only attributes when extracting a
  14.                new one; fixed.
  15.         
  16.              - Please note new email address, support/registration sites
  17.                etc.
  18.         
  19.         
  20.         
  21.         2.37   Public Release, Aug 13 1996
  22.         
  23.              - Additional <acc> argument for FileBone statement, in
  24.                order to allow the specification of a privilege required
  25.                to have access to the areas listed in the FileBone file.
  26.         
  27.              - New "@<address>" option for the FileArea and NewAreasFrom
  28.                statements, in order to specify a default primary address
  29.                instead of an overriding one (as with "#<address>").
  30.         
  31.                Please see the doc for further details.
  32.         
  33.              - New "GetDizDesc <WTAG> ..." statement to specify the
  34.                areas where NEF must take the description for FILES.BBS
  35.                from the File_Id.Diz contained in the tossed archives.
  36.         
  37.              - Files.Bbs handling routines now take as comments the
  38.                lines that start with high-ascii characters (>127).
  39.                This may be important when updating the filebase.
  40.         
  41.              - The short description for hatch functions can now be
  42.                taken from Files.bbs, File_Id.Diz or a specified file,
  43.                just as with the long description (@BBS, @DIZ, @<file>
  44.                command line parameters).
  45.         
  46.              - New support for multiple "Replaces" files.
  47.                On command line hatch, the names must be separated by '/'.
  48.                On interactive hatch they must be separated by ' '.
  49.                For developers of Feature DLLs: please note that the
  50.                replaces field of the _TICDATA structure may contain
  51.                multiple filenames separated by a space.
  52.         
  53.              - New support for extended <WTAG> specifications: you can
  54.                now use level and keys to enhance the selectivity of all
  55.                the statements that use <WTAG>.
  56.         
  57.                [<WTAG>][:[<level>][/<keys>]]
  58.         
  59.                - If <WTAG> is omitted, '*' is assumed.
  60.                - if ':' is not used, any area matching <WTAG> is
  61.                  included.
  62.                - if ":/<keys>" is used, <level> is assumed 65535.
  63.         
  64.         
  65.                Examples:
  66.         
  67.                Announce OS2*            ; All OS2* areas
  68.         
  69.                Announce OS2*:100/fg     ; OS2* areas that can be
  70.                                         ; accessed with privilege level
  71.                                         ; 100 and keys fg
  72.         
  73.                Announce :100/fg         ; All areas that can be accessed
  74.                                         ; with level 100 and keys fg
  75.         
  76.                Announce *:100           ; All areas that can be accessed
  77.                                         ; with level 100
  78.         
  79.                Announce :/g             ; All areas that can be accessed
  80.                                         ; with key g (and level 65535).
  81.         
  82.         
  83.              - NewAreasFrom now accepts an indication about the
  84.                "direction" of the created areas.
  85.                The default remains 'O'.
  86.         
  87.              - New options for FileArea and NewAreasFrom statements:
  88.                -p<level>[/<keys>] and -P<level>[/<keys>]
  89.         
  90.                The first one protects the Area from access, together
  91.                with ProtArea and FileBone.
  92.         
  93.                The second one is a protection override (the area
  94.                protection does not depend on other statements).
  95.         
  96.                The I|O|*, @|#<adr>, -<flag> flags can now be mixed in any order.
  97.         
  98.              - New "NoOverWrite" statement.
  99.                When an incoming file is already present in the
  100.                destination directory and no explicit replace field is
  101.                used in the inbound TIC, this statement will trigger an
  102.                error and the TIC will be renamed to BAD.
  103.         
  104.              - OS/2: New arrangement for the "FilesBbs",
  105.                "ArcDiz" and "File" push-buttons in the PmHatch dialog.
  106.                If the focus is on "Long Desc", they load the long
  107.                description, otherwise the short description is loaded
  108.                with newlines changed to spaces.
  109.         
  110.              - OS/2: Now there is only one "Browse"
  111.                pushbutton, which affects the "File" or "Repl" field
  112.                depending on which one has the focus.
  113.         
  114.         
  115.         
  116.         2.35   Public Release, June 14 1996
  117.         
  118.              - OS/2:
  119.                Hatch: Added support for extracting File_Id.Diz from SFX
  120.                .EXE archives. There is no custom support for any archive
  121.                format: NEF supports all the archivers defined in
  122.                Compress.Cfg with an ID string of at least 2 bytes. This
  123.                method is not very accurate, but it's quite general and
  124.                it usually works.
  125.         
  126.              - New "AnnExclude <filespec> ..." statement, to exclude
  127.                specified files from the announcements.
  128.         
  129.                This statement can be used both in the global
  130.                announcement section and inside each "AreaTag/AreaPath"
  131.                block.
  132.         
  133.              - The "FileBone Availability" message now respects the
  134.                FileLink message flags.
  135.         
  136.              - FileFix commands are now accepted from command line:
  137.                NEF FileFix <adr> <cmd> ...
  138.                where <cmd>s are the same commands that can be used in
  139.                messages addressed to the AutoLink robot.
  140.         
  141.              - Special commands for the filefix robot can now be
  142.                preceded indifferently by '?' or '%'. This is useful when
  143.                using the robot via command line with 4OS2, which
  144.                interprets the strings starting with '%' as environment
  145.                variables. If you still want to use '%', then you might
  146.                need to precede it with an escape character.
  147.         
  148.                E.g. Nef FileFix 2:332/504.2 ?QUERY
  149.                     Nef FileFix 2:332/504.2 ^%QUERY
  150.         
  151.              - New FileLink flag 'Y' to specify links to be notified
  152.                when "NEF Notify" is executed with no address list.
  153.         
  154.         
  155.         
  156.         2.34   Public Release, May 20 1996
  157.         
  158.              - Extension of the PassThru concept.
  159.         
  160.                If you specify the "-0" flag in a FileArea definition,
  161.                when you do "Nef Clean", the files not currently
  162.                referenced in outbound attaches are deleted.
  163.         
  164.                If you specify "-0<days>", the files in that area will
  165.                not be deleted until they become older than <days> _AND_
  166.                there is no file attach pointing to them.
  167.         
  168.                Example:
  169.         
  170.                FileArea Area1 \file\area1\ O -030 2:345/678 I123/4
  171.         
  172.                Files in \file\area1 will be deleted when older than 30
  173.                days _and_ not referenced by any file attach.
  174.         
  175.              - OS/2: New "KillDate Write|Creation" statement.
  176.                To specify the date to be used for evaluating the file
  177.                age that triggers the file deletion in passthru areas.
  178.         
  179.                This statement is useful for HPFS, ignored on FAT.
  180.         
  181.                If none specified, "Creation" is assumed.
  182.         
  183.                Example:
  184.         
  185.                KillDate Write
  186.         
  187.              - New extended "-0<days>" switch for the "NewAreasFrom"
  188.                statement.
  189.         
  190.              - OS/2: New parameters "Creation" and "Write" for the Touch
  191.                keyword. You can configure the type of "touch" you need.
  192.                Examples:
  193.         
  194.                Touch       ; default: touch the Creation (upload) date
  195.                Touch Creation              ; same as default
  196.                Touch Write                 ; touch the Last Write date
  197.                Touch Creation Write        ; touch both dates
  198.         
  199.              - Fixed bug introduced in 2.32 which caused an access
  200.                violation in the "query" type commands if AreaDescWrap
  201.                was not used in the config file.
  202.         
  203.              - Added check to prevent access violation when interactive
  204.                hatch is used with @diz and CompressCfg is NOT defined.
  205.                Now an error is reported.
  206.         
  207.              - Added check to prevent that NEF reports "Empty command"
  208.                when no MaxAreaCompile statement is used.
  209.         
  210.              - Enhanced INF Documentation.
  211.         
  212.         
  213.         
  214.         2.33   Public Release, Mar 13 1996
  215.         
  216.              - A bug in the squish.cfg parsing routines has been found:
  217.                if an area is defined with NOTHING after the path, this
  218.                area cannot be opened. The problem usually happens when
  219.                AreaTag specifies a *.MSG netmail with NO flags in
  220.                Squish.Cfg.
  221.         
  222.         
  223.         
  224.         2.32   Public Release, Mar 13 1996
  225.         
  226.              - New registration options: BMT Micro, NC, USA and Vince
  227.                Coen, UK.
  228.         
  229.              - If the file description contains high ascii codes
  230.                (>127), the announcements will now contain remapped
  231.                plain-ASCII characters.
  232.         
  233.              - You can allow High Ascii characters in some (or even
  234.                all) areas by the use of the "HighAsciiOk" statement in
  235.                the global or local-override announcement sections.
  236.         
  237.              - New (global) statement: UniqueDmpLine.
  238.                Makes NEF generate FILES.DMP filebase files with
  239.                descriptions on one line only (multiple lines are
  240.                concatenated).
  241.         
  242.                By default, NEF outputs multi-line descriptions without
  243.                changes to FILES.DMP: when using L)ocate and N)ewfiles
  244.                commands, Maximus will respect the original formatting,
  245.                but the continuation lines will be aligned to the left.
  246.         
  247.                When this statement is used, the original formatting of
  248.                descriptions is lost (in the filebase) but Maximus will
  249.                be able to word-wrap and align when executing L)ocate or
  250.                N)ewfiles commands.
  251.         
  252.              - Added check to prevent misconfiguration of the "AreaTag"
  253.                statement: it's ILLEGAL to use "AreaTag MyTag -$".
  254.                You must either use "AreaTag MyTag" (if SquishCfg is
  255.                used) or "AreaTag MyTag c:\bbs\mail\mytag -$".
  256.                In other words: when you let NEF lookup the TAG in
  257.                Squish.cfg, it is smart enough to find out the area type
  258.                on its own !
  259.         
  260.              - When hatching from command line, it is now legal to specify
  261.                @diz without specifying a short description: it will be
  262.                considered empty. I still strongly recommend to always
  263.                specify a "short" description besides the optional "long"
  264.                one.
  265.         
  266.                Example
  267.         
  268.                Nef Hatch c:\file\filename.ext TAG @diz
  269.         
  270.                is now equivalent to:
  271.         
  272.                Nef Hatch c:\file\filename.ext TAG "" @diz
  273.         
  274.              - Changed a typedef in NEFEAT.H, so that it does not
  275.                create problems with IBM compilers (thanks to Michael
  276.                Hohner).
  277.         
  278.              - OS/2: New mnemonic characters for PmHatch PushButtons.
  279.         
  280.         
  281.         
  282.         2.31   Private Beta, Mar 3 1996
  283.         
  284.              - Fixed problem with UNC filenames that start with a double
  285.                backslash (on LANs).
  286.         
  287.         
  288.         
  289.         2.30   Public Release, Feb 19 1996
  290.         
  291.              - Check added to prevent NEF from issuing a forward request
  292.                to multiple uplinks for the same area, when a TAG is
  293.                contained in more than one Filebone file.
  294.         
  295.              - New cfg statement: "ForwardWildReq".
  296.                Starting with ver 2.30, by default, TicFix requests with
  297.                wildcards are NOT forwarded to the filebones; this verb
  298.                enables even this type of request forward.
  299.         
  300.              - Additional check in PmHatch: if no "short" description is
  301.                specified, the user is prompted about whether he really
  302.                means to hatch with no (short) description.
  303.         
  304.              - Updated Docs.
  305.         
  306.         
  307.         
  308.         2.26   Public Beta, Jan 22 1996
  309.         
  310.         
  311.              - COMPATIBILITY WARNING:
  312.         
  313.                New override priority sequence for "from AKA".
  314.         
  315.                The highest priority is that of the "Area AKA": if you
  316.                have defined an area aka (#<address> in FileArea
  317.                definition), it will always be the "from address" for
  318.                TICs from this area.
  319.         
  320.                Then there is the aka override of "FileLink" definitions.
  321.                If a node has a "from aka" specified in it's FileLink
  322.                definition, it will be used for all TICs addressed to
  323.                this node, unless there is an overriding "Area AKA".
  324.         
  325.                If no override is applicable from FileArea and FileLink
  326.                definitions, then an aka match is attempted: if the
  327.                "to-address" has a zone that matches an address defined
  328.                in NEF.CFG, then the first match is used.
  329.         
  330.                If none of the previous cases applies, the primary
  331.                address is used (the first address defined in nef.cfg).
  332.         
  333.         
  334.              - New command line options for hatch commands.
  335.         
  336.                "@bbs" can be used in the place of the normal
  337.                description: NEF will take (if existent) from the
  338.                files.bbs.
  339.         
  340.                "@diz" can be used as a further optional parameter (after
  341.                the "short" description) to make NEF take the "long"
  342.                description from the file_id.diz contained in the
  343.                archive.
  344.         
  345.                Examples:
  346.         
  347.                nef hatch d:\apbbs\nef999.rar APBBS "Nef 9.99"
  348.                nef hatch d:\apbbs\nef999.rar APBBS @bbs
  349.                nef hatch d:\apbbs\nef999.rar APBBS "Nef 9.99" @diz
  350.                nef hatch d:\apbbs\nef999.rar APBBS @bbs @diz
  351.         
  352.         
  353.              - New "Single Hatch" option.
  354.                If you Hatch/Catch/Match/Send a file with the -d<adr>
  355.                command line switch, it is sent to <adr> only.
  356.         
  357.                <adr> can be any 4D address: in the case it is defined as
  358.                a link in the matching "FileArea" or even only as a
  359.                "FileLink", the specified akas, password and switches are
  360.                applied.
  361.         
  362.                If, on the contrary, <adr> is a unknown address,
  363.                the Hold flavour is used, no password is put in
  364.                the TIC and the "from" aka is derived from an aka-match
  365.                on the zone.
  366.         
  367.                Example: Nef -d2:332/504.2 hatch
  368.         
  369.         
  370.              - Now NEF is able to add new (created) areas to the Maximus
  371.                filearea.ctl or equivalent.
  372.                There are two new configuration statements:
  373.         
  374.                MaxAreaAdd <fileareactl> <lev[/keys]> <acs> [<division>]
  375.                MaxAreaCompile <command>
  376.         
  377.                <fileareactl> is the fully qualified name of the Maximus
  378.                file-area definition file.
  379.         
  380.                <lev[/keys]> protects areas of higher privilege from
  381.                being automatically added to the Maximus configuration.
  382.                The level and keys are to be compared to those of
  383.                ProtArea statements and FileBone files.
  384.         
  385.                <acs> is the Maximus access string to be used in
  386.                <fileareactl> for the new area.
  387.         
  388.                <division> is the optional specification of a division
  389.                where you want to put new areas. If not specified or not
  390.                found, the new areas will be appended at the end of
  391.                <fileareactl>.
  392.         
  393.                <command> is an external command to be executed before
  394.                NEF ends, from the Maximus system directory.
  395.                It should be used to compile the new Maximus
  396.                configuration via SILT/SILTP.
  397.         
  398.                The area name is taken equal to the area TAG, with dots
  399.                changed to underscores.
  400.         
  401.                The area description is taken from the FileBone files if
  402.                available, otherwise it is taken equal to the area TAG.
  403.         
  404.                Example:
  405.         
  406.                MaxAreaAdd d:\max\filearea.ctl 0 Transient Tic.New
  407.                MaxAreaCompile siltp max -a -2a
  408.         
  409.                The new areas, will be inserted at the end of division
  410.                "Tic.New" in the file "d:\max\filearea.ctl", with an
  411.                access string of "Transient". Areas with protection level
  412.                above 0 or any protection key will NOT be added to
  413.                maximus configuration.
  414.         
  415.                Before terminating, NEF will invoke the SILTP compiler to
  416.                update the area configuration. The command will be
  417.                executed after changing the current directory to the
  418.                Maximus system one (probably d:\max\).
  419.         
  420.         
  421.              - The filebone-style files now accept the specification of
  422.                keys after level.
  423.         
  424.                Example:
  425.         
  426.                Area NODEDIFF 0/f ! FidoNet: Weekly NodeList Updates
  427.         
  428.         
  429.              - The default message size is of 12KB.
  430.                The new cfg statement "MsgSize <bytes>" allows to specify
  431.                a different size (minimum 8KB).
  432.         
  433.                Usually a larger message size is useful to avoid too many
  434.                messages in reports of filebone availability. Anyway,
  435.                please be careful not to use a size larger than your
  436.                downlinks can handle.
  437.         
  438.                Example:
  439.         
  440.                MsgSize 90000
  441.         
  442.         
  443.              - Fast Netmail Scan in Squish area.
  444.                The pointer to the last scanned message is stored
  445.                in <netarea>.NEF.
  446.         
  447.         
  448.              - New cfg statement "NoRaidBeforeHatch" to avoid the
  449.                scanning of netmail before the execution of hatch
  450.                commands. This could be useful to avoid delays with huge
  451.                *.MSG netmail areas.
  452.         
  453.         
  454.              - The tear line now reports the OS version (OS/2 or DOS)
  455.                and a '+' after the version number in the case of a
  456.                registered copy ("Evaluation" for unregistered copies, as
  457.                before).
  458.         
  459.         
  460.              - Errorlevels for Lock and Close error on message areas
  461.                have been dropped: if a Lock error happens, NEF will exit
  462.                with the Open area errorlevel; in the case of a Close
  463.                error, NEF will continue after issuing an error message.
  464.         
  465.         
  466.              - TICs received with no password in "NoSecure" mode are
  467.                accepted anyway.
  468.         
  469.         
  470.              - Area aka overrides are reported by the nef filefix robot
  471.                when answering to query type commands.
  472.         
  473.         
  474.            OS/2 Only:
  475.         
  476.              - Added support for Feature DLLs:
  477.         
  478.                Two new configuration statements are supported:
  479.         
  480.                FeatureLoad <DllName>
  481.                Feature <cfgline>
  482.         
  483.                "FeatureLoad" allows to load a "Feature" DLL.
  484.                <DllName> can be a simple filename without extension
  485.                (".DLL" implied) if the DLL is in the LibPath, otherwise
  486.                a fully qualified filename can be specified.
  487.         
  488.                "Feature" allows to specify configuration statements that
  489.                are to be parsed by the DLL.
  490.         
  491.                Multiple FeatureLoad statements are allowed, in which
  492.                case the Feature statements refer to the last loaded DLL.
  493.         
  494.                An Example DLL, named "Feature.Dll" is provided, with
  495.                source.
  496.         
  497.                Example (works with the example DLL):
  498.         
  499.                FeatureLoad Feature
  500.                Feature OutPrefix "New File Received: "
  501.         
  502.         
  503.         
  504.         2.21   Public Beta, Jan 1 1996
  505.         
  506.              - This should be the last beta before a new "final" release.
  507.         
  508.              - COMPATIBILITY WARNING:
  509.         
  510.                The old "AreaList" configuration statement has been dropped.
  511.                In some cases you could use the new "HelpFile" statement
  512.                to point to the file you used with "AreaList".
  513.         
  514.              - New "HelpFile <file>" configuration statement.
  515.                The specified <file> will be sent (via netmail) by the
  516.                FileFix robot when help is requested.
  517.         
  518.              - New switches can be used on the subject of messages
  519.                addressed to the FileFix robot:
  520.         
  521.                -h  to ask for help.
  522.                -q  remains "query": list of all areas.
  523.                -l  now means "linked": list of linked areas only.
  524.                -u  to get a list of unlinked areas only.
  525.         
  526.                Only the first letter is checked, so you could use
  527.                "-query" instead of the simple abbreviation "-q".
  528.         
  529.              - New commands are now available in the body of the
  530.                messages addressed to the FileFix robot.
  531.                Besides add/delete commands for areas, you can use:
  532.         
  533.                %Help        same as -h
  534.                %Query       same as -q
  535.                %List        same as -q
  536.                %Linked      same as -l
  537.                %Unlinked    same as -u
  538.         
  539.              - New "FileBone" support.
  540.         
  541.                NEF is now able to use information distributed via the
  542.                FileBone.Na and FileBone.No files.
  543.         
  544.                Many useful functions are allowed by the use of these
  545.                files, so, even if you do not receive them from your
  546.                uplink, you could evaluate the possibility of creating
  547.                "filebone" style files on your own, just to store some
  548.                information that can be retrieved by NEF.
  549.         
  550.         
  551.              - The format for the filebone style is:
  552.         
  553.                Area <Tag> <lev> <flags> <desc>
  554.         
  555.                <Tag> is the TIC area Tag. The original filebone format
  556.                      allows 8 character maximum but NEF is not that
  557.                      limited.
  558.         
  559.                <lev> is the protection level of the area, for "filefix"
  560.                      (raid) functions.
  561.                      The original format allows the range 0-4095 while
  562.                      NEF allows 0-65535.
  563.         
  564.                <flags> is a combinaton of !.*& and possibly other
  565.                        characters.
  566.         
  567.                      ! : Can be found at any Filebone Hub.
  568.                      . : Only on some Filebone Hubs.
  569.                      * : Any node can hatch into.
  570.                      & : Do not send to downlinks.
  571.         
  572.                 Others : Private distribution.
  573.         
  574.                 Examples:
  575.         
  576.                      ! : normal area from the uplink to its downlinks,
  577.                          available on all Filebone Hubs.
  578.         
  579.                    !*& : return channel from the downlinks to their
  580.                          uplink, available on all Filebone Hubs.
  581.         
  582.                     .* : bidirectional area (any node can hatch into),
  583.                          available on some Filebone hubs only.
  584.         
  585.         
  586.                <desc> is the description for the area.
  587.         
  588.         
  589.                Example:
  590.         
  591.                Area APBBS    0 P ApWorks OS/2 BBS programs
  592.                Area NODEDIFF 0 ! FidoNet: Weekly NodeList Updates
  593.         
  594.              - New configuration verb:
  595.         
  596.                FileBone <file> [<fm> <to> <toadr> <acc> [<pre>]]
  597.         
  598.                Multiple FileBone statements are possible.
  599.         
  600.                <file> is the filename of the filebone-style file.
  601.         
  602.                If you want to enable the forward of requests for new
  603.                areas from your downlinks to your uplink(s), you must
  604.                specify the following fields (to be enclosed between
  605.                quotes when containing space) so that they can be used to
  606.                write netmail messages to your uplink's Raid:
  607.         
  608.                <fm> is the "from" name.
  609.         
  610.                <to> is the "to" name.
  611.         
  612.                <toadr> is the "to" 4D address.
  613.         
  614.                <acc> is a <level>[/keys] specification, to limit the
  615.                      access of downlinks to request forwards addressed
  616.                      to <toadr> for the areas described in <file>.
  617.         
  618.                <pre> is an optional string to be prefixed to the area
  619.                      Tags that are being requested.
  620.         
  621.                Examples:
  622.         
  623.                FileBone \bbs\FileBone.Na "Alberto Pasquale" SysOp 2:332/1 0
  624.         
  625.                The "\bbs\FileBone.Na" file is used by NEF, also for
  626.                request forwards.
  627.         
  628.                When a downlink requests an area that is not currently
  629.                defined in the NEF configuration (usually TicArea.Cfg)
  630.                but is described in FileBone.Na, a netmail message is
  631.                written by NEF from "Alberto Pasquale" to "SysOp" of
  632.                2:332/1 using the appropriate "from address" aka and
  633.                "subject" (password) as per the "FileLink" definition of
  634.                2:332/1. The body contains a list of the requested area
  635.                Tags, one per line.
  636.         
  637.                No (<acc> = "0") protection is specified (any downlink
  638.                has access to request forwards).
  639.         
  640.         
  641.                FileBone \bbs\FB.SP "Alberto Pasquale" SysOp 2:332/1 30/a +
  642.         
  643.                Only downlinks with level equal or above 30 and with the
  644.                'A' key have access to request forwards. The requested
  645.                tags will be preceded by "+".
  646.         
  647.                If you need a space between the '+' and the tag, then you
  648.                must specify a <pre> that contains a space, so you have
  649.                to enclose it in quotes:
  650.         
  651.                FileBone \bbs\FB.SP "Alberto Pasquale" SysOp 2:332/1 0 "+ "
  652.         
  653.              - The forwarded requests are stored in a file named after
  654.                the configuration one, changing the extension to ".Fwd".
  655.                Usually the configuration file is "Nef.Cfg", so the
  656.                forwarded requests will be stored in "Nef.Fwd".
  657.         
  658.                The format is: <Tag> <Addr>, i.e. every line contains a
  659.                Tag followed by the 4D Address of the downlink that made
  660.                the request.
  661.         
  662.                When a new area is created, NEF looks into this file in
  663.                order to find nodes to be added to the new "FileArea"
  664.                definition.
  665.         
  666.              - A node is entitled to add an area only if it has level
  667.                and keys that match the requirements from BOTH the
  668.                "ProtArea" statements in Nef.Cfg and the <lev>
  669.                specification in a FileBone file (if available).
  670.         
  671.              - The various area-listing commands will list the
  672.                descriptions contained in the FileBone files.
  673.         
  674.              - When the FileFix robot is requested a list of areas that
  675.                are not linked, it will list also those available to the
  676.                requesting node from the filebone.
  677.         
  678.              - New cfg statement:
  679.         
  680.                AreaDescWrap <indent> <right>
  681.         
  682.                suggested:
  683.         
  684.                AreaDescWrap 25 79
  685.         
  686.                The descriptions returned by the filefix functions will
  687.                be word-wrapped so that continuation lines start with
  688.                <indent> spaces and do not exceed column <right>.
  689.         
  690.              - New extended syntax for the Netmail statement:
  691.         
  692.                NetMail <path> [-$] [-p<adr>]
  693.         
  694.                The new -p<adr> switch allows to specify a primary
  695.                address for the netmail area. NEF will use this address
  696.                to write the messages to the FileBone's FileFix to the
  697.                correct netmail area.
  698.         
  699.                If you have multiple netmails, please add the primary
  700.                address specification in all but the "default" netmail
  701.                areas.
  702.         
  703.              - New command line command:
  704.         
  705.                NEF NOTIFY [ALL | <adr> ...]
  706.         
  707.                The Notify command sends a list of linked areas to the
  708.                specified links.
  709.         
  710.                Examples:
  711.         
  712.                NEF Notify
  713.                NEF Notify All
  714.         
  715.                Sends notification to all links.
  716.         
  717.                NEF Notify 2:332/504 81:449/9108
  718.         
  719.                Sends notifications to the 2 specified addresses.
  720.         
  721.         
  722.         
  723.         2.20   Public Beta, Dec 03 1995
  724.         
  725.              - New type of hatch with copy:
  726.         
  727.                If you use "NEF CATCH", the specified file is copied to
  728.                the destination area and hatched.
  729.         
  730.              - Multi-Line files.bbs descriptions are now supported.
  731.                To enable this feature the way you like, please use the
  732.                "MultiLineDesc <nnn> [<c>]" statement, specifying the
  733.                continuation column and character.
  734.         
  735.                For example, to have the 2nd and following description
  736.                lines in files.bbs start at column 31, use:
  737.         
  738.                MultiLineDesc 31
  739.         
  740.                To have the continuation lines preceded by a '|'
  741.                character, use:
  742.         
  743.                MultiLineDesc 29 |
  744.         
  745.              - Modified routines for PassThru clean-up.
  746.         
  747.                Previously passthru areas HAD to be defined using a
  748.                separate path for each area. Now NEF works correctly even
  749.                if you define many areas with the same path.
  750.         
  751.                Anyway this is not a recommended practice, since slightly
  752.                different files with the same name could arrive from
  753.                different areas causing a CRC mismatch.
  754.         
  755.            OS/2 Only:
  756.         
  757.              - New Pm Hatch.
  758.                To invoke the PM hatch program you must type "NEF send".
  759.                The PmHatch program is very simple and intuitive to use:
  760.                see the following description.
  761.         
  762.                You can select the destination Area Tag via a drop-down
  763.                list: just click with the mouse on the button at the
  764.                right of the entry field.
  765.         
  766.                You have three radio buttons to select the "type" of
  767.                hatch (normal, with Copy, with Move), just as you use
  768.                Hatch/Catch/Match from the command line.
  769.         
  770.                You can choose the file to be hatched via a file dialog
  771.                box: just click on the "Browse" push button on the right
  772.                of the field.
  773.         
  774.                You can also specify a "Replace" file via a file-dialog
  775.                by clicking on the "Browse" push-button on the right of
  776.                the "Repl" field.
  777.         
  778.                When doing Copy or Move, the files.bbs of the destination
  779.                area is updated and the "replace" file (if specified) is
  780.                deleted, just as if the file were tossed from the
  781.                inbound.
  782.         
  783.                You can mark the "No Local Kill" checkbox to prevent NEF
  784.                from deleting the "replace" file in the local area.
  785.         
  786.                You can load a "short description" (Desc) from the
  787.                files.bbs, by clicking on the "FilesBbs" push-button.
  788.         
  789.                You can load a multi-line "long description" (Long Desc)
  790.                from the File_Id.Diz inside the archive, from the
  791.                Files.Bbs or from a specified file (Arc Diz, FilesBbs,
  792.                File push-buttons respectively).
  793.         
  794.                If you do not have the "CompressCfg <filename>" statement
  795.                in Nef.Cfg, the "Arc Diz" push-button will be disabled.
  796.         
  797.                Of course you can always fill-in or modify any field
  798.                manually.
  799.         
  800.                Now look at the five push-buttons at the bottom of the
  801.                hatch dialog:
  802.         
  803.                <OK>: to exit the dialog and hatch all the entered files.
  804.         
  805.                <Prev>: to visualize the previous hatch entry.
  806.         
  807.                <Next>: to create a new (empty) entry in order to hatch
  808.                        another file.
  809.         
  810.                <Copy>: to copy the visualized entry to the first free
  811.                        position, in order to hatch another file by
  812.                        modifying the current entry.
  813.         
  814.                <Cancel> or ESC: to cancel the current entry.
  815.         
  816.                ALT-F4 or "Close", to abort (cancell all the hatch
  817.                       entries).
  818.         
  819.              - Please note that the PmHatch.Exe file must be in the path
  820.                when you invoke "Nef Send". In the case the PmHatch
  821.                program terminates abnormally, the NEF program will
  822.                wait for it indefinitely: you can stop it using CTRL-C or
  823.                CTRL-Break.
  824.         
  825.              - To allow the extraction of File_Id.Diz while using the Pm
  826.                Hatch, use the "CompressCfg <filename>" statement to
  827.                specify the location and name of a "Squish style"
  828.                compress.cfg:
  829.         
  830.                CompressCfg c:\squish\compress.cfg
  831.         
  832.         
  833.         
  834.         2.19   Public Beta, Oct 04 1995
  835.         
  836.              - Please note:
  837.         
  838.                APWORKS has changed phone number:
  839.         
  840.                2:332/504@fidonet +39-59-246112 ISDNC/V34/VFC/V32T/H16
  841.                2:332/524@fidonet +39-59-246113 ISDNC/V34/VFC/V32T/H16/FAX
  842.         
  843.                A new registration site is available:
  844.         
  845.                Jens Holm of 2:238/888@fidonet
  846.                Skanderupgade 9, D2
  847.                8660 Skanderborg
  848.                Denmark
  849.         
  850.                Price: 125.- DKR.
  851.         
  852.                Can be paid cash, check or postal order.
  853.         
  854.              - ATTENTION: this version is for use with Maximus 3.00;
  855.                support for Maximus 2.0x has been dropped. If you still
  856.                use Max 2.0x you have to disable filebase support or
  857.                continue using version 2.18.
  858.                If you do not use Maximus, you can obviously use whatever
  859.                version of NEF you like.
  860.         
  861.              - New mutual exclusive semaphore flag "FileBase.Bsy" used
  862.                to avoid concurrent access and modification of the
  863.                filebase by other ApWorks programs.
  864.                There is no need to delete this flag if it is not deleted
  865.                after a power failure or abnormal termination (ApWorks
  866.                programs are smart enough to realize whether the flag is
  867.                really in use or not).
  868.         
  869.              - New errorlevel 17 for FileBase Busy Timeout.
  870.         
  871.              - Support for the "MAXIMUS" environment variable: the
  872.                "MaxPrm" cfg statement is now only an override.
  873.                Please note that if the "MAXIMUS" variable is not
  874.                defined, you must use the "MaxPrm" statement BEFORE
  875.                "FileBaseUpdate".
  876.         
  877.              - When the files are touched in HPFS, the creation date is
  878.                modified, not the modification one, in order to make the
  879.                files recognized as new by Maximus and FLM without
  880.                changing the date that is normally shown and transferred:
  881.                you "see" and transfer to your downlinks the original
  882.                date of the file while Maximus and FLM are able to
  883.                realize that the file is new.
  884.         
  885.              - WildTags are now interpreted following the "OS/2 style"
  886.                for file wildcards: "*LOC*" specifies all tags that
  887.                contain "LOC"; "FW???" specifies all tags that have up
  888.                to three characters after "FW", etc.
  889.         
  890.         
  891.         
  892.         2.18   Public Beta, Aug 28 1995
  893.         
  894.              - KeepSeenBy statement dropped: SeenBys are now already
  895.                kept.
  896.         
  897.              - SeenBys are now always fully processed as they should.
  898.         
  899.              - Points are not included in the SeenBys of TICs addressed
  900.                to other links, to avoid unnecessarily huge lists of
  901.                SeenBys.
  902.         
  903.              - Fixed bug of Dos 2.17 version that prevented NEF from
  904.                moving files between different logical drives.
  905.         
  906.              - Description is now formatted between columns 4 and 79, to
  907.                make descriptions with empty lines look better.
  908.         
  909.              - The outbound functions (Out, OutView, Clean) can now
  910.                handle 2000 files instead of 1000 (?UT, ?LO).
  911.         
  912.              - PassThru areas implemented: new "-0" option in "FileArea"
  913.                statement.
  914.         
  915.                FileArea <TAG> <path> I|O|* [#<adr>] [-0] [[<flags>[link]...]
  916.         
  917.                When the "-0" is specified, the area is "PassThru", that
  918.                is its files will be deleted when already sent to all the
  919.                downlinks.
  920.         
  921.                Please note that ANY file (apart from FILES.*) present in
  922.                <path> and not attached to any system will be deleted.
  923.         
  924.              - Since it might be not efficient to always scan the entire
  925.                outbound to check for passthru files to be deleted, NEF
  926.                must be instructed to do so.
  927.                There are two ways to make NEF delete old passthru files:
  928.                - Use -p command line switch.
  929.                - Use CLEAN command line command.
  930.         
  931.                Examples:
  932.         
  933.         
  934.                NEF -p
  935.         
  936.                  Makes NEF operate as usual, but it will clean the
  937.                  PassThru areas before terminating.
  938.         
  939.         
  940.                NEF -p OUT
  941.         
  942.                 Makes NEF clean the PassThru areas and report the status
  943.                 of Outbound. This is the most efficient use, since NEF
  944.                 must scan the outbound once to make two different things
  945.                 ("clean passthru" and "outbound report").
  946.         
  947.         
  948.                NEF CLEAN
  949.         
  950.                 Makes NEF clean the PassThru.
  951.         
  952.         
  953.              - The OUT and OUTVIEW commands are now equivalent for
  954.                message output. When using file output ("NEF OUT Out.Txt"
  955.                or "NEF OUTVIEW Out.Txt") OUT generates a concise
  956.                Outbound analysis (no specification of each and every
  957.                attached file), while OUTVIEW generates a full report.
  958.         
  959.              - The <OUT> special tag in "Announce" statements now makes
  960.                NEF write a concise outbound report.
  961.         
  962.              - The new <OUTVIEW> special tag provides for a detailed
  963.                outbound analysis.
  964.         
  965.              - New special tag <THRU> represents all passthru areas.
  966.                If you want to keep NEF from announcing files received
  967.                in PassThru areas, just use "NoAnnounce <THRU>".
  968.         
  969.              - New extensions in "NewAreasFrom" statement:
  970.         
  971.                NewAreasFrom <adr> [#<aka>] [-0] [<path>]
  972.         
  973.                The "-0" switch allows to create PassThru areas when a
  974.                unknown TAG is encountered.
  975.         
  976.                The <path> is an override for the global "NewAreasPath"
  977.                statement.
  978.         
  979.         
  980.         
  981.         2.17   Public Beta, Aug 10 1995
  982.         
  983.              - 16 bit versions dropped.
  984.         
  985.              - (OS/2) EAs are now copied together with the file, when it
  986.                must be moved from inbound to the destination area.
  987.         
  988.              - Fixed bug that caused newly created areas to be added
  989.                multiple times to ticarea.cfg if 2 or more areas were
  990.                created at the same time.
  991.         
  992.              - When "MATCHing" a file that is already in its destination
  993.                directory, it was deleted. Fixed.
  994.         
  995.              - Multiple "Desc" keywords in the inbound TICs are now
  996.                recognized properly. Previously only multiple "LDesc"
  997.                keywords were allowed; "Desc" had to be unique.
  998.         
  999.              - The description for FILES.BBS is now always taken from
  1000.                the "Desc" keyword(s) in the inbound TICs. Previously the
  1001.                "LDesc" description was used if longer. Reason: many
  1002.                "LDesc" descriptions contain boxes and look ugly when
  1003.                reformatted. The Files.BBS description does not allow to
  1004.                keep formatting (must be on a single line, the BBS
  1005.                program will reformat according to its configuration).
  1006.         
  1007.              - The description for announcement messages is the longest
  1008.                one between "Desc" and "LDesc". Its formatting is now
  1009.                preserved.
  1010.         
  1011.              - Now the '*' wildcard used alone does not include special
  1012.                tags (beginning by '<'). People using "Announce *" will
  1013.                not be disappointed any further by the announcing of
  1014.                <BAD> in the same area.
  1015.         
  1016.              - The Path statement in outgoing TICs contained the ASCII
  1017.                local (instead of GMT) time specification followed by
  1018.                "GMT". Now this has been fixed and the "GMT" changed to
  1019.                "UTC". Please note that you must have the environment
  1020.                variable "TZ" correctly set in config.sys (OS/2) or
  1021.                autoexec.bat (DOS) to have a correct specification of
  1022.                UTC.
  1023.         
  1024.                E.g. for Central European Time (CET)
  1025.                SET TZ=CET-01  (winter, normal time)
  1026.                SET TZ=CET-02  (summer, daylight saving time)
  1027.         
  1028.                E.g. for USA East Coast:
  1029.                SET TZ=EST5EDT
  1030.                Eastern time is 5h less than UTC and Daylight saving
  1031.                applies with the "standard rule" from the first sunday of
  1032.                April to the last sunday of October.
  1033.         
  1034.                More complicate expressions could be used to specify
  1035.                automatic change to and back from daylight saving, if a
  1036.                fix rule is available.
  1037.         
  1038.                E.g. for Italy: daylight is 1h ahead from last sunday of
  1039.                March to last sunday of September.
  1040.         
  1041.                SET TZ=CET-01CDT,M3.5.0,M9.5.0
  1042.         
  1043.                (See a C manual for more details).
  1044.         
  1045.         
  1046.              - New "NoSecure" (global) cfg statement to disable the
  1047.                Secure mode. When "NoSecure" is used, NEF will toss
  1048.                incoming files ignoring errors due to password mismatch
  1049.                and missing from-authorization (sender not linked, sender
  1050.                receive only). Anyway the error will be noted in the logs
  1051.                and <BAD> message report.
  1052.         
  1053.              - New "-t" command line switch to toggle "Secure" mode.
  1054.         
  1055.              - New (global) cfg statement "SquishCfg <filename>". It is
  1056.                used to find the path of a message area from its TAG.
  1057.                Required to use the new "AreaTag" statement in "short"
  1058.                form.
  1059.         
  1060.              - New "AreaTag <Tag> [<path> [-$]]" statement, to be used
  1061.                in the place of "AreaPath <path> [-$]". You can now
  1062.                specify an announcement area by using its TAG, as
  1063.                specified in Squish.Cfg.
  1064.         
  1065.                e.g.
  1066.                AreaTag LOCAL_ANNOUNCES
  1067.         
  1068.                The "long form", with both <Tag> and <path>
  1069.                specifications is useful in the case you do not use
  1070.                Squish and still want to tell NEF the TAG for an echo
  1071.                area, so that it can log it to EchoTossLog.
  1072.         
  1073.              - New "EchoTossLog <filename>" (global) cfg statement. NEF
  1074.                will log to the specified file the tags of the echoareas
  1075.                where it has written announcements. If you use the
  1076.                "MaxPrm" statement, you can omit "EchoTossLog", since NEF
  1077.                will take the default from the MaxPrm.
  1078.         
  1079.              - New "MaxPrm <filename>" (global) cfg statement. It is
  1080.                used to take the default for EchoTossLog and to get the
  1081.                name and location of the files necessary for filebase
  1082.                updating. This is required when using "FileBaseUpdate".
  1083.         
  1084.              - New "FileBaseUpdate" (global) cfg statement.
  1085.                Requires "MaxPrm".
  1086.                NEF will automatically update the filebase for all the
  1087.                areas changed when tossing/hatching new files. No more
  1088.                need for external FB.
  1089.         
  1090.              - New "NoReplace <WTAG> ..." (global) cfg statement.
  1091.                Multiple statements can be used. The specified <WTAG>s
  1092.                indicate in which areas you do not want NEF to delete
  1093.                files specified by the "Replaces" keyword in inbound
  1094.                TICs.
  1095.         
  1096.                E.g.: to avoid Replace in all areas:
  1097.         
  1098.                NoReplace *
  1099.         
  1100.         
  1101.         
  1102.         2.16   Restricted Beta
  1103.         
  1104.              - The special tags (e.g. <BAD>, <DEF>) can now be
  1105.                excluded from announcement via the "NoAnnounce"
  1106.                statement, just like all the normal tags.
  1107.                This is useful for people who like announcing all
  1108.                the areas together ("Announce *") and that were
  1109.                annoyed by the inclusion of the special tags
  1110.                also.
  1111.         
  1112.         
  1113.         
  1114.         2.15   Public Beta, Nov 11 1994
  1115.         
  1116.              - Be aware that all DOCS refer to version 2.00:
  1117.                updated documentation will be included in next
  1118.                version. For now, please read this file to know
  1119.                new features and changes.
  1120.         
  1121.              - The former support BBS (Videl, 2:332/504 511 524)
  1122.                will close in a few days. A new support BBS
  1123.                (ApWorks) is available with the same old address
  1124.                2:332/504; V34/VFC +39-59-243882.
  1125.                New Magics available for NEF beta: NEFBETA (OS/2)
  1126.                and NEFDBETA (Dos).
  1127.         
  1128.              - OS/2 versions are now compressed with InfoZip.
  1129.         
  1130.              - Fixed a problem that occurred when "short
  1131.                descriptions" (in "Desc" lines) were longer than
  1132.                255 characters. Nef considered the remaining of
  1133.                the description as an "unknown" line and put it
  1134.                in the outbound TICs. Now the remainder of a too
  1135.                long inbound-TIC line is discarded.
  1136.         
  1137.              - The "short description" limit has been raised to
  1138.                2KB (the same as for the "long description").
  1139.         
  1140.              - When both the "short" (Desc) and "long" (LDESC)
  1141.                descriptions are available, NEF uses the longer
  1142.                one for announcements and FILES.BBS. Up to
  1143.                v.2.14, NEF always used the "long" description
  1144.                if available.
  1145.         
  1146.         
  1147.         
  1148.         2.14   Public Beta
  1149.         
  1150.              - Support for Long Tags
  1151.                Now the area TAGs are not limited to 8 chars and
  1152.                can contain any character.
  1153.                Anyway you should be careful because other
  1154.                TIC processing programs could not be capable of
  1155.                handling such long tags.
  1156.                For sake of completeness, they can even contain
  1157.                blank spaces: where they could be misinterpreted
  1158.                as field separating characters, you must include
  1159.                the whole Tag in quotes: "Long Tag".
  1160.                See the DOC for more details.
  1161.         
  1162.              - Hatch/Match (batch mode):
  1163.                the character for separating the name and the
  1164.                replace fields has been changed from ',' to '/'.
  1165.         
  1166.              - The "BefDesc" statement has been substituted by
  1167.                the "DescStart" one.
  1168.                Here is a comparison of old and new syntax:
  1169.                BefDesc <WTAG> [<WTAG> ...] "<string>"
  1170.                DescStart "<string>" <WTAG> [<WTAG> ...]
  1171.         
  1172.              - Now there are 4 different EXEs.
  1173.                NEF.EXE:    32 bit OS/2
  1174.                NEF16.EXE:  16 bit OS/2
  1175.                NEFD.EXE:   32 bit DOS, requires DOS4GW.EXE
  1176.                NEFD16.EXE: 16 bit DOS
  1177.         
  1178.              - The "areafix" robot ignored messages marked as
  1179.                sent. Now they are processed, to avoid problems
  1180.                with netmail packers that mark all messages as
  1181.                sent, even if they are sent nowhere, being
  1182.                already arrived at destination.
  1183.         
  1184.              - New command line switch to override the
  1185.                "StatusLog" filename: "-l<logname>".
  1186.         
  1187.              - The maximum length of messages created by robots
  1188.                before splitting has been elevated to 12KB.
  1189.         
  1190.         
  1191.         
  1192.         2.12   Beta
  1193.         
  1194.              - Fixed bug that caused access violations when
  1195.                doing "NEF Out".
  1196.         
  1197.         
  1198.         
  1199.         2.11   Beta
  1200.         
  1201.              - Messages generated by NEF in multiple parts now
  1202.                have a time stamp that increases one second for
  1203.                each message part, thus avoiding false duplicate
  1204.                detection by the buggy dupe check of Squish 1.10.
  1205.         
  1206.         
  1207.         
  1208.         2.10   Beta
  1209.         
  1210.              - New function: "Outbound Analysis".
  1211.                Syntax: NEF OutView [<file>] (verbose)
  1212.                        NEF Out [<file>] (tiny)
  1213.         
  1214.                If <file> is not specified, the report goes to
  1215.                message areas. To define a message area for
  1216.                report, use the "<OUT>" keyword as a TAG. In this
  1217.                case, the Subj, Prefix and Suffix will be
  1218.                ignored.
  1219.         
  1220.         
  1221.         
  1222.         2.00 - First public release for the completely new NEF (OS/2 and
  1223.                DOS).
  1224.         
  1225.              - Added the <DEF> and <BAD> special tags for
  1226.                announcements.
  1227.         
  1228.              - Documented the NoAnnounce statement (already present in
  1229.                NEF v1.00).
  1230.         
  1231.              - Added the Tic processing and Link Robot sections.
  1232.         
  1233.         
  1234.         
  1235.         1.00 - First public release (DOS only).
  1236.