summary refs log tree commit diff
path: root/src/RoomList.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mark unread rooms as such in the room listKonstantinos Sideris2018-09-131-0/+1
| | | | fixes #313
* Fix issue with missing communities due to an unregistered metatypeKonstantinos Sideris2018-07-251-3/+0
|
* Lower the complexity of the group filtering algorithm (#380)Konstantinos Sideris2018-07-211-9/+10
| | | | | | | | The old algorithm during filtering will check every room if it's part of the group. O(N*G) The room ids for a group are now stored in a map for faster lookup so the search can be completed in a single pass. O(N)
* Move all files under src/Konstantinos Sideris2018-07-171-0/+108