Skip to content
Snippets Groups Projects
  1. 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
  2. Mar 18, 2014
  3. Feb 14, 2014
  4. Feb 13, 2014
  5. Feb 10, 2014
  6. Sep 21, 2013
  7. 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
  8. Mar 13, 2012
  9. Nov 19, 2010
  10. Jul 06, 2009
  11. Jan 08, 2009
  12. Sep 11, 2007
  13. Aug 11, 2007
  14. Aug 05, 2007
  15. Jun 17, 2007
  16. 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
  17. May 09, 2007
  18. May 05, 2007
  19. Apr 26, 2007
  20. Apr 25, 2007
  21. Apr 21, 2007
  22. Apr 20, 2007
  23. Apr 19, 2007
    • rswindell's avatar
      Bug-fixes: · bb99bf7a
      rswindell authored
      * Raise DTR again after dropping to hangup or modem won't auto-answer
      * Skip white-space prepended to modem messages (e.g. "\r\nRING")
      * Configurable delay before dropping DTR (to allow TX buffer to empty)
      * Cosmetic issue with banner
      bb99bf7a
  24. Apr 06, 2007
Loading