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