Skip to content
Snippets Groups Projects
  1. Nov 10, 2006
    • deuce's avatar
      Handle bind() failure better. · bc59e5d3
      deuce authored
      bc59e5d3
    • deuce's avatar
      Cross-platform syslog logging stuff. · d1f82d7e
      deuce authored
      Allows UDP syslog logging on any system...
      On Win32, will default to logging to localhost whereas on *nix, the
      openlog(), syslog(), and vsyslog() functions are wrappers if no log host
      is set with xp_set_loghost()
      
      Untested, unused, not part of xpdev builds currently.
      d1f82d7e
  2. Nov 09, 2006
  3. Nov 03, 2006
  4. Nov 02, 2006
  5. Oct 28, 2006
  6. Oct 27, 2006
  7. Oct 26, 2006
  8. Oct 25, 2006
  9. Oct 17, 2006
  10. Oct 04, 2006
  11. Oct 01, 2006
  12. Sep 30, 2006
  13. Sep 29, 2006
    • deuce's avatar
      Added smmdefs.js which contains the defines from smmdefs.h · 6c37f3eb
      deuce authored
      It *also* contains the structs as objects, and the structs that get written
      to disk have a sizeof property as well as a read and write method which
      accept a file object as a parameter.
      
      My sizeof user_t is 992 which seems off...
      6c37f3eb
  14. Sep 28, 2006
    • deuce's avatar
      Start of translation to JS. · 7cd3508a
      deuce authored
      Converted all the level/flags/age restrictions except the minor cutoff to
      ARS strings.
      
      NOTE: JavaScript currently has no way of knowing what directory the script
      in that I can tell.  This means that we can't reliably have stand-alone JS
      doors easily as the datafiles etc would need to be in a known location.
      
      Simply making the script path available to JS would solve this issue, but a
      quick dig through the source indicates that this would be relatively
      difficult.
      7cd3508a
    • deuce's avatar
      Fix bug in signal_smtp_sem would would create the file with undefined · 014459ea
      deuce authored
      permissions on *nix possibly making untouchable later.
      014459ea
  15. Sep 27, 2006
  16. Sep 26, 2006
  17. Sep 25, 2006
  18. Sep 24, 2006
Loading