• GAMMA AUP 451.8c Pre-release Now Available

    From WINSERVER SUPPORT@1:124/5013 to All on Thu Jan 31 19:17:14 2019
    Date: Fri, 02 Jun 2006 03:24:49 -0400
    From: WINSERVER SUPPORT
    To: all
    Subject: GAMMA AUP 451.8c Pre-release Now Available
    Newsgroups: winserver.public.gamma.testing
    Message-ID: <1149233311.40.0@winserver.com>
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 133

    Wildcat! v6.1.451.8 GAMMA Pre-Release is now available via AUTOUPDATE.

    To access the GAMMA AUP, type the following from your \WC root
    directory:

    AUTOUPDATE -GAMMA

    Please, if all possible, post all comments or issues in the WINSERVER GAMMA Message Forum #40 on the Santronics Online Support BBS.

    Change history for 451.8

    o WCSERVER (Wildcat! Server)

    - FIX: Fixed rare Multi-Same User sessions Update User record
    synchronization bug.

    Fixed a very rare intermittent bug with high loading of multiple same user connections in WCSERVER where it was possible to create a conflict with passwords causing an user to fail to login with invalid password.

    o WCFTP (Wildcat! FTP Server)

    - ENH: Better logging of FTP log and FTP activity sessions.

    Cleaner WCFTP.LOG logging now shows session information per connection id.
    Now writes login errors to the activity.node log file.

    o WCSMTP (Wildcat! SMTP)

    - ENH: WCSMTP Missing TO: Field support

    WCSMTP now better support incoming messages that have a missing TO: field. Please note the following: This needs to be further field tested to make
    sure it does not change the "meaning of messages." Technically, Email standard RFC 2822 does not require a TO: field.
    Two new registry DWORD values were added:

    HKLM\Software\SSI\Wildcat\WcSMTP
    DWORD: EnableMissingTo=1 (Default)
    DWORD: EnableStrict2822=1 (Default)

    Turning these both off (0), will revert to previous WCSMTP behavior.

    o WCSAP (Wildcat! Sender Authentication Protocol)

    - FIX: Fixed a WCDNS.DLL exception fault caused by SPF handling a
    bad IP4 mechanism

    o WCBASIC (Wildcat! BASIC Software Dvelopment Kit)

    - ENH: Updated WCBASIC PLUS Source Code Files:

    smtpfilterhlp.wcc
    msgutil.wcc
    htmlutil.wcc
    strlib.wcc
    main.wcc
    run a door.wcc
    html-create message.wcc
    include\smtpfilterhlp.wch
    include\wcodbc.wch
    include\strlib.wch

    - FIX: Fixed GetParam() and NextParam() functions in HTMLUTIL.WCC
    library to better handle URL name=value pairs with question marks
    in the value.

    - NEW: New TrimEol() function removes leading and training CRLF
    characters

    o WCT (Wildcat Template Processor)

    - ENH: Supports string concatentation with @ADD var string@

    The ADD macro was originally designed for adding numbers only. Now you
    can use the ADD to concatenate (add together) multiple strings.

    You could have accomplished this using the following:

    @SET s1 = "part1"@
    @SET s2 = "part2"@
    @SET s = s1 + " "+ s2@

    But now it is little cleaning to use ADD:

    @SET s = "part1"@
    @ADD s = " part2"@

    - NEW: New macro @TEXT varname@

    A new macro TEXT is now available to allow setting a text variable using a multiline input.

    @TEXT sql.query@
    SELECT NAME, EMAIL, ADDRESS,
    FROM ADDRESSBOOK
    WHERE NAME="JOE SMOE";
    @ENDTEXT@

    The TEXT macros makes it easier and cleaner than using the new ADD macro
    to basically setting a long string into template variables.

    SPECIAL NOTE:

    Beware aware of escaping any special character in the text block. If you
    need a special character, use the %XX equivalent.

    o WCODBC (Wildcat! ODBC)

    - NEW: Added new function odbcClearError(conn)
    - NEW: See WCODBC.WCH for new functions and types
    - FIX: WCRUN.EXE now automatically loads the WCODBC.DLL modules.

    o WCXML (Wildcat! XML)

    - NEW: New XML processor for WCBASIC

    A new WCXML.DLL API library was added to help support XML/RSS/ATOM Web Services. New files:

    WCBASIC\INCLUDE\WCXML.WCH
    WCXML.DLL

    - TBD: Examples of WCXML applications

    --
    Hector Santos, Santronics Software, Inc.
    http://www.santronics.com



    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)