Skip to content
Snippets Groups Projects
  1. Feb 24, 2016
  2. Feb 23, 2016
  3. Feb 22, 2016
    • orwell96's avatar
      Reset block send timer when invoking setBlock(s)NotSent() · e17fbb31
      orwell96 authored
      As stated in this forum thread [1], I noticed that there is a
      2 second interval in which inventory changes are shown on the
      client. @yyt16384 found the source of these 2 seconds:
      m_nothing_to_send_pause_timer is set to 2.0 every time there
      are no changes to make, but this timer is not reset when
      SetBlockNotSent or setBlocksNotSent are invoked. So in worst
      case, the changed block will be sent over 2 seconds too late.
      
      With this change, changed inventories are updated almost
      immediately, but it causes additional connection load.
      e17fbb31
    • est31's avatar
      Android: hardcode leveldb revision · a26970cd
      est31 authored
      Newest leveldb commit breaks build.
      With no fix in sight, there is no other way
      than to fall back to the last working leveldb
      revision, and hardcode it.
      
      Workaround for upstream bug
      
      https://github.com/google/leveldb/issues/340
      a26970cd
    • RealBadAngel's avatar
      Fix getting pointed node · 99611855
      RealBadAngel authored
      Fixes #3719
      Closes #3753
      99611855
    • Jeija's avatar
      Add Lua interface to HTTPFetchRequest · 31e0667a
      Jeija authored
      This allows mods to perform both asynchronous and synchronous HTTP
      requests. Mods are only granted access to HTTP APIs if either mod
      security is disabled or if they are whitelisted in any of the
      the secure.http_mods and secure.trusted_mods settings.
      
      Adds httpfetch_caller_alloc_secure to generate random, non-predictable
      caller IDs so that lua mods cannot spy on each others HTTP queries.
      31e0667a
    • Jeija's avatar
      Fix HTTPFetchRequest performing a GET request if post_data is supplied · a3892f5a
      Jeija authored
      Instead, perform a POST request with post_data.
      a3892f5a
  4. Feb 21, 2016
  5. Feb 20, 2016
  6. Feb 19, 2016
  7. Feb 18, 2016
  8. Feb 16, 2016
  9. Feb 15, 2016
  10. Feb 14, 2016
  11. Feb 13, 2016
  12. Feb 11, 2016
Loading