index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
room.cpp
Age
Commit message (
Expand
)
Author
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
2016-09-14
Room::messageEvents: switch to an alias instead of explicit QList<>
Kitsune Ral
2016-09-14
Initialize Room::Private more carefully
Kitsune Ral
2016-08-31
Room: Drop unused code
Kitsune Ral
2016-08-22
Replaced QList<> with QVector<> where appropriate + minor code cleanup
Kitsune Ral
2016-08-22
Minor cleanup
Kitsune Ral
2016-07-29
Added roomMembername() overload for userId, in addition to User*
Kitsune Ral
2016-06-13
Dropped unused code
Kitsune Ral
2016-05-07
Minors: one fix, one cleanup
Kitsune Ral
2016-05-06
Use lambda captures instead of throwing job pointers around
Kitsune Ral
2016-05-02
Actually connect User::nameChanged to Room; make a new Room::memberRenamed si...
Kitsune Ral
2016-05-02
Reworked room name calculation to get rid of do {} while (false)
Kitsune Ral
2016-05-02
Calculate room displayname according to CS spec, with a new signal fired on a...
Kitsune Ral
2016-05-02
Introduced Room::roomMemberName(User*) that follows CS spec section 11.2.2.3
Kitsune Ral
2016-05-02
Mark read-only accessors in Room::Private as const.
Kitsune Ral
2016-05-02
Change the way room members are stored to the one recommended by the CS spec.
Kitsune Ral
2016-05-02
Store left room members as well.
Kitsune Ral
2016-04-11
Factor out the code that searches an insertion point in a timeline.
Kitsune Ral
2016-04-11
Drop unneeded check and debug message
Kitsune Ral
2016-04-11
Don't put excess whitespaces in log lines before QStrings - Qt inserts them a...
Kitsune Ral
2016-04-09
Merge pull request #1 from davidar/master
Felix Rohrbach
2016-04-09
Make Connection parent of Room.
David A Roberts
2016-04-08
Rename Room::messages to Room::messageEvents
Kitsune Ral
2016-04-05
Imported the current source tree from Quaternion/lib.
Kitsune Ral
[prev]