Skip to content
Snippets Groups Projects
  1. Jan 01, 2016
    • rswindell's avatar
    • echicken's avatar
      Because "Beacuse" isn't a word. :| · 907788bd
      echicken authored
      907788bd
    • rswindell's avatar
      Over-hauled the log file output: · b08fe3cd
      rswindell authored
      - Added a lot more detail for outbound echomail and netmail (msgs, packets,
        and bundles) to help identify the source of problems
      - Removed a lot of unnecessary "status" type log output ("Scanning for ...")
        as it was back in 2005.
      - Date format in log is more standard (year-month-day)
      - Logs error level and import/export statistics when exiting
      - Packs bundles *before* writing to FLO files (the only operational change).
      - sbbsecho.log should actually be smaller (grow slower) though there is more
        helpful information than before.
      - Incremented version to 2.31.
      b08fe3cd
  2. Dec 31, 2015
  3. Dec 30, 2015
  4. Dec 28, 2015
  5. Dec 24, 2015
  6. Dec 23, 2015
    • nightfox's avatar
      Minor bug fix for refreshing the 'message selected' check marks in the... · 45931e28
      nightfox authored
      Minor bug fix for refreshing the 'message selected' check marks in the lightbar message list when other messages have been marked for deletion
      45931e28
    • nightfox's avatar
      Version 1.07 beta 2 - Added a way to select multiple messages in the message... · 48808509
      nightfox authored
      Version 1.07 beta 2 - Added a way to select multiple messages in the message list and batch-delete selected messages (only if permissions allow deleting all messages).  This is most useful for personal mail when a user gets a lot of spam messages.  In the lightbar message list, the spacebar selects individual messages and CTRL-A is used to select/de-select all messages.  In the traditional UI message list, the S key is used for message selection.  CTRL-D then does a batch delete of selected messages in the message list.  The spacebar can also be used to select a message when reading it.
      
      This is marked as 'beta', but I have tested the new features and they appear to be working as intended.  I will likely release a non-beta soon.
      48808509
    • deuce's avatar
  7. Dec 20, 2015
  8. Dec 19, 2015
  9. Dec 17, 2015
  10. Dec 16, 2015
  11. Dec 15, 2015
  12. Dec 14, 2015
  13. Dec 13, 2015
  14. Dec 12, 2015
    • nightfox's avatar
      Added a new configuration option, pauseAfterNewMsgScan, which specifies... · 3ba559e1
      nightfox authored
      Added a new configuration option, pauseAfterNewMsgScan, which specifies whether or not to pause (i.e., with a "finished" message) after doing a new message scan.
      3ba559e1
    • nightfox's avatar
      - Updated so that a sub-board new-message-scan (with the -new_msg_scan_cur_sub... · 1ac93b20
      nightfox authored
      - Updated so that a sub-board new-message-scan (with the -new_msg_scan_cur_sub command-line parameter) can make use of the -subBoard command-line option to scan a specific sub-board, which may be different than the user's current sub-board.
      - Bug fix: Doing a new-message-scan should now always display the correct sub-board @-code information in the header above the message.
      
      This is currently marked as a "beta" version (version 1.06 beta).
      1ac93b20
  15. Dec 11, 2015
  16. 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
    • rswindell's avatar
      Fix bug new bug introduced in previous commit to this file: · 0c7cacdd
      rswindell authored
      In smb_hfield_add_netaddr(), if the net_type is specifically set to NET_NONE
      and passed to this function, do not return SMB_ERR_NOT_FOUND (-110). This
      allows the nntpservice.js, for example, to create a message that is technically
      "local", but with a from_net_addr (the NNTP-posters email address).
      0c7cacdd
    • rswindell's avatar
      Fix crash in create_netmail(() introduced in last commit, when processing · de7dbd0a
      rswindell authored
      area-fix requests or generating any netmail not from the mail base.
      de7dbd0a
Loading