aboutsummaryrefslogtreecommitdiff
path: root/room.cpp
AgeCommit message (Expand)Author
2016-07-29Added roomMembername() overload for userId, in addition to User*Kitsune Ral
2016-06-13Dropped unused codeKitsune Ral
2016-05-07Minors: one fix, one cleanupKitsune Ral
2016-05-06Use lambda captures instead of throwing job pointers aroundKitsune Ral
2016-05-02Actually connect User::nameChanged to Room; make a new Room::memberRenamed si...Kitsune Ral
2016-05-02Reworked room name calculation to get rid of do {} while (false)Kitsune Ral
2016-05-02Calculate room displayname according to CS spec, with a new signal fired on a...Kitsune Ral
2016-05-02Introduced Room::roomMemberName(User*) that follows CS spec section 11.2.2.3Kitsune Ral
2016-05-02Mark read-only accessors in Room::Private as const.Kitsune Ral
2016-05-02Change the way room members are stored to the one recommended by the CS spec.Kitsune Ral
2016-05-02Store left room members as well.Kitsune Ral
2016-04-11Factor out the code that searches an insertion point in a timeline.Kitsune Ral
2016-04-11Drop unneeded check and debug messageKitsune Ral
2016-04-11Don't put excess whitespaces in log lines before QStrings - Qt inserts them a...Kitsune Ral
2016-04-09Merge pull request #1 from davidar/masterFelix Rohrbach
2016-04-09Make Connection parent of Room.David A Roberts
2016-04-08Rename Room::messages to Room::messageEventsKitsune Ral
2016-04-05Imported the current source tree from Quaternion/lib.Kitsune Ral