aboutsummaryrefslogtreecommitdiff
path: root/room.cpp
AgeCommit message (Expand)Author
2017-09-19Room: cache last read event and unread messages flag with the room stateKitsune Ral
2017-09-19Room: Slight optimization of makeErrorStr()Kitsune Ral
2017-09-09Kicking, inviting, exposing rooms in Invite stateKitsune Ral
2017-09-05Room: memberCount(); slight optimization and reformattingKitsune Ral
2017-09-05Include unread/notification counters to the cacheKitsune Ral
2017-09-03More fixesRoman Plášil
2017-08-27Use QJsonObject.insert and QStringLiteralRoman Plášil
2017-08-19Room::localUser() facility methodKitsune Ral
2017-08-18Fix compilation for Qt 5.2.1Roman Plášil
2017-08-16WIP saving intermediate state to JSONRoman Plášil
2017-06-27Enable sending RoomMessageEventsKitsune Ral
2017-06-07Adjust whitespaceRoman Plášil
2017-06-02Add Room::memberNames() for nick completion in QMLRoman Plášil
2017-06-02Clean upRoman Plášil
2017-06-02Fix qmake compilationRoman Plášil
2017-05-22Refactored EventsKitsune Ral
2017-05-13More code cleanup and tweaks; fine-tuning logs; performance improvementsKitsune Ral
2017-05-09LeaveRoomJob now accepts a roomId, not a Room object; Room::leaveRoom() intro...Kitsune Ral
2017-05-09Code cleanup and tweaking (partially driven by clang-tidy)Kitsune Ral
2017-04-30Port to categorized loggingElvis Angelaccio
2017-04-18Added markAllMessagesAsRead()Kitsune Ral
2017-04-18Use localeAwareCompare() to sort room membersKitsune Ral
2017-04-14Enable PostMessageJob to send rich text messagesKitsune Ral
2017-04-04Don't extend the spec when calculating the display nameElvis Angelaccio
2017-03-30Fixed accidental auto-promotion when read marker is out of sightKitsune Ral
2017-03-14Room: exposed findInTimeline and related things from Room::PrivateKitsune Ral
2017-03-10Use special indices instead of iterators for persistent pointers into timelin...Kitsune Ral
2017-03-09Reduce noise in logsKitsune Ral
2017-03-08Room::getPreviousContent() gets a number of messages + Room::postMessage()Kitsune Ral
2017-03-08Merge pull request #53 from Fxrh/kitsune-fix-adding-eventsKitsune Ral
2017-03-06Fixed building with MSVCKitsune Ral
2017-02-28Room: Make sure an event with the same id isn't added twice to the timeline; ...Kitsune Ral
2017-02-23Receipts internal handling improvedKitsune Ral
2017-01-17Room: Use reverse iterators internally to deal with read markersKitsune Ral
2017-01-08Simplified Room::Private::readMarker() codeKitsune Ral
2016-11-26Room: provide ability to find an event in the timeline by its idKitsune Ral
2016-11-26Room: use std::deque for the timelineKitsune Ral
2016-11-26CleanupKitsune Ral
2016-11-07Fixed a crasher that slipped in the previous commitKitsune Ral
2016-11-07Room::doAddNewMessages: Extend auto-promotion to all users, not only localKitsune Ral
2016-11-06Room: extend promoteReadMarker over non-local users (again)Kitsune Ral
2016-11-03Auto-promote the read marker over locally-originated messagesKitsune Ral
2016-11-02Room: make read marker a Q_PROPERTY; markMessagesAsRead now uses eventId againKitsune Ral
2016-11-01Moved MemberNameSorter from Quaternion to libKitsune Ral
2016-10-28Relax logging a bitKitsune Ral
2016-10-28Implemented unread messages indication on the lib sideKitsune Ral
2016-10-23Room: Don't let the read marker (of any user) get back, only forwardKitsune Ral
2016-10-23A couple of fixes according to the PR reviewKitsune Ral
2016-10-21Room::markMessagesAsRead correctly handles local user's messages nowKitsune Ral
2016-10-20Room: added setLastReadEvent accessor and a signal for it; don't post receipt...Kitsune Ral