Skip to content
Snippets Groups Projects
  1. Dec 19, 2012
  2. Nov 22, 2012
  3. Nov 14, 2012
  4. Oct 31, 2012
  5. Oct 30, 2012
    • rswindell's avatar
      Implement gating support for Frank/netsurge: · 6a4e7bbd
      rswindell authored
      1. Scan message areas based on those listed in the areas.bbs, not those listed
      in the msgs.cnf file (e.g. configured with SCFG->Message Areas). This allows
      the same message base to be scanned more than one for a different set of
      uplinks (i.e. gating).
      2. Store the message base export pointer (in the data/subs/code.ini file) with
      the echotag as part of the key-name. This allows the different upstream
      networks to have different export pointers (though after a complete
      scan the export pointers should be the same for each msg base).
      
      Increment the version number to 2.20.
      6a4e7bbd
  6. Oct 29, 2012
  7. Oct 28, 2012
  8. Oct 26, 2012
  9. Oct 25, 2012
  10. Oct 24, 2012
  11. Oct 23, 2012
  12. Oct 22, 2012
    • deuce's avatar
      Do some casting... · a5d61450
      deuce authored
      a5d61450
    • deuce's avatar
      Put js_script back inside js_exec(). · d27bd1ce
      deuce authored
      d27bd1ce
    • deuce's avatar
      Add initial stab at scoping the debugger issue... · ece5cbdf
      deuce authored
      Running jsexec with the -D argument will enter the debugger.  Inside the
      debugger, there are the following commands:
      "r"                runs the script
      "clear"            clears any pending exceptions (mostly useless)
      "break ###"        set a break at the specified line number
      "e <statement>"    eval()uates <statement> in the current frame
      "eval <statement>" also eval()s
      
      This is a proof of concept right now since it's only in jsexec and the command
      parser is a joke.  Eventually, this will also work for ;EXEC scripts in the
      BBS and be even more awesome.  This should be enough to get mcmlxxix off my
      back though.
      ece5cbdf
    • deuce's avatar
      Alphabetize parsed options. · 06e77c3d
      deuce authored
      06e77c3d
  13. Oct 21, 2012
  14. Oct 20, 2012
  15. Oct 19, 2012
  16. Oct 18, 2012
Loading