Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-10-26 | Enable -Wconversion | Nicolas Werner | 21 | -70/+95 | |
2022-10-24 | Translated using Weblate (Estonian) | Weblate | 1 | -1/+1 | |
Currently translated at 92.0% (787 of 855 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko | |||||
2022-10-25 | Fix UploadBox thumbnail size | foxb612 | 1 | -2/+3 | |
2022-10-24 | Fix windows build... | Nicolas Werner | 2 | -2/+2 | |
2022-10-22 | Fix previews getting sorted above normal rooms | Nicolas Werner | 1 | -3/+3 | |
2022-10-20 | Fix excessive summary calls | Nicolas Werner | 1 | -0/+1 | |
2022-10-17 | bump mtxclient to fix notification bug | Nicolas Werner | 2 | -2/+2 | |
2022-10-14 | VoIP v1 implementation (#1161) | Rohit Sutradhar | 19 | -79/+583 | |
* Initial commit for VoIP v1 implementation * Added draft of event handlers for voip methods * Added event handlers for VoIP events, added rejectCall, added version tracking for call version for V0 and V1 compatibility * Added call events to the general message pipeline. Modified Call Reject mechanism * Added message delegates for new events. Modified hidden events. Updated handle events. * Updated implementation to keep track of cal |