Skip to content
Snippets Groups Projects
  1. Aug 17, 2019
  2. Aug 14, 2019
  3. Aug 13, 2019
  4. Aug 08, 2019
  5. Aug 06, 2019
  6. Jul 28, 2019
    • nightfox's avatar
      Version 1.23: If a message is in UTF-8 format and the user's terminal doesn't... · d24a672e
      nightfox authored
      Version 1.23: If a message is in UTF-8 format and the user's terminal doesn't support UTF-8, the message text will be converted to CP437.  Also, if there is a color/attribute code in the message before the message text and there are no other color/attribute codes, the color/attribute codes will be removed so  that the entire message isn't colored
      d24a672e
  7. Jul 27, 2019
  8. Jul 26, 2019
  9. Jul 23, 2019
  10. Jul 20, 2019
    • echicken's avatar
      Move some stuff into bullshit-lib. · 5a7c5524
      echicken authored
      Use GraphicsConverter to display files in 999-bullshit.xjs for now.
      Stop using bullshit.ssjs.  Use settings in 999-bullshit.xjs.
      5a7c5524
  11. Jul 18, 2019
  12. Jul 17, 2019
    • echicken's avatar
      Fix scrollbar/content overlap issue reported by Va7aqd. · 9bb1d2ac
      echicken authored
      Added per-user JSON files:
      - Tracks which messages they've viewed
      - Tracks the time when they last read a file bulletin
      Added 'newOnly' key to root of bullshit.ini.  If true:
      - Unread messages will be listed
      - Files timestamped newer than last view will be listed
      - All other files/messages will be supressed
      - If nothing can be listed, Bullshit will start & exit silently
      I won't even pretend to have actually tested any of this.
      9bb1d2ac
  13. Jun 22, 2019
    • rswindell's avatar
      Address error: · 04b0f8bc
      rswindell authored
      line 34: Error: can't open \sbbs\exec\undefined.js: No such file or directory
      04b0f8bc
  14. May 13, 2019
  15. May 06, 2019
  16. May 05, 2019
  17. May 04, 2019
  18. May 02, 2019
  19. Apr 30, 2019
  20. Apr 29, 2019
  21. Apr 26, 2019
    • nightfox's avatar
      Added configurable options for the message score colors for the message list:... · 62a5db2d
      nightfox authored
      Added configurable options for the message score colors for the message list: msgListScoreColor, msgListToUserScoreColor, msgListFromUserScoreColor, and msgListScoreHighlightColor.  Incremented version to 1.20.
      62a5db2d
    • nightfox's avatar
      Version 1.19: If the terminal size is wide enough (at least 86 characters),... · c0bb0664
      nightfox authored
      Version 1.19: If the terminal size is wide enough (at least 86 characters), the overall vote scores for the messages  is now displayed in the message list.  Also, fixed a bug introduced in the previous version where the vote scores were no longer being displayed when reading a message.  It's no longer using MsgBase.get_index() and uses get_all_msg_headers(), as before, since that's what is required for message tallies to be included in the message headers.
      c0bb0664
  22. Apr 24, 2019
  23. Apr 15, 2019
  24. Apr 08, 2019
    • nightfox's avatar
      More use of get_index() if available, to help speed things up a bit. Also,... · d12a7c46
      nightfox authored
      More use of get_index() if available, to help speed things up a bit.  Also, made a further optimization: when checking a sub-board if it has polls, check in reverse rather than forward.  Since polls & voting is a relatively recent feature in Synchronet, hopefully it should finish faster going in reverse.
      d12a7c46
  25. Apr 07, 2019
    • nightfox's avatar
      SlyVote v1.02: Now uses the new get_index() messagebase function, if... · 44d863cd
      nightfox authored
      SlyVote v1.02: Now uses the new get_index() messagebase function, if available, for getting the message index objects when determining if a sub-board has polls (in the subBoardHasPolls() function).  get_index() is faster than iterating through all messages and calling get_msg_index() for each message.
      44d863cd
  26. Mar 23, 2019
    • nightfox's avatar
      SlyVote version 1.01: Changed "voting area" verbage to "sub-board". Updated... · 9a3ec002
      nightfox authored
      SlyVote version 1.01: Changed "voting area" verbage to "sub-board".  Updated the main screen to show the number of polls the user has voted on & the number remaining.  Updated the sub-board choosing to allow choosing the message group first, and load the sub-board information (such as whether each sub-board has polls) only when needed, rather than loading all the configured sub-boards, to help cut down the loading time when choosing a sub-board.
      9a3ec002
  27. Feb 19, 2019
Loading