Skip to content
Snippets Groups Projects
  1. Jul 18, 2018
  2. Jul 17, 2018
  3. Jul 16, 2018
  4. Jul 15, 2018
  5. Jul 13, 2018
  6. Jul 09, 2018
  7. Jul 08, 2018
  8. Jul 07, 2018
  9. Jul 04, 2018
  10. Jul 03, 2018
  11. Jul 02, 2018
  12. Jul 01, 2018
    • rswindell's avatar
      So Nelgin noticed that in novice (non-expert) menu mode, the A/S/D cmds · 1b14e744
      rswindell authored
      from the Chat menu would immediately clear the screen and redisplay the
      menu after displaying the change in the node's state. This was due to the
      enhancement in rev 1.77 of con_out.cpp whereby we no longer increment
      lncntr if the first lines displayed after a key-press are blank (who
      cares if blank lines scroll off the screen?). That's fine and all, but the
      auto-pause check in outchar(FF) would only auto-pause if the line-counter
      was greater than *one* (has been this way since forever). So with the
      enhancement in 1.77, a single non-blank line displayed after a key-press
      was now not enough to trigger the auto-pause ([Hit a Key] prompt).
      So I've changed the line-counter trigger value to greater than *zero*,
      which means we could have some new excessive auto-pauses, but other places
      where auto-pause wasn't working, should again.
      
      One new excessive auto-pause was after the system password was entered at
      the SY: prompt, so that fix is included in this commit.
      1b14e744
  13. Jun 30, 2018
  14. Jun 28, 2018
    • rswindell's avatar
      Added list of known domains (including "othernets" provided by Tony Langdon). · d3bdc38b
      rswindell authored
      We should try to keep this list current to assist new sysops, so feedback is
      welcome.
      Also read/saved using EchoCfg, so it added all the supported keys with default
      values.
      Updated the default Inbound directory
       (from /binkd/inbound to ../fido/nonsecure)
      Updated the default Outbound directory
       (from /binkd/outbound to ../fido/outbound)
      d3bdc38b
  15. Jun 26, 2018
  16. Jun 25, 2018
Loading