Age | Commit message (Expand) | Author |
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 | .clang-tidy: drop another rather useless warning | 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-22 | More .clang-tidy tweaks | Alexey Rusakov |
2022-06-21 | Fix a few clang-tidy/GCC warnings | Alexey Rusakov |
2022-06-21 | CMakeLists: suppress subobject-linkage warnings | Alexey Rusakov |
2022-06-21 | .clang-tidy: drop some dubious noisy 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-19 | CI: fix macos-10.15 leftover | Alexey Rusakov |
2022-06-18 | CI: switch to macos-11 image | 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-18 | operation.cpp.mustache: streamline RequestData construction | Alexey Rusakov |
2022-06-18 | Replace LGTM badge with GHA/Sonar | Alexey Rusakov |
2022-06-17 | Merge #562: Build with Qt 5.15 and Qt 6 | Alexey Rusakov |
2022-06-17 | CMakeLists and elsewhere: require Qt 5.15 | 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-15 | Rearrange CI jobs to spend time more efficiently | Alexey Rusakov |
2022-06-14 | CI: Switch to Qt 5.15 and introduce Qt 6 options | Alexey Rusakov |
2022-06-14 | CI: bump used versions for GitHub Actions | Alexey Rusakov |
2022-06-14 | Stop using LGTM.com | Alexey Rusakov |
2022-06-14 | Add .clang-tidy file | Alexey Rusakov |
2022-06-13 | Refresh documentation | Alexey Rusakov |
2022-06-12 | Merge branch 'kitsune/more-gtad-fixes' into dev | Alexey Rusakov |
2022-06-12 | Reduce the number of CI jobs | Alexey Rusakov |
2022-06-12 | Require CMake 3.16; extend C++20 to headers | Alexey Rusakov |
2022-06-12 | CI: No more allow failure of update-api jobs | Alexey Rusakov |
2022-06-11 | Regenerate API files using latest matrix-spec | Alexey Rusakov |
2022-06-11 | gtad: update submodule (again) | Alexey Rusakov |
2022-06-11 | gtad.yaml: Drop deprecated home_server field from login/register | Alexey Rusakov |
2022-06-11 | gtad.yaml: Treat child rooms state as events | Alexey Rusakov |