Skip to content
Snippets Groups Projects
  1. Aug 08, 2018
  2. Aug 07, 2018
    • rswindell's avatar
      Incremented version to 3.06 · 9eaf77be
      rswindell authored
      Added version for Bill McGarrity: for each linked-node, a preferred
      local address (AKA) can be specified to be used as the source address
      when creating packets destined for that linked-node. If no local address
      is specified, the previous (best match) logic is used: find an AKA that
      has the same zone and net as the destination address, if none found, use
      the first address with the same zone.
      9eaf77be
    • rswindell's avatar
      If the user number is 0, don't open the user file (user.dat) - the read · ed94a0d6
      rswindell authored
      of the user record is going to fail anyway. *this* explains a lot of
      instances of the user.dat file being open concurrently, at least one per
      active thread with a JS context.
      ed94a0d6
    • rswindell's avatar
      js_CreateUserObject(): if passed an internal user_t representation, the · 7cee046f
      rswindell authored
      user data is thusly cached - set the 'cached' property member to TRUE. This
      prevents an unnecessary re-read of the user file and the leaving the user file
      (user.dat) open, at least for JS contexts that contain a "user" object. I don't
      think this explains the "too many open files" errors, but it explains at least
      *some* number of the user.dat open file descriptors.
      7cee046f
  3. Aug 03, 2018
  4. Aug 01, 2018
  5. Jul 31, 2018
  6. Jul 30, 2018
  7. Jul 29, 2018
  8. Jul 28, 2018
    • rswindell's avatar
      When attempting to create message base during config-save, make sure the · 94e24d02
      rswindell authored
      full path to the data dir is created first (note: md() calls mkpath()).
      write_msgs_cfg() will now return FALSE if any message bases couldn't be
      created, but nobody is checking the return value currently.
      94e24d02
    • rswindell's avatar
      Fix bug introduced in rev 1.41: · ef6afc0c
      rswindell authored
      If there were any sub-boards in the group of a newly created sub-board,
      the newly created sub-board would not have the "HDRMOD" misc flag set, so
      its data files would not be created when saving changes/exiting SCFG.
      ef6afc0c
Loading