Skip to content
Snippets Groups Projects
  1. May 07, 2020
  2. May 06, 2020
  3. May 05, 2020
  4. May 04, 2020
    • rswindell's avatar
      Force binkit_to_addr to be an object (FIDO.Addr) to prevent the error: · 798661ad
      rswindell authored
        line 205: TypeError: addr.flo_outbound is not a function
      when callout() is called with a string as the first argument.
      Dan_C was trying to send an outbox file to a link with no binkp password which results in callout() being called with a string for the first argument
      (addr) due to this logic in callout_auth_cb():
      	if (!bp.cb_data.binkitpw || bp.cb_data.binkitpw === '-')
      		addrs.push(bp.cb_data.binkit_to_addr);
      798661ad
    • rswindell's avatar
      Move expected location of jsexec.ini from exec directory to ctrl directory: · 703289d1
      rswindell authored
      - argv[0] does not always contain the full path to the executable, so that is
        not a good way to locate the exec directory.
      - since we already need to know the ctrl dir and that is the normal place to
        put config files, that's where it shall be.
      - jsdoor builds don't get a .ini file - I don't think they need it (?)
      703289d1
Loading