Age | Commit message (Expand) | Author |
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 |
2017-05-09 | Code cleanup and tweaking (partially driven by clang-tidy) | Kitsune Ral |
2017-04-30 | Port to categorized logging | Elvis Angelaccio |
2017-04-18 | Added markAllMessagesAsRead() | Kitsune Ral |
2017-04-18 | Use localeAwareCompare() to sort room members | Kitsune Ral |
2017-04-14 | Enable PostMessageJob to send rich text messages | Kitsune Ral |
2017-04-04 | Don't extend the spec when calculating the display name | Elvis Angelaccio |
2017-03-30 | Fixed accidental auto-promotion when read marker is out of sight | Kitsune Ral |
2017-03-14 | Room: exposed findInTimeline and related things from Room::Private | Kitsune Ral |
2017-03-10 | Use special indices instead of iterators for persistent pointers into timelin... | Kitsune Ral |
2017-03-09 | Reduce noise in logs | Kitsune Ral |
2017-03-08 | Room::getPreviousContent() gets a number of messages + Room::postMessage() | Kitsune Ral |
2017-03-08 | Merge pull request #53 from Fxrh/kitsune-fix-adding-events | Kitsune Ral |
2017-03-06 | Fixed building with MSVC | Kitsune Ral |
2017-02-28 | Room: Make sure an event with the same id isn't added twice to the timeline; ... | Kitsune Ral |
2017-02-23 | Receipts internal handling improved | Kitsune Ral |
2017-01-17 | Room: Use reverse iterators internally to deal with read markers | Kitsune Ral |
2017-01-08 | Simplified Room::Private::readMarker() code | Kitsune Ral |
2016-11-26 | Room: provide ability to find an event in the timeline by its id | Kitsune Ral |
2016-11-26 | Room: use std::deque for the timeline | Kitsune Ral |
2016-11-26 | Cleanup | Kitsune Ral |
2016-11-07 | Fixed a crasher that slipped in the previous commit | Kitsune Ral |