Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-13 | sanitized(): add object replacement character (0xfffc) to the blacklist | Kitsune Ral | |
2019-05-13 | linkifyUrls(): be more conservative in parsing serverparts | Kitsune Ral | |
Closes #321. | |||
2019-05-13 | prettyPrint(): First linkify, than add more tags | Kitsune Ral | |
Otherwise the linkification gets confused by HTML tags being already there and doesn't linkify what has to be linkified if that occurs at the beginning of the message. | |||
2019-04-06 | Clean up on clang-tidy/clazy analysis | Kitsune Ral | |
2019-03-24 | Expose linkifyUrls() into library API for future use | Kitsune Ral | |
2019-03-24 | 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-03-24 | linkifyUrls(): fix linkification of emails containing "www." | Kitsune Ral | |
Closes #303. | |||
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. |