Skip to content
Snippets Groups Projects
  1. Oct 11, 2017
  2. Oct 10, 2017
  3. Oct 09, 2017
    • nightfox's avatar
      Version 1.17 beta 47: Updated to set the message number field length... · 4b8a6336
      nightfox authored
      Version 1.17 beta 47: Updated to set the message  number field length dynamically based on the number of messages in the sub-board.  It will be at least 4 but can be more than 4 if there are 10000 messages or more  in a sub-board.  Also, updated to not hold an open sub-board for a long period of time - It now opens a sub-board only when necessary.  This simplified the code a bit.  I also hoped it would fix issues I've seen where sbbs crashes sometimes when replying to a message, but it looks like it did not fix that.
      4b8a6336
  4. Oct 04, 2017
  5. Oct 03, 2017
  6. Sep 27, 2017
  7. Sep 25, 2017
  8. Sep 19, 2017
  9. Sep 17, 2017
    • nightfox's avatar
      Updated for SlyEdit 1.51 · 7f50f3ca
      nightfox authored
      7f50f3ca
    • nightfox's avatar
      SlyEdit version 1.51: Added an auto-sign option to the user options... · 03f9922e
      nightfox authored
      SlyEdit version 1.51: Added an auto-sign option to the user options (accessible via Ctrl-U, disabled by default).  If enabled, SlyEdit will automatically sign users' messages with their handle or real name, depending on the sub-board's configuration.  Also added a seting to use only their first name when signing with their real name and whether to sign emails with their real name (enabled by default).
      03f9922e
  10. Sep 13, 2017
  11. Sep 11, 2017
  12. Sep 10, 2017
  13. Sep 09, 2017
  14. Aug 31, 2017
  15. Aug 27, 2017
    • nightfox's avatar
      Version 0.29 beta: Checked for the user's UFLAG_V restriction (not allowed to... · 664f7154
      nightfox authored
      Version 0.29 beta: Checked for the user's UFLAG_V restriction (not allowed to vote) in more places.  If the user is not allowed to vote, they can still view poll results.  Also, updated the poll viewing & stats view to say if a poll is closed.  Also refactored code where the Frame & ScrollBar objects are created.
      664f7154
  16. Aug 26, 2017
    • rswindell's avatar
    • rswindell's avatar
    • rswindell's avatar
      The SMTP received mail notice and forward notice (short messages/telegrams) · 53f8e5ec
      rswindell authored
      are now configurable via the following news keys in the [Mail] section of the
      sbbs.ini file:
      	NewMailNotice
      	ForwardNotice
      
      Using the newly updated string literal support to allow for Ctrl-A codes using
      C charater literal notation (\1) for control-A codes and standard C-escaping
      of carriage-return (\r), line-feed (\n), etc.
      Beginning and trailing space characters are also preserved (if specified) in
      the key values.
      
      The default strings are updated/different from what was previously hard-coded
      in mailsrvr.c. If you want the local timestamp (back) in the notice, change
      the '%.0s' in the default string to just '%s'.
      53f8e5ec
    • 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
Loading