Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark unread rooms as such in the room list | Konstantinos Sideris | 2018-09-13 | 1 | -0/+1 |
| | | | | fixes #313 | ||||
* | Fix issue with missing communities due to an unregistered metatype | Konstantinos Sideris | 2018-07-25 | 1 | -3/+0 |
| | |||||
* | Lower the complexity of the group filtering algorithm (#380) | Konstantinos Sideris | 2018-07-21 | 1 | -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 Sideris | 2018-07-17 | 1 | -0/+108 |