- Aug 17, 2019
-
-
nightfox authored
Version 1.24: When making a private reply on local email, an error is now outputted if the recipient's user number is not found. Also, fixed an 'undefined' bug that happened when searching for messages sometimes.
-
deuce authored
-
deuce authored
-
deuce authored
You can beta test it NOW at nix.synchro.net.
-
- Aug 14, 2019
-
-
nightfox authored
-
- Aug 13, 2019
-
-
rswindell authored
-
- Aug 08, 2019
- Aug 06, 2019
-
-
deuce authored
-
- Jul 28, 2019
-
-
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
-
- Jul 27, 2019
-
-
echicken authored
-
- Jul 26, 2019
-
-
echicken authored
-
- Jul 23, 2019
-
-
echicken authored
-
- Jul 20, 2019
-
-
echicken authored
Use GraphicsConverter to display files in 999-bullshit.xjs for now. Stop using bullshit.ssjs. Use settings in 999-bullshit.xjs.
-
- Jul 18, 2019
-
-
echicken authored
-
- Jul 17, 2019
-
-
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.
-
- Jun 22, 2019
-
-
rswindell authored
line 34: Error: can't open \sbbs\exec\undefined.js: No such file or directory
-
- May 13, 2019
-
-
nightfox authored
Version 1.22: If the message score is 0, with upvotes and total_votes both 0, then don't show the score when using the default header ANSI. This is what was intended, but the 0 score started showing up in more recent builds of Synchronet.
-
- May 06, 2019
-
-
echicken authored
Removed note re 'platform' line from readme.txt Some of you were using this feature (as intended) to advertise that the client was running on some other/fake/amusing BBS package and OS. I'm told that this is not okay and may break things in the future. (If you update mrc-connector.js, the fact that you're running Synchronet and on Linux or Windows i386, i686, x86_64 will be shared with the MRC server.)
-
echicken authored
You're now running SYNCHRONET and whatever (system.platform + '_' + system.architecture) resolves to.
-
- May 05, 2019
- May 04, 2019
-
-
nightfox authored
Version 1.21: Uses require() instead of load() to load the required .js libraries, if the require() function is defined (it was added in Synchronet 3.17). This avoids 'multiple definition' errors with the latest .js libarries & Synchronet binaries.
-
echicken authored
Should rework how this filtering stuff is organized at some point.
-
echicken authored
Put new messages at actual bottom of frame, not just visible area when scrolling, but don't scroll down if in scrollback mode. Re-fix problem with non-string values from inputline.
-
echicken authored
-
- May 02, 2019
-
-
echicken authored
"Nope" is not an acceptable description of available support channels.
-
- Apr 30, 2019
-
-
mcmlxxix authored
-
- Apr 29, 2019
- Apr 26, 2019
-
-
nightfox authored
Added configurable options for the message score colors for the message list: msgListScoreColor, msgListToUserScoreColor, msgListFromUserScoreColor, and msgListScoreHighlightColor. Incremented version to 1.20.
-
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.
-
- Apr 24, 2019
-
-
echicken authored
-
- Apr 15, 2019
-
-
nightfox authored
Made use of the new MsgBase.get_index() function (if available) for better performance. Added 'undefined' checks for some of the messaeg attribute definitions before adding them to the attribute strings, since some of them have changed. Updated the version to 1.18.
-
- Apr 08, 2019
-
-
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.
-
- Apr 07, 2019
-
-
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.
-
- Mar 23, 2019
-
-
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.
-
- Feb 19, 2019