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
Age
Commit message (
Expand
)
Author
2022-08-24
Merge branch 'dev' into device-verification
Alexey Rusakov
2022-08-11
Merge #564: Emit Room::newFileTransfer when downloading a file
Alexey Rusakov
2022-08-10
Emit Room::newFileTransfer when downloading a file
Tobias Fella
2022-08-05
eventloader.h: use basicJson() in a uniform way
Alexey Rusakov
2022-08-05
Fix Connection::accountData<>()
Alexey Rusakov
2022-08-04
.clang-format: fewer empty lines before access blocks in classes
Alexey Rusakov
2022-08-01
EventItem: use doc-comments correctly
Alexey Rusakov
2022-08-01
Fix FTBFS
Alexey Rusakov
2022-08-01
Pull out common JsonConverter code to JsonObjectUnpacker
Alexey Rusakov
2022-07-30
moving eventCast(): disallow passing nullptr
Alexey Rusakov
2022-07-29
Moving eventCast()
Alexey Rusakov
2022-07-26
...and the definitive fix
Alexey Rusakov
2022-07-26
Another fix attempt
Alexey Rusakov
2022-07-26
Hopefully fix building with GCC
Alexey Rusakov
2022-07-26
Add missing QUOTIENT_API pieces
Alexey Rusakov
2022-07-25
Fix accidentally logging all receipt authors
Alexey Rusakov
2022-07-25
Don't redact certain event types even though lib doesn't know them
Alexey Rusakov
2022-07-16
Speed up read receipt updates
Alexey Rusakov
2022-07-16
Room::decryptIncomingEvents()
Alexey Rusakov
2022-07-16
logging.h: suppress clang-tidy warnings
Alexey Rusakov
2022-07-15
Connection::user(): validate after lookup, not before
Alexey Rusakov
2022-07-15
operator<<(QDebug, QElapsedTimer): always use ms
Alexey Rusakov
2022-07-15
Bring back documentation on PROFILE_LOG_USECS
Alexey Rusakov
2022-07-13
eventcontent.h: Use C++17 nested namespaces notation
Alexey Rusakov
2022-07-12
Merge branch 'kitsune/converters-upgrade' into dev
Alexey Rusakov
2022-07-12
converters.*: facilities to convert enums
Alexey Rusakov
2022-07-12
Make AliasesEventContent a simple structure
Alexey Rusakov
2022-07-12
Refactor things around EncryptionEvent[Content]
Alexey Rusakov
2022-07-12
fromJson()/toJson() refactoring
Alexey Rusakov
2022-07-12
Fix deprecation messages
Alexey Rusakov
2022-07-12
Pack up StickerEvent in the header file
Alexey Rusakov
2022-07-11
Reuse Room::setState() overloads from one another
Alexey Rusakov
2022-07-11
Small .clang-format adjustments
Alexey Rusakov
2022-07-11
Add QUOTIENT_API to RoomStateView
Alexey Rusakov
2022-07-08
qt_connection_util.h: use auto
Alexey Rusakov
2022-07-08
clang-format: don't break lines before lambda body
Alexey Rusakov
2022-07-08
Use clang-format 12; update CONTRIBUTING.md wrt code formatting
Alexey Rusakov
2022-07-08
Merge remote-tracking branch 'origin/kitsune/c++20-galore' into dev
Alexey Rusakov
2022-07-08
Adjust Synapse image for tests
Alexey Rusakov
2022-07-08
CI: use GCC 11 and (therefore) ubuntu-22.04
Alexey Rusakov
2022-07-07
Avoid std::derived_from and std::bind_front
Alexey Rusakov
2022-07-03
Shorten switchOnType, function_traits and connect*
Alexey Rusakov
2022-06-24
Make EventContent::Base() move constructor noexcept
Alexey Rusakov
2022-06-24
Fix the just introduced Sonar warning
Alexey Rusakov
2022-06-24
Start using C++20's designated initializers
Alexey Rusakov
2022-06-24
Code cleanup and reformatting
Alexey Rusakov
2022-06-24
Rework SignedOneTimeKey as a QJsonObject wrapper
Alexey Rusakov
2022-06-24
Fix copy-pasta in signed one-time key JSON dumper
Alexey Rusakov
2022-06-23
Streamline Room::P::shouldRotateMegolmSession()
Alexey Rusakov
2022-06-23
Use QUO_CONTENT_GETTER
Alexey Rusakov
[next]