Skip to content
Snippets Groups Projects
  1. Mar 08, 2016
    • akwizgran's avatar
      Merge branch '263-delete-all-the-things' into 'master' · c8fed348
      akwizgran authored
      Delete all app data when deleting account. #263
      
      When deleting the user's account, delete everything in the app's persistent storage directory except the libs directory, which is populated with native libs when the app is installed.
      
      Fixes #263.
      
      See merge request !119
      c8fed348
  2. Mar 07, 2016
    • Torsten Grote's avatar
      Merge branch 'use-client-helper' into 'master' · 89606442
      Torsten Grote authored
      Use client helper in existing clients
      
      Use the new ClientHelper to reduce boilerplate in existing clients. Add a BdfMessageValidator superclass for clients that format their messages as BDF lists and their metadata as BDF dictionaries (which all existing clients do).
      
      See merge request !115
      89606442
  3. Mar 04, 2016
  4. Mar 03, 2016
  5. Mar 02, 2016
  6. Feb 29, 2016
  7. Feb 26, 2016
  8. Feb 25, 2016
    • str4d's avatar
      Merge branch '250-tor-polling' into 'master' · 8c8b2a53
      str4d authored
      New polling logic for Tor. #250
      
      Poll for outgoing connections each time the network is enabled, then disable polling once our hidden service descriptor has been published. If our contacts do the same, any contacts that are offline when we poll will connect to us when they come online.
      
      This should reduce bandwidth and battery usage. The idea comes from Ricochet:
      
      https://github.com/ricochet-im/ricochet/issues/68
      
      Fixes #250.
      
      See merge request !103
      8c8b2a53
    • akwizgran's avatar
      Fixed race condition in descriptor publication. · d8079b18
      akwizgran authored
      If two contacts publish their descriptors simultaneously, they may both stop polling without retrieving each other's descriptors. Continue polling for 2 intervals after publishing the descriptor.
      d8079b18
    • akwizgran's avatar
      New polling logic for Tor. #250 · 066285b8
      akwizgran authored
      Poll for outgoing connections each time the network is enabled, then disable polling once our hidden service descriptor has been published.
      066285b8
  9. Feb 24, 2016
    • akwizgran's avatar
      Merge branch '252-lan-polling' into 'master' · fee4beae
      akwizgran authored
      New polling logic for LAN. #252
      
      Same approach as !104. Modified the poller to cancel any scheduled poll when pollNow() is called and randomise the next polling interval so plugins that call pollNow() at the same time don't end up polling in sync.
      
      Depends on !104. Fixes #252.
      
      See merge request !105
      fee4beae
Loading