• v0.18.6 f630dedab6

    v0.18.6 Pre-Release

    dan released this 2022-12-05 18:06:58 +00:00 | 165 commits to master since this release

    • make ActivatePeerEngine safe to recall
    • some msised infof->debugf
    • massive improvements to integ test durability and redundancy and not failing
    Downloads
  • v0.18.5 321b08bfd3

    v0.18.5 Pre-Release

    dan released this 2022-12-04 07:08:15 +00:00 | 171 commits to master since this release

    • promote contact retry to required module
    • cwtch_peer starting connections now sorts by last seen time to prioritize ideally most likely to succeed conversations
    • contact retry has a queue to control and limit it from flooding tor daemon with too many connection requests
    • fixes making things safer to recall without error
    • contact retry can handle engine being turned off and on
    Downloads
  • v0.18.4 9ef244bc80

    v0.18.4 Pre-Release

    sarah released this 2022-11-30 16:55:04 +00:00 | 178 commits to master since this release

    • fix crash when attempting to delete a profile
    • reimplement CheckPassword to take into account database decryption state, and return more useful error messages
    • allow tokens to be downloaded externally and stored by the Cwtch Peer for future sessions
    Downloads
  • v0.18.3 0e10b47c42

    v0.18.3 Pre-Release

    sarah released this 2022-09-10 19:09:29 +00:00 | 193 commits to master since this release

    • explictly stop the event handler during protocol engine shutdowns
    Downloads
  • v0.18.2 35ca930628

    v0.18.2 Pre-Release

    sarah released this 2022-09-10 18:44:26 +00:00 | 195 commits to master since this release

    • antispam challenge plugin
    • fixes to retry handling
    Downloads
  • v0.18.1 f52919271c

    v0.18.1 Pre-Release

    dan released this 2022-09-09 16:40:03 +00:00 | 200 commits to master since this release

    • app.Shutdown uses shutdownPeer
    Downloads
  • v0.18.0 9554e428d2

    v0.18.0 Pre-Release

    dan released this 2022-09-08 16:46:26 +00:00 | 202 commits to master since this release

    • engine is now decoupled and needs to be turned on/off seperately from peer creation via two new APIs: ActivePeerEngine and DeactivePeerEngine
      • this is intended to be used in confunction with ACN awareness above the app to turn the engine one once the ACN is online for streamlined and less error prone connection and turn on
    • merge applets into app
    Downloads
  • v0.17.3 7fe7ba72c7

    v0.17.3 Pre-Release

    sarah released this 2022-09-07 16:41:59 +00:00 | 207 commits to master since this release

    • New Token Service events to surface antispam protections for group servers
    • Replace calls to ioutil APIs
    • Push much of the locking from cwtch peer back into storage
    Downloads
  • v0.17.2 82346e399f

    v0.17.2 Pre-Release

    sarah released this 2022-08-22 21:07:54 +00:00 | 216 commits to master since this release

    • error file download if target / manifest dir doesn't exist
    Downloads
  • v0.17.1 8b9b0906ec

    v0.17.1 Pre-Release

    dan released this 2022-08-06 03:41:30 +00:00 | 220 commits to master since this release

    • add anti dup contact on import
    • delete unused events
    • using new connectivity SetVersionCallback to register ACNVersion event emitting callback
    Downloads