Age | Commit message (Expand) | Author |
2017-12-25 | Room: Remove C++14 code from the header file | Kitsune Ral |
2017-12-25 | Now really switching to the new toolchain: C++14, GCC/Clang 5, Qt 5.6 | Kitsune Ral |
2017-12-14 | Another fix for CI on OSX | Kitsune Ral |
2017-12-14 | Add a missing header to fixing building on OSX | Kitsune Ral |
2017-12-14 | Fixed building with older compilers | Kitsune Ral |
2017-12-14 | Move all internal event pointers to std::unique_ptr<> | Kitsune Ral |
2017-12-14 | Room::markMessagesAsRead(): Move private overload to pimpl | Kitsune Ral |
2017-12-13 | Refactoring around Room::Private::insertEvent(s) | Kitsune Ral |
2017-12-12 | Deduplicate events within a batch | Kitsune Ral |
2017-12-11 | Whitelist origin_server_ts in redaction logic | Kitsune Ral |
2017-12-10 | Enable sending requests for redaction to the server | Kitsune Ral |
2017-12-10 | Process incoming redactions | Kitsune Ral |
2017-12-10 | Use the generated PostReceiptJob; don't compile unused job classes | Kitsune Ral |
2017-12-10 | Log room creation only once | Kitsune Ral |
2017-11-16 | Fix CI | Kitsune Ral |
2017-11-16 | Require state_key to be present in all state events | Kitsune Ral |
2017-11-01 | StateEvent; EventContent::SimpleContent; event types refactoring | Kitsune Ral |
2017-10-30 | Room::timelineSize() convenience method | Kitsune Ral |
2017-10-27 | Fix room avatars getting lost after restarting Quaternion | Kitsune Ral |
2017-10-27 | Support m.room.avatar events | Kitsune Ral |
2017-10-17 | Cache the actual user name, not the display name | Kitsune Ral |
2017-10-14 | Leaving a room now uses a generated Job file | Kitsune Ral |
2017-10-14 | Cleanup around Room (potentially breaks API compatibility, beware) | Kitsune Ral |
2017-10-13 | Support banning and unbanning | Kitsune Ral |
2017-10-03 | Room: cache unread indicator inside m.read content, not next to it | Kitsune Ral |
2017-10-02 | Room::id(): return cref | Kitsune Ral |
2017-09-21 | jobs: SetRoomStateJob (with or without state key); setting room topic | Kitsune Ral |
2017-09-21 | Merge branch 'master' into kitsune-invite-kick | Kitsune Ral |
2017-09-20 | Room::Private::toJson(): save user avatar URLs as well | Kitsune Ral |
2017-09-20 | Room::updateData(): Don't profile empty structures | Kitsune Ral |
2017-09-19 | Room: Fixed a special case with invalid-read-marker-becoming-valid | Kitsune Ral |
2017-09-19 | Merge branch 'master' into cache-state-to-json | Kitsune Ral |
2017-09-19 | Room: cache last read event and unread messages flag with the room state | Kitsune Ral |
2017-09-19 | Room: Slight optimization of makeErrorStr() | Kitsune Ral |
2017-09-09 | Kicking, inviting, exposing rooms in Invite state | Kitsune Ral |
2017-09-05 | Room: memberCount(); slight optimization and reformatting | Kitsune Ral |
2017-09-05 | Include unread/notification counters to the cache | Kitsune Ral |
2017-09-03 | More fixes | Roman Plášil |
2017-08-27 | Use QJsonObject.insert and QStringLiteral | Roman Plášil |
2017-08-19 | Room::localUser() facility method | Kitsune Ral |
2017-08-18 | Fix compilation for Qt 5.2.1 | Roman Plášil |
2017-08-16 | WIP saving intermediate state to JSON | Roman Plášil |
2017-06-27 | Enable sending RoomMessageEvents | Kitsune Ral |
2017-06-07 | Adjust whitespace | Roman Plášil |
2017-06-02 | Add Room::memberNames() for nick completion in QML | Roman Plášil |
2017-06-02 | Clean up | Roman Plášil |
2017-06-02 | Fix qmake compilation | Roman Plášil |
2017-05-22 | Refactored Events | Kitsune Ral |
2017-05-13 | More code cleanup and tweaks; fine-tuning logs; performance improvements | Kitsune Ral |
2017-05-09 | LeaveRoomJob now accepts a roomId, not a Room object; Room::leaveRoom() intro... | Kitsune Ral |