Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. May 01, 2019
    • Nicolas Werner's avatar
    • Nicolas Werner's avatar
      Simplify linkifyMessage · 23eef9e1
      Nicolas Werner authored
      Parsing html as xml has inherent problems, most notable there are many
      matrix clients that don't escape ampersands in urls of mx-replies, etc.
      (See issue #18)
      
      This also removes the replacement of <mx-reply> as it isn't strictly
      needed.
      
      Also the QRegExp is replaced with the Qt5 QRegularExpression for
      perfomance and because it supports lookahead and lookbehind.
      
      I'm pretty sure that the original code also replaced href="" with
      href=\"\", which was probably wrong, but I'm not to sure about that.
      
      Fixes #18
      23eef9e1
  2. Apr 29, 2019
  3. Apr 23, 2019
  4. Apr 19, 2019
  5. Mar 03, 2019
  6. Feb 27, 2019
  7. Feb 26, 2019
  8. Feb 25, 2019
  9. Feb 24, 2019
  10. Feb 20, 2019
  11. Feb 19, 2019
  12. Feb 18, 2019
  13. Feb 17, 2019
  14. Feb 08, 2019
  15. Feb 07, 2019
  16. Feb 05, 2019
Loading