Skip to content
Snippets Groups Projects
  1. Mar 31, 2018
  2. Mar 30, 2018
  3. Mar 28, 2018
  4. Mar 27, 2018
  5. Mar 26, 2018
  6. Mar 25, 2018
    • rswindell's avatar
    • rswindell's avatar
      Attempt to address multiple redundant SSH related error/log messages from · 2f8c56f7
      rswindell authored
      the output_thread which may occur after an SSH-related error in the input
      thread, e.g.:
      Sun Mar 25 2018 01:45 pm bbs.synchro.net
      Node 6 SSH ERROR 'Bad argument, parameter 2' (-2) setting channel
      
      Sun Mar 25 2018 01:45 pm bbs.synchro.net
      Node 6 SSH ERROR 'Bad argument, parameter 2' (-2) setting channel
      
      Sun Mar 25 2018 01:45 pm bbs.synchro.net
      Node 6 SSH ERROR 'Bad argument, parameter 2' (-2) setting channel
      
      Sun Mar 25 2018 01:45 pm bbs.synchro.net
      Node 6 SSH ERROR 'Bad argument, parameter 2' (-2) setting channel
      
      Sun Mar 25 2018 01:45 pm bbs.synchro.net
      Node 6 SSH ERROR 'Bad argument, parameter 2' (-2) setting channel
      
      Sun Mar 25 2018 01:45 pm bbs.synchro.net
      Node 6 SSH ERROR 'Bad argument, parameter 2' (-2) setting channel
      
      ... by introducing a new sbbs_t member variable: terminate_output_thread
      which is only set to true when the input_thread is terminating.
      
      If there is any possibility that the input_thread could startup and get
      an SSH error before the output_thread even starts, then we will want to
      move the terminate_output_thread=false initialization to the sbbs_t
      constructor.
      2f8c56f7
    • deuce's avatar
      Fix a large number of errors involving re-using an in-use index variable as · b0f5a306
      deuce authored
      a temp variable.  Mostly impacting the setting of video flags.
      b0f5a306
    • rswindell's avatar
      putmsgptrs(): · e5018aea
      rswindell authored
      Fix-up the user/####.subs ini style (only one blank line between sections).
      Also, don't re-write the .subs file if nothing has changed.
      e5018aea
    • rswindell's avatar
      Address GCC warning: "/*" within comment · 4bd39bba
      rswindell authored
      4bd39bba
    • rswindell's avatar
      Changed user' message pointer/last-read/scan-config storage to a new file · 721c7167
      rswindell authored
      (data/user/*.subs - in familar .ini syntax)
      indexed by the sub-board internal rather than the old flat binary file using
      the troublesome "pointer index" (ptridx) as an offset. The old files
      (data/user/ptrs/*.ixb) will still be read in when the new file doesn't exist,
      for upgrading users automatically to the new method of pointer storage.
      This should resolve long-standing issues around users' new-scan pointers and
      configurations getting corrupted when the sysop inserts/remove sub-boards.
      However, if you change a sub-board's internal code, that invalidates the users'
      pointers and scan configurations - so that may need to be addrsesed via SCFG.
      The subs' ptridx values are still be used for storing QWKnet hub pointers, for
      now, but that too will soon be addressed with a new file format for those ptrs
      too.
      721c7167
  7. Mar 24, 2018
  8. Mar 23, 2018
    • rswindell's avatar
      Log a generic "SSH session establishment failed" message (with NOTICE · 99636508
      rswindell authored
      severity) whenever there is an SSH session establishment failure, because
      some of the SSH failure errors are DEBUG level severity and won't be visible
      with "Normal" (informational) log output filtering. This resolves the issue
      of seing "SSH connection accepted from <ip-address> port <port>" messages
      with no follow-up messages as to what happened to that connection.
      99636508
    • rswindell's avatar
      Raise the log-level severity (from DEBUG to NOTICE) when sending any M_ERR · 975d05ac
      rswindell authored
      messages. There's a lot of places in this script where we just send a
      (somewhat explanatory) M_ERR string, but don't log anything locally unless
      debug-level logging is enabled, now we'll at least log those messages with
      a bit higher severity.
      975d05ac
Loading