Skip to content
Snippets Groups Projects
  1. Nov 02, 2024
  2. Nov 01, 2024
  3. Oct 31, 2024
  4. Oct 30, 2024
  5. Oct 29, 2024
    • Deucе's avatar
      22a1b5f6
    • Rob Swindell's avatar
      Allow multiple uses of -c and -s options to built-up an auth string · f654c1d7
      Rob Swindell authored
      To solve problem of adding some kind of prefix/tag to a user alias when
      connecting to a door server. e.g. ?rlogin server -s [TAG] -s %a
      
      Hopefully you don't need/want a space separating the string elements, as
      that's not really doable with this solution.
      f654c1d7
    • Deucе's avatar
      Fix handling of broken CRLF pairs in RIP mode · 0a78d39d
      Deucе authored
      If telnet binary mode is enabled (the new default), and a CR and LF
      come in on separate recv() calls, the RIP parser would stop at the
      CR, and pass the LF back to the ANSI parser.
      
      Ah, dura-bbs.net, always pushing the limits.
      0a78d39d
    • Rob Swindell's avatar
      Fix mnemonics bug introduced in commit b84c583a · 7b3873e5
      Rob Swindell authored
      We want to not expand tilde to attributes when there are any attribute codes
      in the mnemonics string. The existene of a non-attribute ctrl-a code should
      not have prevented the tilde expansion.
      
      Fix for issue #805 reported by Nelgin (thank you)
      7b3873e5
    • Rob Swindell's avatar
      Less ambiguous, not unambiguous · f84b22c9
      Rob Swindell authored
      f84b22c9
    • Rob Swindell's avatar
    • Deucе's avatar
      More RIP fixes for dura-bbs.net · 9d2351e4
      Deucе authored
      RIP XOR operation had issues with polylines, boxes, etc. where the
      same pixel could be written more than once, resulting in it being
      toggled back to the original state.
      
      Also, there were some memory leaks of temporary struct ciolib_pixel
      variables.  This is now fixed as well.
      9d2351e4
    • Rob Swindell's avatar
      Add option to display short dates in verbal/unambiguous formats · a893b66f
      Rob Swindell authored
      Although we've added (in SBBS v3.20) configurable numeric date input/display
      formats for the system, the output was still ambiguous for users (e.g.
      NN/NN/NN which could be interpretted a number of ways), so I've added an option
      to choose "verbal" short date formats to be displayed where possible instead.
      The same value separate from the numeric format (whatever the sysop chose) is
      used in the verbal date output, but since month name abbreviations are 3
      characters, only one separator is used (to keep the output length fixed at 8
      characters).
      
      The new "Verbal" short date display format is choosable in the SCFG wizard and
      via SCFG->System->Short Date Format.
      a893b66f
Loading