Skip to content
Snippets Groups Projects
  1. Feb 15, 2016
  2. Feb 14, 2016
  3. Feb 13, 2016
    • nightfox's avatar
      Updated so that ANSI header files for the message and area chooser are... · 8da98446
      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).
      8da98446
  4. Feb 10, 2016
  5. Feb 07, 2016
  6. Feb 06, 2016
    • deuce's avatar
      Work around Win32 directory() wildcard weirdness. · 51fdd959
      deuce authored
      51fdd959
    • nightfox's avatar
      Version 1.10 beta: · f752e485
      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.
      f752e485
  7. Feb 04, 2016
  8. Feb 03, 2016
  9. Jan 29, 2016
  10. Jan 28, 2016
    • deuce's avatar
    • deuce's avatar
      Polyfill the String.prototype.repeat() method. · cab86ed2
      deuce authored
      Some better polyfill method should be worked out at some point...
      cab86ed2
    • deuce's avatar
      Remove fullpath() call... it doesn't call realpath(). · 9a28ef61
      deuce authored
      SysOps with symlink hacks will have extra chatter in their logs.
      9a28ef61
    • deuce's avatar
      Fix first argument to tx_callback (again). · 2b934749
      deuce authored
      2b934749
    • deuce's avatar
      Remove debug output in previous commit. · 757ab4ba
      deuce authored
      757ab4ba
    • deuce's avatar
      Multiple bug-fixes: · 765feb01
      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.
      765feb01
  11. Jan 27, 2016
  12. Jan 26, 2016
  13. Jan 25, 2016
  14. Jan 24, 2016
Loading