Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Spaces are now bold | Nicolas Werner | 2023-11-01 | 1 | -0/+1 |
| | |||||
* | Fix linting | Nicolas Werner | 2023-06-10 | 1 | -2/+2 |
| | |||||
* | Add inviter to the invite reason | Nicolas Werner | 2023-06-10 | 1 | -0/+1 |
| | | | | fixes #622 | ||||
* | Sort rooms in completer by 'activity' and make tombstoned rooms italic | Nicolas Werner | 2023-05-06 | 1 | -0/+4 |
| | |||||
* | Improve state event redaction | Nicolas Werner | 2023-03-26 | 1 | -2/+2 |
| | |||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -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.5x | Nicolas Werner | 2023-01-31 | 1 | -0/+1 |
| | |||||
* | Speedup quick switcher | Nicolas Werner | 2023-01-07 | 1 | -0/+6 |
| | |||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Show invite reason in the UI (hidden by default) | Nicolas Werner | 2022-12-27 | 1 | -0/+1 |
| | |||||
* | Enable -Wconversion | Nicolas Werner | 2022-10-26 | 1 | -2/+2 |
| | |||||
* | Implement space stickers & emoji | Nicolas Werner | 2022-09-01 | 1 | -0/+1 |
| | |||||
* | Speedup startup by caching last message timestamp | Nicolas Werner | 2022-06-15 | 1 | -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 restarts | Nicolas Werner | 2022-04-13 | 1 | -0/+3 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Only mark as direct, if invite was direct | Nicolas Werner | 2021-11-21 | 1 | -0/+2 |
| | |||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -43/+43 |
| | |||||
* | Fix typo | Loren Burkholder | 2021-09-11 | 1 | -1/+1 |
| | |||||
* | Add menu to enable or disable stickers globally | Nicolas Werner | 2021-07-23 | 1 | -2/+3 |
| | |||||
* | Move sticker parsing and enable room stickers | Nicolas Werner | 2021-07-19 | 1 | -0/+7 |
| | |||||
* | Remove dead code to calculate last message | Nicolas Werner | 2021-07-01 | 1 | -2/+0 |
| | |||||
* | Show some spaces in the community sidebar | Nicolas Werner | 2021-06-25 | 1 | -0/+2 |
| | |||||
* | Make roomlist look nice | Nicolas Werner | 2021-05-21 | 1 | -0/+13 |
| | |||||
* | Clean up notification code a bit | Nicolas Werner | 2021-03-17 | 1 | -1/+0 |
| | |||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | Fix some compiler warnings | Nicolas Werner | 2020-12-25 | 1 | -1/+1 |
| | |||||
* | Remove redundant user search suggestion code | Nicolas Werner | 2020-11-25 | 1 | -6/+0 |
| | |||||
* | Add support for db migrations | Nicolas Werner | 2020-05-02 | 1 | -0/+9 |
| | |||||
* | Optimize RoomList sorting | Nicolas Werner | 2020-04-30 | 1 | -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 mtxclient | Nicolas Werner | 2020-01-29 | 1 | -6/+6 |
| | |||||
* | Reduce some include of Cache.h since it needs 11s on average | Nicolas Werner | 2019-12-14 | 1 | -0/+91 |