Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Feb 04, 2020
  2. 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
  3. Oct 07, 2018
  4. Sep 30, 2018
  5. Sep 29, 2018
  6. Sep 25, 2018
  7. Jul 22, 2018
  8. Jul 20, 2018
  9. Jul 17, 2018
  10. Jul 03, 2018
  11. Jul 01, 2018
  12. May 25, 2018
  13. May 16, 2018
  14. Apr 29, 2018
  15. Apr 28, 2018
  16. Mar 24, 2018
  17. Mar 22, 2018
  18. Mar 20, 2018
  19. Mar 18, 2018
  20. Jan 14, 2018
  21. Jan 03, 2018
  22. Dec 25, 2017
  23. Dec 24, 2017
  24. Dec 21, 2017
  25. Oct 15, 2017
  26. Oct 04, 2017
  27. Sep 10, 2017
  28. Aug 20, 2017
  29. Jul 30, 2017
  30. Jul 15, 2017
Loading