1. 18 Sep, 2020 12 commits
  2. 17 Sep, 2020 8 commits
  3. 16 Sep, 2020 1 commit
  4. 15 Sep, 2020 2 commits
  5. 11 Sep, 2020 3 commits
  6. 10 Sep, 2020 7 commits
    • JC Brand's avatar
      Bump to strophe 1.4 and add sprintf · c0fc3c38
      JC Brand authored
      c0fc3c38
    • JC Brand's avatar
      Fixes #2116 · 543a29bc
      JC Brand authored
      543a29bc
    • JC Brand's avatar
      Fixes #2133 · 527c14b1
      JC Brand authored
      527c14b1
    • JC Brand's avatar
      Fixes #2195 · 0e03640e
      JC Brand authored
      0e03640e
    • JC Brand's avatar
      Refactor converse-notifications to used parsed message attributes · 5d8e5468
      JC Brand authored
      instead of querying the stanza.
      
      Also fixes a bug where typing notifications triggered an AttributeError
      inside `shouldNotifyOfGroupMessage`
      5d8e5468
    • JC Brand's avatar
      Add new plugin `converse-carbons` · 18730036
      JC Brand authored
      Fixes a bug whereby carbons weren't being enabled because the listener
      for `afterResourceBinding` was registered before `converse.initialize`
      was called,(which means it was removed as soon as `cleanup` was called
      inside `converse.initialize`).
      
      This shows that event `api.listen` API calls can/should only be called
      inside the `initialize` method of a plugin (or at least once plugins
      have been initialized).
      18730036
    • JC Brand's avatar
      Fixes #2184: Headless build relies on locale directory · 2c042cc3
      JC Brand authored
      Removed Jed from the headless build and instead let `__` call sprintf.
      
      It's now up to downstream users for `@converse/headless` to decide
      whether they want i18n support for the few translatable strings in that package
      and to implement it themselves.
      2c042cc3
  7. 09 Sep, 2020 6 commits
  8. 07 Sep, 2020 1 commit