Skip to content
Snippets Groups Projects
  1. Feb 03, 2019
  2. Feb 02, 2019
  3. Feb 01, 2019
  4. Jan 31, 2019
  5. Jan 30, 2019
  6. Jan 29, 2019
  7. Jan 28, 2019
    • rswindell's avatar
      Replace all occurences of unsafe strcat() calls with strncat() in · 29c6c440
      rswindell authored
      sbbs_t::cmdstr() and cmdstr().
      29c6c440
    • rswindell's avatar
      Linux-DOSEMU patch fix: · 9bb96394
      rswindell authored
      Use case-insensitive check of executable file extension for ".bat".
      The obvious "fix" would have been to use strcasestr() instead of strstr(),
      but that would leave the unlikely corner case of x.bat.exe producing a
      false-positive, for example. Use the proper functions for getting a file
      extension and performing a full case-insensitive string compare.
      9bb96394
    • rswindell's avatar
      From Mark Lewis: · 233142ce
      rswindell authored
      removed unused "var tmp2".
      moved Global Options to own sub-menu edit_globals(). makes cleaner menus.
      renamed edit_sourceaddress(obj) to select_sourceaddress(obj).
      select a source address from system.fido_addr_list instead of typing anything
      you wanted in the sourceaddress field.
      when in the source address selection list window:
           ESC for no changes to the source address.
           ENTER on first option in list to remove existing source address.
           ENTER on an address to use it for the source address in generated TICs.
      233142ce
    • rswindell's avatar
      Forgot to commit this earlier (with tickitcfg.js rev 1.9): · f4c50634
      rswindell authored
      save() methods return true (on success) or an error string. No throw()'s.
      f4c50634
Loading