Skip to content
Snippets Groups Projects
  1. Jan 16, 2021
    • Rob Swindell's avatar
      Fix js.exec() returned nul" unless exit() was called explicitly · d33fa178
      Rob Swindell authored
      Don't use the "exit_code" property value as the return value of js.exec() unless it's a number. As reported by mlong (thanks).
      
      Also, "exit_code" was being set to null (instead of void/undefined) in js_PrepareToExecute(). I think this was just an oversight or typo by Deuce from his commit of 5 years ago (f3256d81). Since we're comparing exit_code with JSVAL_VOID in other places to determine if it was actually set, this appears to be a long standing bug.
      d33fa178
  2. Jan 15, 2021
  3. Jan 14, 2021
  4. Jan 13, 2021
  5. Jan 12, 2021
  6. Jan 11, 2021
  7. Jan 10, 2021
  8. Jan 09, 2021
    • Rob Swindell's avatar
      Don't delete pack####.now upon FTP-logoff · 4e6b8853
      Rob Swindell authored
      When a user logins to the FTP server concurrently, this creates a
      race condition with an/the other FTP session that may be creating/
      downloading a QWK packet. On Vertrauen, this results in the
      occasional error removing the file since it was removed unexpectedly:
      !ERROR 2 (No such file or directory) in main.cpp line 2747 (event_thread) removing "/sbbs/data/pack1111.now" access=0
      4e6b8853
    • Rob Swindell's avatar
      Merge branch 'mlong/lore' into 'master' · e1e7aec0
      Rob Swindell authored
      xtrn install lore
      
      See merge request !70
      e1e7aec0
  9. Jan 08, 2021
  10. Jan 07, 2021
  11. Jan 05, 2021
  12. Jan 04, 2021
Loading