Skip to content
Snippets Groups Projects
  1. Dec 02, 2006
  2. Nov 30, 2006
  3. Nov 21, 2006
  4. Nov 17, 2006
    • deuce's avatar
      ATOM feed which uses the RSS config file. · 1ea038fe
      deuce authored
      Advantages over rss.ssjs
      - Readers actually work properly (I have yet to find a single RSS 0.91 reader
      	that follows the spec.  IE7 for example WILL NOT WORK if a DTD is
      	specified.  A DTD is required by the spec.
      - You can *define* that content is HTML
      - it's designed to have the full message content... so it does!
      1ea038fe
  5. Nov 16, 2006
  6. Nov 10, 2006
  7. Nov 09, 2006
  8. Nov 03, 2006
  9. Nov 02, 2006
  10. Oct 28, 2006
  11. Oct 27, 2006
  12. Oct 26, 2006
  13. Oct 25, 2006
  14. Oct 17, 2006
  15. Oct 04, 2006
  16. Oct 01, 2006
  17. Sep 30, 2006
  18. 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
  19. 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
  20. Sep 27, 2006
Loading