Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-25 | Fix room highlighting for names with hashtag | Alexey Andreyev | |
Fixes #359 | |||
2020-03-25 | linkifyUrls(): be more conservative in parsing serverparts | Kitsune Ral | |
Closes #321. | |||
2019-04-04 | Clean up on clang-tidy/clazy analysis | Kitsune Ral | |
2019-03-24 | linkifyUrls(): fix linkification of emails containing "www." | Kitsune Ral | |
Closes #303. | |||
2019-03-21 | sanitized(): revert to only dropping Unicode RLO/LRO markers (no HTML escaping) | Kitsune Ral | |
Because user display names (in particular) can be used in non-HTML context. Clients should take care about HTML escaping where appropriate. | |||
2019-03-17 | prettyPrint: do not apply sanitized() | Kitsune Ral | |
Only display names should be sanitized; messages are only HTML-escaped. | |||
2019-03-17 | RoomMemberEvent: sanitize user display names | Kitsune Ral | |
MemberEventContent::displayName() will strip away Unicode text direction override characters. Direct access to JSON can still provide "raw" data. | |||
2019-02-26 | Linkify Matrix identifiers | Kitsune Ral | |
This is a crude interim implementation until we get new fancy Matrix URIs. | |||
2019-02-26 | prettyPrint(): only linkify http(s), ftp, mailto, magnet links | Kitsune Ral | |
Closes #278. | |||
2018-12-10 | Suppress a function_traits<> test with lambdas on MSVC2015 | Kitsune Ral | |
Assigning a lambda to a static variable causes it to fail with 'auto must always deduce to the same type' error. | |||
2018-12-08 | function_traits: more tests, fix function objects/lambdas not working with ↵ | Kitsune Ral | |
some compilers A member function reference is not the same as a member function pointer. | |||
2018-12-08 | function_traits<>: support any arity; add compile-time tests | Kitsune Ral | |
2018-11-22 | Fix QString initialisation from QStringBuilder | Kitsune Ral | |
You can't assign a QStringBuilder to auto. | |||
2018-11-22 | Generalise and expose cacheLocation() | Kitsune Ral | |
2018-07-07 | Remove [[gnu::const]] from linkifyUrls() | Kitsune Ral | |
It's not a pure function by any account. Closes #377. Also: minor tweaks in util.cpp | |||
2018-06-30 | Try [[gnu::const]] | Kitsune Ral | |
2018-05-28 | Move out prettyPrint() from Room to util.h | Kitsune Ral | |
So that it could be used outside of room context. |