Skip to content
Snippets Groups Projects
  1. Aug 18, 2015
    • rswindell's avatar
      Fix cosmetic error introduced in previous commit: use the correct attribute · 892b9083
      rswindell authored
      code for the size/credit value.
      892b9083
    • rswindell's avatar
      When listing files in a file area (directory) configured as "FREE" (no cost to · fe36e759
      rswindell authored
      downlaod), and the "check for file existence" option is enabled, then get the
      file size as well and display that instead of the credit value. This fixes the
      problem with files whose size has changed after they were uploaded or added
      to the filebase. Directories which are not free still displayed with each
      file's credit value (since that may not have any correlation with the file
      size).
      Display file sizes and credit values in a shorter more easy to read format
      with suffixes for gigabytes (G), megabytes (M), kilobytes (K), and bytes (B).
      Using an uppercase 'K' now to be more consistent with modern conventions
      for abbreviating Kilobytes/Kibibyte (1024 bytes).
      fe36e759
  2. Aug 17, 2015
  3. Aug 15, 2015
  4. Aug 14, 2015
  5. Aug 06, 2015
  6. Aug 05, 2015
  7. Jul 29, 2015
  8. Jul 24, 2015
  9. Jul 22, 2015
  10. Jul 15, 2015
  11. Jul 14, 2015
  12. Jul 13, 2015
    • deuce's avatar
      Fix memory leak in wordwrap() where the paragraph array was never free()d. · ceb0fd0f
      deuce authored
      Add a great deal of comments for future-Deuce.
      ceb0fd0f
    • deuce's avatar
      Overhaul the wordwrap() function. · 5710fda8
      deuce authored
      The old code unwrapped from the old width and rewrapped to the new width in
      a single pass.  While this was more efficient, it was very difficult to work
      on and understand the code.
      
      Now, wordwrap() is a two pass process.  The first pass unwraps "paragraphs"
      (defined as being the text between two hard CRs) and the second pass wraps
      to the new width.  This makes it simpler to understand and debug.
      
      This fixes some odd wrapping issues when quoting messages.
      5710fda8
  13. Jul 12, 2015
  14. Jul 09, 2015
  15. Jul 04, 2015
    • rswindell's avatar
      Create a 7-line MSGINF file which includes the full path to the tag file, · 8814273d
      rswindell authored
      in scenarios where the tagfile may be used (e.g. not editing extended file
      descriptions). This should allow SlyEdit and other extenal message editors
      to detect the support for the editor.tag file dynamically rather than by
      using the Synchronet version number. If the 7th line is blank or non-existent,
      then the external editor tag file is not supported.
      Overhauled editor_inf() to use a file stream/fprintf.
      8814273d
  16. Jun 22, 2015
Loading