Skip to content
Snippets Groups Projects
  1. Aug 16, 2016
  2. Jul 31, 2016
  3. Jul 25, 2016
  4. Jul 09, 2016
  5. May 17, 2016
  6. May 16, 2016
  7. May 15, 2016
  8. Apr 26, 2016
  9. Apr 21, 2016
  10. Apr 02, 2016
    • Pedro Gimeno's avatar
      Disable JIT optimization for user code and allow string.find in plain mode · b487783c
      Pedro Gimeno authored
      Disabling LuaJIT for user code enables normal working of debug.sethook() even for loops. The drawback is that that code will run more slowly.
      
      The fourth parameter of string.find indicates whether the second parameter should be interpreted literally (true) or as a pattern (false). Allowing patterns enables DoS attacks, but it's possible to
      allow literal matching with little effort, by disallowing the function only if the fourth parameter (plain mode) is not `true`.
      b487783c
  11. Mar 14, 2016
  12. Mar 13, 2016
  13. Feb 28, 2016
  14. Feb 27, 2016
  15. Feb 23, 2016
  16. Feb 19, 2016
    • Jeija's avatar
      Remove unused VERSION file · c7428d81
      Jeija authored
      and remove debug output
      c7428d81
    • Jeija's avatar
      Force-load areas with mesecon usage · cfd4f7c2
      Jeija authored
      This is a major speedup for large mesecon machines / structures.
      Force-loaded areas are stored in a file to be persistent over server
      reboots. By default, areas are unloaded after 10 minutes (600s) without
      usage, this can be customized with the mesecon.forceload_timeout
      setting. Please turn max_forceloaded_blocks up for better performance.
      cfd4f7c2
  17. Feb 16, 2016
  18. Feb 15, 2016
  19. Feb 14, 2016
  20. Feb 09, 2016
  21. Jan 03, 2016
  22. Jan 02, 2016
  23. Dec 29, 2015
Loading