Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a few conversions | Nicolas Werner | 2023-10-31 | 1 | -7/+6 |
| | |||||
* | lint | Nicolas Werner | 2023-06-08 | 1 | -3/+3 |
| | |||||
* | Make Nheko compile on Qt6 | Nicolas Werner | 2023-06-08 | 1 | -5/+4 |
| | |||||
* | Adapt to the new inherited variant | Nicolas Werner | 2023-04-11 | 1 | -6/+6 |
| | |||||
* | 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/ | ||||
* | More template bloat reduction | Nicolas Werner | 2023-02-20 | 1 | -1/+0 |
| | |||||
* | Automatically fetch keys for undecrypted messages after verification | Nicolas Werner | 2023-02-18 | 1 | -0/+4 |
| | | | | | | | | Also fix rerendering edited messages after keys are received. fixes #1375 fixes #770 fixes #888 | ||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Mark classes as final where possible | Nicolas Werner | 2022-10-10 | 1 | -1/+1 |
| | |||||
* | Fix pins not refreshing after being loaded | Nicolas Werner | 2022-06-15 | 1 | -0/+1 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Reduce allocations for accessing event members | Nicolas Werner | 2021-12-29 | 1 | -1/+1 |
| | |||||
* | Make clang-format <13 and clang-format >=13 behave the same | Nicolas Werner | 2021-11-22 | 1 | -5/+5 |
| | | | | | I think old clang-format is just buggy in those cases, so we should reenable those blocks, once everyone has 13 or up. | ||||
* | Fix redaction of edited messages | Nicolas Werner | 2021-11-08 | 1 | -1/+1 |
| | |||||
* | Move voip and encryption stuff into their own directories | Nicolas Werner | 2021-10-17 | 1 | -1/+1 |
| | |||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -116/+114 |
| | |||||
* | Show encryption errors in qml and add request keys button | Nicolas Werner | 2021-08-07 | 1 | -2/+7 |
| | |||||
* | Don't spam key requests directly after startup | Nicolas Werner | 2021-06-25 | 1 | -0/+2 |
| | |||||
* | Try to get rid of an allocation | Nicolas Werner | 2021-05-30 | 1 | -1/+1 |
| | |||||
* | Remove some more allocations | Nicolas Werner | 2021-03-14 | 1 | -7/+9 |
| | |||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | Render edits | Nicolas Werner | 2021-02-09 | 1 | -1/+3 |
| | |||||
* | Fix timeline becoming corrupted on backfill | Nicolas Werner | 2021-01-12 | 1 | -1/+1 |
| | | | | Fixes #273 | ||||
* | lint | Nicolas Werner | 2020-12-25 | 1 | -2/+4 |
| | |||||
* | Fix some compiler warnings | Nicolas Werner | 2020-12-25 | 1 | -3/+3 |
| | |||||
* | Clean up key requests + autoreload | Nicolas Werner | 2020-10-20 | 1 | -0/+8 |
| | |||||
* | Store timestamp with olm sessions | Nicolas Werner | 2020-10-20 | 1 | -0/+1 |
| | |||||
* | Fix in room verification | Nicolas Werner | 2020-10-06 | 1 | -7/+1 |
| | |||||
* | Add support non-encrypted room-verification messages | Chethan2k1 | 2020-09-10 | 1 | -0/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into device-verification | CH Chethan Reddy | 2020-08-30 | 1 | -0/+1 |
|\ | |||||
| * | Add /clear-timeline command | Nicolas Werner | 2020-08-09 | 1 | -0/+1 |
| | | |||||
* | | [WIP] Room Verification Works! | CH Chethan Reddy | 2020-08-18 | 1 | -0/+1 |
| | | |||||
* | | [WIP] Room-Verification Messages | CH Chethan Reddy | 2020-08-09 | 1 | -0/+8 |
|/ | |||||
* | Rename EventStore::event to get to remove ambiguity with QObject::event | Nicolas Werner | 2020-07-26 | 1 | -4/+4 |
| | |||||
* | Fix reaction display | Nicolas Werner | 2020-07-19 | 1 | -0/+5 |
| | |||||
* | Mark own events as read again after sending | Nicolas Werner | 2020-07-18 | 1 | -1/+1 |
| | |||||
* | Reenable sending messages | Nicolas Werner | 2020-07-18 | 1 | -0/+10 |
| | |||||
* | Readd pagination and fix redactions | Nicolas Werner | 2020-07-13 | 1 | -6/+11 |
| | |||||
* | Fetch missing events | Nicolas Werner | 2020-07-10 | 1 | -0/+3 |
| | |||||
* | WIP: Event Store split out | Nicolas Werner | 2020-07-09 | 1 | -0/+98 |