summary refs log tree commit diff
path: root/src/CacheStructs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Spaces are now boldNicolas Werner2023-11-011-0/+1
|
* Fix lintingNicolas Werner2023-06-101-2/+2
|
* Add inviter to the invite reasonNicolas Werner2023-06-101-0/+1
| | | | fixes #622
* Sort rooms in completer by 'activity' and make tombstoned rooms italicNicolas Werner2023-05-061-0/+4
|
* Improve state event redactionNicolas Werner2023-03-261-2/+2
|
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* Optimize user model construction by 2.5xNicolas Werner2023-01-311-0/+1
|
* Speedup quick switcherNicolas Werner2023-01-071-0/+6
|
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Show invite reason in the UI (hidden by default)Nicolas Werner2022-12-271-0/+1
|
* Enable -WconversionNicolas Werner2022-10-261-2/+2
|
* Implement space stickers & emojiNicolas Werner2022-09-011-0/+1
|
* Speedup startup by caching last message timestampNicolas Werner2022-06-151-1/+5
| | | | | | | | | | The cache is only approximate, i.e. it doesn't skip edits and similar, but this might be good enough? Also no migration right now. Speeds up startup by about 5x on my system. Half the startup time is now loading the powerlevels for each room. We can probably lazily load those too in the future.
* Store notification counts across restartsNicolas Werner2022-04-131-0/+3
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Only mark as direct, if invite was directNicolas Werner2021-11-211-0/+2
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-43/+43
|
* Fix typoLoren Burkholder2021-09-111-1/+1
|
* Add menu to enable or disable stickers globallyNicolas Werner2021-07-231-2/+3
|
* Move sticker parsing and enable room stickersNicolas Werner2021-07-191-0/+7
|
* Remove dead code to calculate last messageNicolas Werner2021-07-011-2/+0
|
* Show some spaces in the community sidebarNicolas Werner2021-06-251-0/+2
|
* Make roomlist look niceNicolas Werner2021-05-211-0/+13
|
* Clean up notification code a bitNicolas Werner2021-03-171-1/+0
|
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Fix some compiler warningsNicolas Werner2020-12-251-1/+1
|
* Remove redundant user search suggestion codeNicolas Werner2020-11-251-6/+0
|
* Add support for db migrationsNicolas Werner2020-05-021-0/+9
|
* Optimize RoomList sortingNicolas Werner2020-04-301-1/+2
| | | | | Keep the almost sorted list around and sort by the raw timestamp value instead of doing the expensive toMSecSinceEpoch conversion.
* Fix build with build system optimizations of mtxclientNicolas Werner2020-01-291-6/+6
|
* Reduce some include of Cache.h since it needs 11s on averageNicolas Werner2019-12-141-0/+91