Skip to content
Snippets Groups Projects
  1. Dec 10, 2015
    • rswindell's avatar
      Change TO_NET and FROM_NET @-code logic and revert last change to show_msghdr() · 9b5374c4
      rswindell authored
      - it actually *is* an expected condition that a to_net.addr or from_net.addr
      msg header field is populated with a valid address (string) even though the
      to_net.type or from_net.type value is NET_NONE.
      
      The nntpservice.js and newslink.js modules rely on this behavior to display
      and export local NNTP-posters' email addresses in message headers, but still be
      able to identify newslink-imported messages as *not* local (the from_net.type =
      NET_INTERNET) and thus not export them back to the network.
      
      This was not the original intention behind these header fields in SMB, but it
      was retrofitted to support this condition 10+ years ago and I forgot.
      9b5374c4
  2. Dec 07, 2015
  3. Nov 25, 2015
    • rswindell's avatar
      Resolve warning. · f2c39ffa
      rswindell authored
      f2c39ffa
    • rswindell's avatar
      New @-codes: MSG_AGE (the age of the message in days, months, etc.) · 338c2710
      rswindell authored
      @-codes can now be center-justified by using the *new* -C suffix (like -L/R).
      Centered expanded values are not truncated to fit the @-code length however
      (that may change).
      SMB_AREAS and SMB_AREA_DESC @-codes now display "Email" and "Personal Email"
      rather than a blank/empty string when the current message base is the mail base.
      338c2710
  4. Aug 20, 2015
    • deuce's avatar
      Update to 3.17a · dbbfabf1
      deuce authored
      New Features:
      - Multiple bindings for each service
        Use comma-separated interfaces on Interface= lines in the ini file.
        Default is now "0.0.0.0,::"
      - IPv6 support
      - TLS support for the webserver and (non-static) services
        New TLS option in services.ini (ie: Options=TLS)
      - Decrease LEN_SCAN_CMD to 35 chars, increase the CID field to 45 chars,
        and rename the MAIL_CMD string to IPADDR.  I think this frees up the
        note field for SysOp use.
      dbbfabf1
  5. Jan 01, 2015
  6. Dec 14, 2014
    • deuce's avatar
      Fix @UPTIME@ to return 0 if the uptime global isn't initialized yet, or · eed3d9b6
      deuce authored
      if time_t is unsigned and the current time is less than uptime.
      
      There's comments that suggest the time(NULL) value is influenced by the
      timezone, so possibly therre's a usage of it somewhere with the timezone
      not being set comparing to an uptime that was set when timezone *was* set.
      In this case, @UPTIME@ will say it's been up for zero days until the timezone
      is set in that thread/process, or time(NULL) passes uptime.
      eed3d9b6
  7. Nov 13, 2011
  8. Oct 19, 2011
  9. Aug 25, 2011
  10. Apr 27, 2011
    • rswindell's avatar
      Judicious (even excessive?) use of the volatile keyword on variables that are · 4c54a03d
      rswindell authored
      commonly modified by multiple threads, potentially simultaneously, resulting in
      bad values (e.g. active_clients = -1).
      Updated copyright date to 2011.
      Fixed Win32 compile bug in main.cpp introduced in last commit.
      Eliminated some unused variables and updated some times (e.g. ulong in place
      fo uint32_t).
      4c54a03d
  11. Jun 07, 2010
    • rswindell's avatar
      2 new @-codes: · beaf2ac2
      rswindell authored
      * DATETIME (current system date and time and long, 24 char, format).
      * TIMEZONE (current system time zone abbrev or UTC offset).
      beaf2ac2
  12. Mar 07, 2010
  13. Oct 17, 2009
  14. Feb 27, 2009
  15. Feb 19, 2009
  16. Jan 06, 2009
  17. Jun 04, 2008
  18. Feb 03, 2008
  19. Aug 14, 2007
  20. Aug 13, 2007
  21. Nov 30, 2006
  22. Sep 01, 2005
  23. Aug 31, 2005
  24. Sep 08, 2004
  25. Jul 01, 2004
  26. May 30, 2004
  27. Nov 26, 2003
  28. Sep 20, 2003
  29. Jun 19, 2003
  30. Apr 18, 2003
  31. Apr 05, 2003
  32. Feb 13, 2003
  33. Jan 14, 2003
  34. Dec 19, 2002
  35. Nov 25, 2002
Loading