- Aug 09, 2017
-
-
nightfox authored
-
- Aug 08, 2017
-
-
nightfox authored
Version 0.22 Beta: Updated to display "Loading areas..." when loading the message areas & looking to see which ones have polls. Also, changed "topic area" verbage to "voting area".
-
- Aug 07, 2017
-
-
nightfox authored
SlyVote v0.21 beta: In the area selection list, added a check mark next to areas that have polls in them. Also, widened the menu for the poll question and choice lists, since some poll questions and options can have longer text than I had planned for. Also, removed some temporary text I had put in with the previous version.
-
- Aug 06, 2017
-
-
nightfox authored
-
nightfox authored
Updated the drawing function so that when in numbered mode and there are fewer items than the menu's height, it looks better.
-
nightfox authored
Added an optional "numbered mode", where each option is displayed with a number to the left (starting at 1), and the user is allowed to choose an option by typing the number of the item. Numbered mode is disabled by default and can be enabled by setting the numberedMode property to true. For example: lbMenu.numberedMode = true; When numbered mode is enabled and the user starts typing a number, the menu will prompt the user for an item number. The prompt will be located on the line below the menu, so in addition to the menu's height, you'll also need an extra line on the screen to account for the item prompt. In addition, when the user presses the enter key after the item number, a carriage return/line feed will be outputted, so in numbered mode, the menu's height should not go further than 2 lines below the console height. Otherwise, the display of the menu will not be correct if the user decides not to enter a number.
-
- Aug 05, 2017
-
-
nightfox authored
Version 1.17 beta 42: When showing tally information for messages with upvotes & downvotes, it now shows who voted on the message (for sysops only).
-
nightfox authored
-
nightfox authored
-
nightfox authored
SlyEdit version 1.50: Added a user configuration option (accessible to the user via the Ctrl-U) to toggle whether or not to trim spaces from quote lines. This behavior is enabled by default.
-
nightfox authored
Version 0.20 Beta: Fixed a bug in the stats display where it was assigning the total_votes in the headers instead of comparing, using an = instead of ==. Also, updated the stats view to display the stats in a scrollable frame rather than simply dumping out the stats to the screen.
-
nightfox authored
-
nightfox authored
Menu items can now have multiple hotkeys. Hotkeys can be specified in the Add() method by passing a hotkey as the 3rd parameter and/or by putting a & in the menu item text just before a key you want to use as the hotkey. Also added the method AddItemHotkey(), which can add a hotkey to a menu item in addition to its existing hotkey(s).
-
- Aug 04, 2017
-
-
nightfox authored
Bug fix - When choosing to vote on polls, it now correctly displays the correct message if the user has voted on all polls or no polls exist in the chosen sub-board.
-
nightfox authored
Version 0.19 beta: Added a configuration option, useAllAvailableSubBoards, which tells SlyVote to use all available sub-boards where voting is enabled. Defaults to true. Also, fixed an off-by-1 bug when displaying the list of sub-boards to choose from. Also, set the (new) ampersandHotkeysInItems property in most of the DDLightbarMenu objects to false so that it won't interpret ampersands before a character in menu items as hotkeys.
-
nightfox authored
Added a new property to the menu object, ampersandHotkeysInItems, which specifies whether or not to interpret an ampersand as a hotkey in a menu item if placed immediately before a non-space character. It defaults to true. In some cases it might be desirable to disable that and have all ampersands in the menu items literally displayed.
-
- Aug 03, 2017
-
-
rswindell authored
(currently only via FTP) - simiilar to the global FTP option: DIR_FILES. I intend to extend this option to the terminal server as well.
-
- Jul 25, 2017
- Jul 20, 2017
- Jul 19, 2017
-
-
deuce authored
Use the same commands as the build system to get our mangled OS-arch format Add icc and clang compiler prefixes since our build system supports them. Prefered order: gcc, clang, icc.
-
- Jul 17, 2017
-
-
rswindell authored
-
- Jul 09, 2017
-
-
rswindell authored
"Display/Log Passwords Locally".
-
nightfox authored
Made a minor update for efficiency when displaying menu items ensuring the text fills the menu area (in case there's a text background in use)
-
rswindell authored
Must read the filebase index *before* comparing the upload date. Also, implement support for -p when a filename is specified on the command-line (without -s or a list).
-
- Jul 08, 2017
-
-
nightfox authored
Removed DDLightbarMenu.js from this directory, since I've added it to sbbs\exec\load and I only want to maintain one copy of this file.
-
nightfox authored
-
nightfox authored
Changed the way the border characters are configured in a way that is more flexible. Now, you can specify whatever border characters you want to use by changing the properties in the borderChars object within the menu object. Also, when adding a menu item, the pHotkey parameter will always be used as the hotkey if specified, but now if that parameter is not specified, then the first non-space character after a & in the item text will be used as the hotkey (in addition to that character being highlighted in a different color, as with the last commit). Also made some bug fixes regarding scrolling when using a border.
-
nightfox authored
Updated to optinally have the menu draw a border around the menu items. This functionality uses the new borderStyle property, which can be one of the following: BORDER_NONE (no borders), BORDER_SINGLE (single-line border), or BORDER_DOUBLE (double-line border). I might add more border styles in the future (such as single-line vertical with double-line horizontal, etc.). Also, added a way to have a single non-space character in an item text highlighted with a different color (i.e., to show a hotkey in the item text). That is done by putting a & in the item text immediately before the key to highlight (i.e., "E&xit" would highlight the 'x' character). Added the itemTextCharHighlightColor property to specify the color attribute to use to highlight a hotkey character (currently, it defaults to bright yellow). Also, added the property hotkeyCaseSensitive, which is a boolean that specifies whether or not hotkey matching should be case-sensitive. It defaults to false.
-
rswindell authored
EET/EEST.
-
rswindell authored
European (EET) timezones and their DST equivalents (WEST and EEST).
-
rswindell authored
- Change zone name from BER - >CET - Enable daylight saving (summer) time for CET -> CEST
-
- Jul 07, 2017
-
-
rswindell authored
When using this option, the file's timestamp is compared with the stored upload timestamp. If the file is the same or older than the upload date/time, it is skipped. I think this is what he was asking for.
-
rswindell authored
always truncated to zero-length. Also: more use of SAFECOPY.
-
nightfox authored
Version 1.17 beta 41: Bug fix - When submitting an upvote/downvote on a message using the scrollable interface, it was automatically moving to the next message. Now it stays at the same message and refreshes the screen so that the updated vote count for the message can be seen.
-
- Jul 05, 2017
-
-
rswindell authored
deepthaw. Also, if there was only one line in the file listing, nothing would be imported (now fixed).
-
- Jun 30, 2017
-
-
echicken authored
Use Path header from client if it matches a hostname and port in modopts.ini [web] allowed_ftelnet_targets list.
-
- Jun 28, 2017
-
-
rswindell authored
file area listings: Since these file don't contain paths, the paths are blank (which is normal and expected), but a recent change treated directories with the same path (even if blank) as the same directory and over-write. Now, only non-blank paths are compared to see if the directory is a duplicate and should be overwritten. Also changed references to FILEBONE.NA to FILEGATE.ZXX since that appears to be the currently distributed filename. Update help text to reflect this too. Also display a popup error if attempting to import a non-existant filename.
-