Skip to content
Snippets Groups Projects
  1. Nov 06, 2015
  2. Nov 05, 2015
  3. Nov 04, 2015
    • deuce's avatar
      Remove useless code. · 6c503e7b
      deuce authored
      Listen to podcast for more details.
      6c503e7b
    • deuce's avatar
      JS Startup optimization. · af200bfa
      deuce authored
      Use lazy resolution for file_area, msg_area, and xtrn_area objects to prevent
      having to pay the price during startup if the objects are never accessed.
      
      The delay now occurs the first time a member of the specified objects is
      accessed.
      
      These objects also now have associated class names... FileArea, MsgArea, and
      XtrnArea respectively.
      af200bfa
    • deuce's avatar
      Add SVG MIME type. · 24ef370a
      deuce authored
      24ef370a
  4. Nov 03, 2015
  5. Nov 02, 2015
  6. Nov 01, 2015
    • nightfox's avatar
      Version 1.05 Beta (still a work in progress): · 6fd32977
      nightfox authored
      - Improved displaying of messages with ANSI codes. The reader will fall back to a non-scrolling user interface for displaying messages with ANSI codes, since there doesn't seem to be an easy way for the reader to handle ANSI with the scrolling interface (i.e., with ANSI cursor movements, etc.).
      - Bug fix related to interpreting colors from other BBS software (WWIV, PCBoard, Wildcat, Celerity, Renegade)
      - Work in progress: More kludge lines displayed (with the 'K' key), and all message header lines are now displayed (with the 'H' key) (this is a sysop feature)
      6fd32977
    • nightfox's avatar
  7. Oct 31, 2015
    • rswindell's avatar
      Half-assed work-arounds for Accession/AxisD/Access_D/Nick: · 520f1d01
      rswindell authored
      1. If the PATH kludge line only contains 1 address, don't use it for circular
      path detection.
      2. If the last address of the PATH kludge line is the system's address, don't
      add the system's address to the PATH.
      520f1d01
    • rswindell's avatar
      Use "location" instead of just "city, state" in new-user registration process · 9aba1daa
      rswindell authored
      to be more globally friendly.
      9aba1daa
    • rswindell's avatar
      Stream-line the new-user process a little bit: · 0ab4b147
      rswindell authored
      If the following filenames don't exist, don't try to display them (i.e. don't
      report/log an error if the file doesn't exist):
      text/sbbs.msg
      text/system.msg
      text/newuser.msg
      text/feedback.msg
      Removed hard-coded clear-screen and pause sequences before/after each of these
      files are displayed (instead, moved the clear-screens to @-codes in the stock
      files). This gives the sysop more control over what is displayed to the user
      during the new-user registration process.
      NOTE: You may want to review your new-user process and modify your copies/
      versions of the above mentioned filenames to make sure they display to the user
      as you wish.
      0ab4b147
  8. Oct 30, 2015
  9. Oct 29, 2015
Loading