Skip to content
Snippets Groups Projects
  1. Sep 08, 2018
    • rswindell's avatar
      Fix previous commit: · ee3c4b25
      rswindell authored
      String.slice(0, -8) is not the same thing as String.slice(-8).
      ee3c4b25
    • rswindell's avatar
      Fix sysop reported problem: · 55dffae6
      rswindell authored
      9/7 13:58:21 evnt BINKPOLL Locking ../fido/out.26a/00c80001.bsy
      9/7 13:58:21 evnt BINKPOLL Error 2 creating ../fido/out.26a/00c80001.bsy
      
      The directory ../fido/out.26a did not exist.
      
      lock_flow() now uses mkpath() to create all the directories it needs to
      create the .bsy file.
      55dffae6
  2. Sep 07, 2018
    • rswindell's avatar
      Some people are still having problems with CRAM-MD5 authentication · 0542af54
      rswindell authored
      (e.g. latest reports are problems with outbound connections to
      mbcico/1.0.6.8 with CRAM-MD5 authentication failures) - so added a new
      per-link configuration key: "BinkpPlainAuthOnly" (default values is false).
      Set this value to true to use *only* plain-text password authentication
      for both inbound and outbound connections with this node. This should help
      debug password issues, at minimum, and might work-around CRAM-MD5
      incompatibilities with some mailers, if that is in fact the issue.
      EchoCfg will need a way to set this option, but for now, just set it by
      hand in the sbbsecho.ini (for each [node] section where you need it).
      
      If you set BinkpPlainAuthOnly to true, do *not* set BinkpAllowPlainAuth
      or BinkpAllowPlainText to false - that would be bad.
      0542af54
    • rswindell's avatar
      Removed the unused faddrtoa() function causing a compile failure. · fc233796
      rswindell authored
      Not sure why this file started with a "3.1" rev. Weird.
      fc233796
    • rswindell's avatar
  3. Sep 06, 2018
  4. Sep 05, 2018
  5. Aug 31, 2018
    • echicken's avatar
      try { to load each module } catch (err) { and log failures } · 92d31c76
      echicken authored
      If a single DB file fails parsing on init, the service crashes, restarts,
      and this goes on until the bad JSON file is deleted/fixed.
      Should consider file_backup when writing DBs out to the local
      floppy diskette drive, so the sysop has something recent to revert to.
      92d31c76
  6. Aug 29, 2018
  7. Aug 28, 2018
  8. Aug 26, 2018
    • rswindell's avatar
      Nelgin's change: · e32e21f3
      rswindell authored
      it should fix the issue of tic files being generated with @domain added to
      the From: line and putting tickit into an endless loop.
      e32e21f3
  9. Aug 24, 2018
    • rswindell's avatar
      The "DOS" ARS keyword has just been a "false" trigger since v3 (1999) but · b03b6511
      rswindell authored
      I have a new use for it in the v3 Terminal Server, it now follows the
      "NO_DOS" option in the [bbs] section of the sbbs.ini file. So if you have
      multiple Win32 instances of sbbs (like I do), but only some of them
      support DOS programs, you can now use this ARS keyword to enable/disable
      access to a program based on the existance of DOS support. For example,
      I have some 16-bit DOS message editors where I had the ARS set to
      "WIN32", but on my 64-bit Windows instance of sbbs (vert.synchro.net),
      16-bit DOS programs aren't supported while on my 32-bit Windows instance
      (bbs.synchro.net) they are. So I needed a good run-time check for whether
      DOS programs were supported or not and this old ARS keyword seemed the
      right fit. For Linux builds, this keyword will only evaluate to true if
      built with the USE_DOSEMU option.
      This is only true of the Terminal Server - use of "DOS" ARS keyword in
      other servers and services will still just evaluate to "false".
      b03b6511
  10. Aug 22, 2018
  11. Aug 21, 2018
    • rswindell's avatar
      Nelgin's mod (cleaned-up): · 6f58ced6
      rswindell authored
      If a tickit.ini area section has "ForceReplace=true", then it'll treat
      all the incoming .tic files for that area as though they have a "Replaces"
      keyword.
      6f58ced6
  12. Aug 20, 2018
    • rswindell's avatar
      From Retro Guy: · 62959696
      rswindell authored
      The modifications are all near the bottom, just to check whether to display
      header, leftnav, rightnav etc.
      62959696
  13. Aug 17, 2018
  14. Aug 16, 2018
  15. Aug 15, 2018
    • rswindell's avatar
      This is just something I noticed while looking into the change for the · 24f68cc2
      rswindell authored
      previous commit: don't clear the line counter or call pause() - which will
      do nothing - if the console abort flag is set.
      24f68cc2
    • rswindell's avatar
      This is a bit of a hack for Nelgin, who noticed that novice menu mode · f61e7d93
      rswindell authored
      would not always auto-redisplay menu files when the user hits 'Q' (or 'N'
      or Ctrl-C) at auto-pause prompts:
      
      When displaying a "message" (e.g. file), if the console abort flag is set
      before a single line has been displayed, clear the abort flag. This most
      likely means a pause (hit a key) prompt was automatically displayed due to
      a clear screen code in the message/file and the user hit 'Q' or 'N' or
      Ctrl-C at the prompt. In this special case, don't treat that as an
      "abort message" command and keep displaying the message/file.
      
      Once one or more lines in the message/file have been displayed, then the
      behavior is the same as before: a console abort (even as a result of an
      auto-pause prompt key) will stop the display of the current message/file.
      f61e7d93
    • rswindell's avatar
      Fix problem reported by Nelgin: · 833246cf
      rswindell authored
      In External programs after running Sycnrhonet BBS List you get
      "Returning to <BBS> - hit a key". If you presss Q you get a blank external
      menu menu rather than the full menu.
      The main problem was the line counter, so clearing after returning from
      executing an external program (unless the forced pause thing is on).
      833246cf
    • rswindell's avatar
      Count blank requests as "bogus commands". · 46985b5b
      rswindell authored
      Throttle bogus command sending clients (one second per bogus command, accumulating).
      46985b5b
  16. Aug 14, 2018
    • echicken's avatar
      seem like maybe addrs should be a array · a7c17211
      echicken authored
      a7c17211
    • rswindell's avatar
      Fix-up js_recvline() based on infinite error/log message report from Nelgin: · 13d22506
      rswindell authored
       term 0087 TLS ERROR 'Unexpected <Unknown type> (24) packet, expected application_data (23)' (-1) popping data
       message repeated 492 times: [ term 0087 TLS ERROR 'Unexpected <Unknown type> (24) packet, expected application_data (23)' (-1) popping data]
      
      When using TLS with a JS Socket object, if there was any kind of data error,
      the recvline() method would return a blank string rather than null/undefined.
      nntpservice.js just loops when it receives a blank string, so this caused an
      infinite loop (with disk-filling error log messages).
      
      First change: if no data has been received (i == 0) and there's any kind of
      receive error or timeout or disconnection, just return null. And not undefined,
      but null (!) like in v3.15 (before the great JS engine update of 2000-mumble).
      Also, there appeared to be a JS_RESUMEREQUEST call missing in the TLS error
      return case - so that's another bug fixed.
      Commented on the magic return values for js_sock_read_check()
      and js_socket_recv().
      Simplified js_sock_read_check() return value a tad: let the caller decide if
      they want to do something special based on the value of 'i'.
      Added some comments to make this code more readable.
      
      We are now no longer treating the different error return values (0 and -1) from
      js_socket_recv() special in this function, but we dont' treat them special in
      any of the other calls in this file/object either, so that seems to be the
      norm.
      13d22506
    • rswindell's avatar
      The timeout parameter to js_socket_recv() is in seconds. I don't think · 8de4c1b7
      rswindell authored
      Deuce really wanted to pass 1000 as a value here (use 1 instead). I don't
      know if this was an observable problem or not, but it certainly *looks*
      like a bug.
      8de4c1b7
  17. Aug 09, 2018
  18. Aug 08, 2018
Loading