Age | Commit message (Expand) | Author |
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 |
2016-11-07 | Room::doAddNewMessages: Extend auto-promotion to all users, not only local | Kitsune Ral |
2016-11-06 | Room: extend promoteReadMarker over non-local users (again) | Kitsune Ral |
2016-11-03 | Auto-promote the read marker over locally-originated messages | Kitsune Ral |
2016-11-02 | Room: make read marker a Q_PROPERTY; markMessagesAsRead now uses eventId again | Kitsune Ral |
2016-11-01 | Moved MemberNameSorter from Quaternion to lib | Kitsune Ral |
2016-10-28 | Relax logging a bit | Kitsune Ral |
2016-10-28 | Implemented unread messages indication on the lib side | Kitsune Ral |
2016-10-23 | Room: Don't let the read marker (of any user) get back, only forward | Kitsune Ral |
2016-10-23 | A couple of fixes according to the PR review | Kitsune Ral |
2016-10-21 | Room::markMessagesAsRead correctly handles local user's messages now | Kitsune Ral |
2016-10-20 | Room: added setLastReadEvent accessor and a signal for it; don't post receipt... | Kitsune Ral |
2016-10-07 | Fixed massive leaks of Event objects | Kitsune Ral |
2016-10-05 | Check there are no non-members "typing" or "having read" messages | Kitsune Ral |
2016-10-04 | Changed angle brackets to parentheses for user disambiguation | Kitsune Ral |
2016-09-21 | Room: don't emit signals if there are no message events received | Kitsune Ral |
2016-09-21 | Fixed the order of historical messages | Kitsune Ral |
2016-09-16 | Group processing of state events as well | Kitsune Ral |
2016-09-16 | Room: change the way messages are ordered | Kitsune Ral |
2016-09-15 | Replace an array of room deconstruction log lines with a single connection de... | Kitsune Ral |
2016-09-15 | More compact fix with the same meaning | Kitsune Ral |
2016-09-15 | Correct user sorting for room name creation | Felix Rohrbach |
2016-09-14 | Use Receipt by reference in a loop | Kitsune Ral |