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