Age | Commit message (Expand) | Author |
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-13 | eventcontent.h: Use C++17 nested namespaces notation | 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 | 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 |