Skip to content
Snippets Groups Projects
  1. Aug 26, 2017
    • rswindell's avatar
      Insure c_escape_str escapes (hex-encodes) all control chars, not just those · 6ba2c83c
      rswindell authored
      that have standard C mnemonics.
      6ba2c83c
    • rswindell's avatar
      iniSetString will now: · e5415160
      rswindell authored
      - Use the string literal separator (colon) instead of equals if the string
        value begins or ends in space or contains control characters.
      
      iniGetString, etc. will preserve leading or trailing space characters in
      a string specified with a colon key:value separator and enclosed in
      double-quotes.
      iniGetString, etc. will decode C-escaped string values specified with a
      string literal (colon) key:value separator.
      
      New function: iniSetStringLiteral() used to specify that the value shall
      be stored in the .ini file using the colon key:value separator, enclosed
      in double-quotes, and any special charactors (e.g. quotes, backslashes, etc.)
      or control characters must be C-style escaped.
      e5415160
    • rswindell's avatar
      c_unescape_char/str now supports \ddd (for decimal character literals, · ed3b28f1
      rswindell authored
      ala Synchronet text.dat) by default and octal format only if
      C_UNESCAPE_OCTAL_SUPPORT is defined.
      \X## is no longer supported (must use the C-standard \x##
      Only 2 hex digits are now supported, longer streams of valid hex digits will
      not be parsed as a literal character (unlike the C standard)
      ed3b28f1
  2. Aug 21, 2017
    • nightfox's avatar
      Added a configuration setting, startupSubBoardCode, which can be used to... · 58229598
      nightfox authored
      Added a configuration setting, startupSubBoardCode, which can be used to specify an internal sub-board code for a sub-board to automatically start in if there are multiple sub-boards configured.  If this is set, SlyVote will not prompt the user for a sub-board on startup and will start in the sub-board specified by this setting.
      58229598
  3. Aug 20, 2017
  4. Aug 19, 2017
  5. Aug 18, 2017
  6. Aug 17, 2017
  7. Aug 16, 2017
    • nightfox's avatar
      Version 0.23 Beta: Started working on supporting voting on multi-answer polls.... · 9d678a25
      nightfox authored
      Version 0.23 Beta: Started working on supporting voting on multi-answer polls.  It appears to be working.  Requires the latest & greatest DDLightbarMenu.js (in sbbs\exec\load).  It could still use a little refinement, such as showing the maximum number of votes (and limiting to that) and showing that the user can use the spacebar to select options in the lightbar menu.
      9d678a25
    • nightfox's avatar
      Started working on the ability to select multiple items from the menu (which... · adb2ad45
      nightfox authored
      Started working on the ability to select multiple items from the menu (which is done with the spacebar).  Multi-item selection is enabled by setting the multiSelect property to true (which is false by default).  In multi-select mode, the GetVal() function will return an array of selected return values rather than a string.  The display of selected items still needs to be worked on..  Right now it will display a check mark next to selected items after the user scrolls away from the item, and the position of the check mark is currently a little wierd, but multi-select is working.
      adb2ad45
  8. Aug 15, 2017
  9. Aug 14, 2017
  10. Aug 12, 2017
Loading