Skip to content
Snippets Groups Projects
  1. Jan 05, 2014
  2. 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
  3. Jan 03, 2014
  4. 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
  5. Dec 12, 2013
  6. Nov 05, 2013
  7. Oct 30, 2013
  8. Oct 29, 2013
  9. Oct 28, 2013
  10. Oct 25, 2013
  11. Oct 13, 2013
  12. Oct 11, 2013
  13. Oct 09, 2013
    • deuce's avatar
      Change how things get done because Windows. · e7159776
      deuce authored
      e7159776
    • rswindell's avatar
      Implement non-standard SEEN-BY and PATH line creation/parsing logic as · fe560a7f
      rswindell authored
      requested by Joe (1:249/303), Wilfred (2:280/464) and Michiel (2:280/5555) for
      their little 3-node inter-zonal FTN:
      "Zone Blind" option (enabled in echofg->Toggle Options or by adding a line
      containing the string "ZONE_BLIND" to the sbbsecho.cfg file). This option
      causes zones to be ignored (back to the 2D addresses of the 80s) when parsing
      and generating SEEN-BY and PATH kludge lines in echomail messages.
      Incremented version to 2.23.
      fe560a7f
  14. Oct 08, 2013
Loading