Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-18 | Room::postFile(): adjust to the changed RoomMessageEvent API | Alexey Rusakov | |
9a5fa623 dropped one of RoomMessageEvent constructors for Qt 6 in order to address #483 - breaking the build with Qt 6 along the way, as Room::postFile() relied on that constructor. This commit changes Room::postFile() in turn, deprecating the current signature and adding a new one that accepts an EventContent object rather than a path to a file. In order to achieve that, FileInfo and ImageInfo classes have gained new constructors that accept QFileInfo instead of the legacy series of parameters, streamlining usage of EventContent structures. | |||
2021-02-21 | Uri: support abbreviated types in Matrix URIs | Alexey Rusakov | |
As per the latest iteration of MSC2312, room/, user/ and event/ are only supported for parsing and replication but not for emitting from Matrix identifiers. (cherry picked from commit 86f24d1ecf300b82b3a7253b81a2c392669d2c2b) | |||
2021-02-15 | Update quotest/quotest.cpp | Carl Schwan | |
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net> | |||
2021-02-09 | Update | Carl Schwan | |
2021-01-23 | Update test | Carl Schwan | |
2021-01-23 | Add test | Carl Schwan | |
2021-01-21 | Move tests | Carl Schwan | |