- Feb 15, 2016
-
-
nightfox authored
Added the ability to display a custom header file above the area lists in the area choosers. Added the configuration options areaChooserHdrFilenameBase and areaChooserHdrMaxLines to specify the filename (without the extension) and maximum number of lines from the header file to use. These are still beta versions, but these should be ready for an official release soon.
-
nightfox authored
Fixed a possible screen refresh issue when writing the area chooser header - Now it clears the header rows on the screen before writing the header, to clear away any text that might have been there before (such as from the help screen).
-
- Feb 14, 2016
-
-
nightfox authored
Fixed a bug in the method that displays the header file for the message area chooser - It no longer sets the color code back to normal at the end of each line, so that for .asc files (Synchronet color codes) it doesn't reset any color codes that might still need to be used.
-
- Feb 13, 2016
-
-
nightfox authored
Updated so that ANSI header files for the message and area chooser are displayed in their original ANSI format without being converted to Synchronet color codes first (if the user's terminal supports ANSI). If the user's terminal doesn't support ANSI, then the header files will be converted to Synchronet color codes first (as was done previously).
-
- Feb 10, 2016
-
-
deuce authored
Now tested with real traffic!
-
- Feb 07, 2016
-
-
nightfox authored
Fixed a bug when returning from the help screen for the lightbar message area chooser - It wasn't displaying the header again when returning to the area list.
-
nightfox authored
Refactored some code related to loading the header files for the reader interface and area chooser list.
-
nightfox authored
Bug fix: The new postOnSubBoardInsteadOfGoToNext was affecting the behavior for searching & scanning, which I don't think is desirable. Now it only affects behavior when doing a normal read (not when doing a search or newscan, etc.). Renamed the postOnSubBoardInsteadOfGoToNext configuration option to readingPostOnSubBoardInsteadOfGoToNext to more reflect what that setting is for.
-
- Feb 06, 2016
-
-
deuce authored
-
nightfox authored
- Added a new configuration option, postOnSubBoardInsteadOfGoToNext, that affects what happens after the user reads the last message on a sub-board: If this is set to true, then the reader will prompt the user if they want to post on the sub-board, then exit (this is the stock Synchronet behavior). If this is set to false, then the reader will prompt the user whether to go to the next sub-board after reading the last message on a sub-board. Also, added the postOnSubBoard text configuration parameter for the theme filename, which specifies the text to use for prompting the user if they want to post on the sub-board after reading the last message. - Added new configuration options areaChooserHdrFilenameBase and areaChooserHdrMaxLines. These options specify the filename base for a header file to use for the message area chooser list and the maximum number of lines to use from the area chooser header file. The filaname is without the extension - The reader will first look for an .ans version, then an .asc version. Additionally, multiple header files can be used for different terminal widths - For example, chooserMsgHdr-80.ans for an 80-column terminal, choosrMsgHdr-140.ans for a 140-column terminal, etc.
-
- Feb 04, 2016
- Feb 03, 2016
- Jan 29, 2016
- Jan 28, 2016
-
-
deuce authored
-
deuce authored
Some better polyfill method should be worked out at some point...
-
deuce authored
SysOps with symlink hacks will have extra chatter in their logs.
-
deuce authored
-
deuce authored
-
deuce authored
1) Correctly truncate/delete files per the FLO instructions. 2) If we can't add a file to the queue, we still need to track it in the flo status to know if we can delete the flow file. 3) Don't truncate the first character of a flow line that doesn't have a know prefix (is supposed to be a send and don't delete) 4) Fix exception when calling an unconfigured node. 5) Fix error when detecting the session is done in BinkP 1.1 mode. If BinkIT was connecting to itself, and infinite loop would occur with both ends continuously sending empty batches. 6) When calling the tx_callback, pass the filename, not the pending_ack entry. Additional features: Call fullpath() in the outbound directory so that symlinks used to work around sbbsecho's lack of 5D support work correctly. Fix rx/tx_callback documentation.
-
- Jan 27, 2016
-
-
rswindell authored
common prefix.
-
- Jan 26, 2016
- Jan 25, 2016
-
-
deuce authored
'NDL' line that is sent. There doesn't seem to be a spcification for what goes here though.
-
- Jan 24, 2016
-
-
deuce authored
-
deuce authored
been an extra space in there.
-
deuce authored
of the address a call to the configured node will be from.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
This, of course, will still cause problems when using the same zone in different domains (which is the whole point of 5D addressing) since sbbsecho doesn't yet support it. I don't think anyone has ever actually *used* domains yet though, so no real loss.
-
deuce authored
-
deuce authored
for each domain to avoid needing to sort through other properties.
-