Skip to content
Snippets Groups Projects
  1. May 23, 2019
    • deuce's avatar
      Icon should not have an extension if it's not an absolute path. · d025a084
      deuce authored
      "Application" is not a registered category.
      Add TerminalEmulator and Dialup categories.
      d025a084
    • rswindell's avatar
      Increase MAX_POST_LEN from 1MB to 4MB (QWK REP packets can be > 1MB) - · a59fba4a
      rswindell authored
        I think that > 1MB post data is supported, but the http_request.post_data
        property won't be created if the length > MAX_POST_LEN. Perhaps would just
        store the post data in a file (uh, it already is?) and expose the filename to
        JS scripts? It'd be a lot cleaner than storing the data in a file and then
        reading (or mem-mapping) the file and then copying the contents into a JS
        property.
      
      Allow the JS http_request.post_data property to contain NULs.
      
      open_post_file() will now open the post file (and return the FILE*) even if
        session->req.post_data is NULL, it just won't try to write to the file if the
        post_data is NULL.
      
      mem-map the large post data files using XPMAP_WRITE (read/write) rather than
        XPMAP_READ (read-only) - without this change, this line in read_post_data()
        would cause an exception:
          session->req.post_data[session->req.post_len]=0;
        Now, we seem to have the potential of an off-by-one here (if the length
        mem-mapped is not post_len + 1), but that isn't happening. <shrug>
      
      Fixed a couple of FILE pointer/descriptor leaks if post_to_file() failed.
      
      Changed name of post data file to SBBS_POST.*.*.data (it's not necessarily
      html).
      
      So now, uploads > 1MB work, but questions remain:
      - wouldn't PUT be a more appropriate method (than POST) for file uploads?
      - how can we support post_data > MAX_POST_LEN (now 4MB) in JS?
      a59fba4a
  2. May 22, 2019
  3. May 20, 2019
  4. May 16, 2019
  5. May 15, 2019
  6. May 13, 2019
  7. May 11, 2019
  8. May 09, 2019
    • rswindell's avatar
      Include useredit.exe in build. · b00938f6
      rswindell authored
      Send failure emails with high-prioirty.
      Use require() instead of load().
      b00938f6
    • rswindell's avatar
      Added SMB_PRIORITY_* definitions. · 6166d703
      rswindell authored
      6166d703
    • rswindell's avatar
      e73b42a3
    • rswindell's avatar
      Cosmetic improvement, highlight the filename · bd8ec302
      rswindell authored
      bd8ec302
    • rswindell's avatar
      If user has ICE_COLOR terminal, send the SyncTERM/CTerm escape sequence to · df3194f5
      rswindell authored
      enable bright-background support (and disable blink).
      Use require() instead of load(), where applicable.
      df3194f5
    • rswindell's avatar
      Added new/missing P_mode flag defines: · 44b58db6
      rswindell authored
      - P_NOERROR
      - P_PETSCII
      - P_WRAP
      44b58db6
    • rswindell's avatar
    • rswindell's avatar
      Added bright_background(enable) method, to easily enable/disable · bc99ce45
      rswindell authored
      bright-background (iCE color) support in SyncTERM/CTerm ANSI terminals.
      bc99ce45
    • rswindell's avatar
      New text.dat strings: · 0f4479f9
      rswindell authored
      - PetTerminalDetected (renamed from PetTermDetected)
      - PetTerminalQ
      - TerminalAutoDetect
      - TerminalColumns
      - TerminalRows
      - TerminalMonochrome
      - TerminalColor
      - TerminalIceColor
      - IceColorTerminalQ
      This also moved the MsgCarbonCopyList definition to the end of the file
      0f4479f9
    • rswindell's avatar
      ICE_COLOR definition. · 7019409f
      rswindell authored
      7019409f
    • rswindell's avatar
      Added ^AE (bright background) · c494d599
      rswindell authored
      c494d599
    • rswindell's avatar
      Use bright-background for string-input inverse colors - much more readable · 9e397189
      rswindell authored
      on PETSCII terminals.
      9e397189
    • rswindell's avatar
      Handle abort (^C) better - immediately return. · 9add72d7
      rswindell authored
      Replaced embedded ^A chars with \x01.
      Use bright-background (\x01e) for selected answer, much more readable on
      PETSCII terminals.
      9add72d7
    • rswindell's avatar
      Updates to the terminal-type selection strings. · 273b210c
      rswindell authored
      New text.dat strings:
      - PetTerminalDetected (renamed from PetTermDetected)
      - PetTerminalQ
      - TerminalAutoDetect
      - TerminalColumns
      - TerminalRows
      - TerminalMonochrome
      - TerminalColor
      - TerminalIceColor
      - IceColorTerminalQ
      This also moved the MsgCarbonCopyList definition to the end of the file
      for now.
      273b210c
    • rswindell's avatar
      Support bright background colors: · 48e7520e
      rswindell authored
      - for PETSCII, this is automatic and you don't lose blink, but you do lose
        colored foreground when enabling a bright background ("reverse video")
      - for ANSI, this mode is typically referred to as "iCE colors" and disables
        blinking-text support
      - Ctrl-AE (^AE) is the new attribute code to enable bright-background
        (will have no effect on ANSI terminals that are not iCE color enabled)
        "E" is now valid in the ctrl/attr.cfg file and string values for JS
        console.attributes assignments, as well
      - Ctrl-AI (^AI) - blink - now does nothing for ANSI/ICE color terminals
        (blinking is not supported in combination with bright-background)
      - Using a new/non-standard CGA attribute bit-flag to indicate the selection of
        bright-background colors (BG_BRIGHT, bit 10), separate from BLINK.
        This change required all/most char/uchar attribute representations to be
        converted to int/uint.
      
      New text.dat strings:
      - PetTerminalDetected (renamed from PetTermDetected)
      - PetTerminalQ
      - TerminalAutoDetect
      - TerminalColumns
      - TerminalRows
      - TerminalMonochrome
      - TerminalColor
      - TerminalIceColor
      - IceColorTerminalQ
      This also moved the MsgCarbonCopyList definition to the end of the file
      for now.
      
      PETSCII reverse-video attribute fix:
      When a CR is sent to the terminal, the reverse-video attibute is auto-disabled
      so update our "current attribute" (curatr) value to match the remote.
      
      Support new printfile/putmsg mode flag: P_WRAP to force an ungraceful
      line-wrap (splitting) to the specified column width. If no column width is
      specified (0), then this mode will force an ungraceful wrap before the last
      terminal column where some terminals *may* auto-wrap.
      
      JS console.printfile() and printtail() methods now support an optional
      "orig_columns" argument, similar to console.putmsg(). Must specify P_WORDWRAP
      or P_WRAP for this argument to have any effect.
      
      Much improved terminal-type selection/configuration in the user defaults
      menu and abort (^C) at any of the yes/no prompts is now detected/handled much
      better (to answers to the prompted questions are not saved to the user
      settings).
      48e7520e
Loading