Skip to content
Snippets Groups Projects
  1. Nov 11, 2020
  2. Sep 15, 2020
  3. Sep 12, 2020
  4. Aug 26, 2020
  5. Aug 16, 2020
  6. May 05, 2019
  7. Jul 24, 2018
    • rswindell's avatar
      The great Copyright year update and (mostly) removal of 2018: · f869ad3d
      rswindell authored
      Most of the copyright years in the source code were misleading (the date of
      most recent publish was actually later) and all were unnecessary. I've been
      removing copyright years piecemeal, for a long time, but I decided it was time
      to just perform a bulk search and (mostly) replace. In some cases, I left
      old copyright years on files that either are not used (and soon to be removed)
      or obsolete and unlikely to ever be touched again (e.g. Win9x FOSSIL VXD). Some
      of the runtime binaries still contain copyright years and those were updated to
      2018.
      f869ad3d
  8. Mar 28, 2014
    • rswindell's avatar
      Change the target to Windows XP-IA32: resolves the "not a valid Win32 · 40f5417e
      rswindell authored
      application" error message (when run on XP) and reportedly will allow target
      executables to run on non-SEE (pre-Pentium III) CPUs. Seriously, anyone really
      running Windows XP on a Pentium II today? I guess it's possible <shrug> and we
      really get little benefit from SSE in Synchronet.
      
      I couldn't get Windows 2000 running in Hyper-V, so I guess Windows 2000 is
      now officially unsupported by Synchronet (and long unsupported by Microsoft).
      
      Thanks to Android8675 for the bug report and Rushfan for the solution tip.
      40f5417e
  9. Mar 18, 2014
  10. Feb 14, 2014
  11. Feb 13, 2014
  12. Feb 10, 2014
  13. Sep 21, 2013
  14. Mar 16, 2012
    • rswindell's avatar
      Implement modem command retries: · 3c227bc3
      rswindell authored
      - configurable via [modem] CmdRetry, default value is 2 retries
      - drops DTR, delays and the raises DTR before retrying modem commands
      Improved log output:
      - don't log COM Device value when passed live com handle/descriptor on cmdline
      - log COM Device value in modem command/response errors
      - more debug-related log output
      Fix modem re-initialization time-out (off by one)
      - ReInit value of 1 would result in reinit every 2 minutes of inactivity
      3c227bc3
  15. Mar 13, 2012
  16. Nov 19, 2010
  17. Jul 06, 2009
  18. Jan 08, 2009
  19. Sep 11, 2007
  20. Aug 11, 2007
  21. Aug 05, 2007
  22. Jun 17, 2007
  23. May 11, 2007
    • deuce's avatar
      Quick hack to make 'er go on *nix. · c6852789
      deuce authored
      I will add daemonizing when two conditions are met...
      1) Someone confirms that it works.
      2) Someone confirms that it works on Linux.
      
      I'm particularily worried about the comWriteByte() and comWriteString()
      error handling (or lack thereof)... Especially in modem_send()
      
      Also, I think the timeout mechanism should be in comReadByte() itself
      so we don't need to use while(1) { poll(); yield(); } loops.
      
      I assume that Win32 supports read timeouts... if not, a single loop and
      only for Win32 would be preferable to having it multiple places.
      c6852789
    • deuce's avatar
      Build files for *nix · 4023ea95
      deuce authored
      4023ea95
  24. May 09, 2007
  25. May 05, 2007
  26. Apr 26, 2007
Loading