index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
util.cpp
Age
Commit message (
Expand
)
Author
2022-05-19
Add function to check if e2ee is supported
Tobias Fella
2021-12-02
Improve function_traits<>; split out from util.*
Alexey Rusakov
2021-10-04
Drop old compatibility code
Alexey Rusakov
2021-10-04
Further tighten the linkifier in prettyPrint()
Alexey Rusakov
2021-10-04
prettyPrint(): tighten up Matrix identifier regex
Alexey Rusakov
2021-08-31
Add functions and macros to query for Quotient's version
Tobias Fella
2021-01-16
Updated copyright statements upon Git audit
Kitsune Ral
2020-12-26
Port existing copyright statement to reuse using licensedigger
Carl Schwan
2020-12-24
Fix clang-tidy/clazy warnings
Kitsune Ral
2020-11-06
Further restrict IPv6 branch of ServerPartRegEx
Kitsune Ral
2020-11-06
util.cpp: assert validity of regular expressions
Kitsune Ral
2020-11-06
More stringent serverpart checks in user ids
Kitsune Ral
2020-08-23
More cleanup; drop Qt bearer management on Qt 5.15+
Kitsune Ral
2020-06-07
util.cpp: drop OptimizeOnFirstUsage option on newer Qt
Kitsune Ral
2020-02-07
Fix build on big-endian systems
Andres Salomon
2019-11-30
Fix room highlighting for names with hashtag
Alexey Andreyev
2019-09-29
function_traits: drop unused pieces
Kitsune Ral
2019-08-09
stringToHueF: pick a safer name for the variable
Kitsune Ral
2019-08-09
Namespace: QMatrixClient -> Quotient (with back comp alias)
Kitsune Ral
2019-08-02
Apply the new brace wrapping to source files
Kitsune Ral
2019-07-09
Merge branch 'master' into use-clang-format
Kitsune Ral
2019-07-09
Move serverPart() to the public API
Kitsune Ral
2019-07-02
linkifyUrls: support matrix: scheme and relative URLs
Kitsune Ral
2019-06-29
Merge remote-tracking branch 'remotes/origin/master' into use-clang-format
Kitsune Ral
2019-06-24
Merge branch 'master' into clang-format
Kitsune Ral
2019-05-23
Move out the logic of the hue calculation to utils
Alexey Andreyev
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
2019-05-13
prettyPrint(): First linkify, than add more tags
Kitsune Ral
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
2019-03-24
linkifyUrls(): fix linkification of emails containing "www."
Kitsune Ral
2019-03-02
style: apply .clang-format to all .cpp and .h files
Marc Deop
2019-02-26
Linkify Matrix identifiers
Kitsune Ral
2019-02-26
prettyPrint(): only linkify http(s), ftp, mailto, magnet links
Kitsune Ral
2018-12-10
Suppress a function_traits<> test with lambdas on MSVC2015
Kitsune Ral
2018-12-08
function_traits: more tests, fix function objects/lambdas not working with so...
Kitsune Ral
2018-12-08
function_traits<>: support any arity; add compile-time tests
Kitsune Ral
2018-11-22
Fix QString initialisation from QStringBuilder
Kitsune Ral
2018-11-22
Generalise and expose cacheLocation()
Kitsune Ral
2018-07-07
Remove [[gnu::const]] from linkifyUrls()
Kitsune Ral
2018-06-30
Try [[gnu::const]]
Kitsune Ral
2018-05-28
Move out prettyPrint() from Room to util.h
Kitsune Ral