Skip to content
Snippets Groups Projects
  1. Sep 28, 2018
  2. Sep 27, 2018
  3. Sep 26, 2018
  4. Sep 25, 2018
    • echicken's avatar
      Support some DokuWiki stuff (headings, links, media, bold, italic, underline, lists) · 3e80028a
      echicken authored
      Some things broken for now (lists, HTML blockquote need some work).
      Tables will need a bunch of work.
      Need to add monospace text for HTML.
      Code blocks & text conversions still a to-do.
      HTML sub/sup/del will need to be removed on the console side.
      Footnote support needs to be added.
      Wiki-specific stuff ... eh.
      3e80028a
    • rswindell's avatar
      Fixed error · 48f6ff16
      rswindell authored
      line 115: SyntaxError: missing ) after condition
      
      Also added CVS Id keyword. The version (2.0?) really should probably
      be addressed too.
      48f6ff16
  5. Sep 24, 2018
  6. Sep 23, 2018
  7. Sep 11, 2018
  8. Sep 08, 2018
    • rswindell's avatar
      Added the BinkP/BinkIT "PlainAuthOnly" toggle setting/option. It's a bit · dd66956f
      rswindell authored
      confusing with 3 bool settings (in the sbbsecho.ini) to represent 4 valid
      security requirement levels, so I attempted to simply the menu options to
      make it easy for sysops.
      BinkpAllowPlainText now defaults to true since the supported encryption method
      isn't even an official FidoNet standard, yet.
      I also added/updated some online help (F1) help text.
      Added an "Exiting" popup (like SCFG) when exiting.
      dd66956f
    • 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
  9. 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
  10. Sep 06, 2018
  11. Sep 05, 2018
Loading