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
Age
Commit message (
Expand
)
Author
2022-07-11
Reuse Room::setState() overloads from one another
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
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
2022-06-23
Drop QUOTIENT_API where it's undue
Alexey Rusakov
2022-06-22
Fix signature verification
Alexey Rusakov
2022-06-22
RoomSummary::merge(): explicitly cast between int and bool
Alexey Rusakov
2022-06-22
Streamline RoomPowerLevelsEvent backoffice code
Alexey Rusakov
2022-06-22
Address a few more Sonar warnings
Alexey Rusakov
2022-06-22
Clean up RequestData from Sonar warnings
Alexey Rusakov
2022-06-22
Use fixed width types for enums
Alexey Rusakov
2022-06-21
Fix a few clang-tidy/GCC warnings
Alexey Rusakov
2022-06-21
Move out Overloads to util.h
Alexey Rusakov
2022-06-21
room.cpp: replace two signal connections with one
Alexey Rusakov
2022-06-19
Add a missing #include
Alexey Rusakov
2022-06-18
Move C++-only macros to util.h
Alexey Rusakov
2022-06-18
Drop make_array(); use std::to_array() where needed
Alexey Rusakov
2022-06-18
Drop pre-Qt 5.15 code
Alexey Rusakov
2022-06-18
Regenerate API files upon the previous commit
Alexey Rusakov
2022-06-17
Further fix building with Qt 6
Alexey Rusakov
2022-06-17
Make Connection::sendToDevices() an actual slot
Alexey Rusakov
2022-06-11
Regenerate API files using latest matrix-spec
Alexey Rusakov
2022-06-11
Regenerate API files
Alexey Rusakov
2022-06-08
Save connection state while QCoreApplication is still there
Alexey Rusakov
2022-06-06
Regenerate API files
Alexey Rusakov
2022-06-04
Address Sonar warnings
Alexey Rusakov
2022-06-02
Merge pull request #560 from TobiasFella/createnewsessionwhenuserleaves
Alexey Rusakov
2022-06-01
Immediately create a new megolm session when user leaves instead of
Tobias Fella
2022-06-01
Merge pull request #559 from TobiasFella/removeaccountsloading
Alexey Rusakov
2022-06-01
#554: Fix update-api jobs
Alexey Rusakov
2022-06-01
Fix FTBFS after the merge
Alexey Rusakov
2022-05-31
Remove accounts from accountsLoading when they're no longer loading
Tobias Fella
2022-05-31
Merge branch 'dev' into update-api-update
Alexey Rusakov
2022-05-31
Fix Room::getPreviousContent() to match new CS API
Alexey Rusakov
2022-05-31
Tweak QOlmAccount and data structures around
Alexey Rusakov
2022-05-31
Regenerate API files (FTBFS; see the next commit)
Alexey Rusakov
2022-05-31
#558: Save connection state when destructing accountregistry
Alexey Rusakov
2022-05-31
AccountRegistry: fix dropping an inexistent Connection
Alexey Rusakov
2022-05-31
Save connection state when destructing accountregistry
Tobias Fella
2022-05-30
Cleanup and reformatting
Alexey Rusakov
[next]