1. 13 Nov, 2018 9 commits
  2. 12 Nov, 2018 16 commits
  3. 10 Nov, 2018 2 commits
  4. 09 Nov, 2018 2 commits
  5. 07 Nov, 2018 6 commits
  6. 06 Nov, 2018 3 commits
  7. 05 Nov, 2018 2 commits
    • JC Brand's avatar
      Use async/await · cc3735ff
      JC Brand authored
      cc3735ff
    • Emmanuel Gil Peyrot's avatar
      Improve XEP-0245 support. · 87c77385
      Emmanuel Gil Peyrot authored
      Namely:
      - Only match messages which start with exactly "/me ".
      - Simplify the match, checking a string instead of a complex regex.
      - Always remove the first four characters in the case of a match, to not
      leave an extra leading space.
      87c77385