Skip to content
Snippets Groups Projects
  1. Jan 08, 2014
  2. Jan 07, 2014
  3. Jan 06, 2014
    • rswindell's avatar
      Fix bug introduced in rev 1.147 (Feb-2013): · 6838a841
      rswindell authored
      File.iniGetValue() method returned a garbage string if the value requested
      did not exist in the ini section and the default value specified was a string:
      cstr2 will point to cstr in this case, so we can't free(cstr) before copying
      cstr2 into a new JSVAL.
      6838a841
  4. Jan 05, 2014
  5. Jan 04, 2014
    • rswindell's avatar
      Improve multi-monitor support in Synchronet Control Panel by setting each · 9ed7b99b
      rswindell authored
      undockable form's DefaultMonitor property to dmPrimary (rather than
      dmActiveForm) and save/restore the value from the registry (and export-to
      import-from .ini file) allowing over-ride of default monitor for undocked
      windows to be customized on a per-form basis (very advanced use).
      For sysops not using undockable forms in the control panel (the vast majority),
      this enhancement has no effect.
      9ed7b99b
    • rswindell's avatar
      Update copyright date to 2014. · 05f51d03
      rswindell authored
      05f51d03
    • rswindell's avatar
      Fix MSVC warning: · 443bbaa3
      rswindell authored
      warning C4133: 'function' : incompatible types - from 'int *' to 'char *'
      with typecast.
      443bbaa3
    • rswindell's avatar
      Fix MSVC warnings: · 155e7f12
      rswindell authored
      filewrap.c(309): warning C4307: '+' : integral constant overflow
      filewrap.c(310): warning C4307: '+' : integral constant overflow
      155e7f12
    • rswindell's avatar
      Fix expandtofit() and thus getdelim() (used by SBBSecho as of Oct-29-2013) · 421208e1
      rswindell authored
      for all builds using 32-bit longs due to numeric integer overflow as reported
      by GCC ("warning: integer overflow in expression")
      and MSVC ("warning C4307: '+' : integral constant overflow")
      thus causing expandtofit() to always return -1 and getdelim() to always fail.
      421208e1
    • rswindell's avatar
      Fix MSVC build warning: C4133: · fa5676e0
      rswindell authored
      'function' : incompatible types - from 'int *' to 'char *'
      with typecast.
      fa5676e0
  6. Jan 03, 2014
  7. Jan 02, 2014
    • rswindell's avatar
      Fix long-standing bug reported by The Extremist: · b5abaf57
      rswindell authored
      File directory storage paths that were left blank in SCFG were not correctly
      initialized to <data_dir>\dirs\<code>\ as the dir's internal code was not yet
      initialized at this point in the load_cfg() process of scrubbing the cfg data.
      This bug was introduced with the internal-code prefix enhancement of 2003
      (almost 11 years ago now).
      b5abaf57
  8. Dec 12, 2013
  9. Nov 05, 2013
  10. Oct 30, 2013
  11. Oct 29, 2013
  12. Oct 28, 2013
  13. Oct 25, 2013
  14. Oct 13, 2013
  15. Oct 11, 2013
Loading