summary refs log tree commit diff
path: root/src/encryption/VerificationManager.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-01Fix search rooms buttonNicolas Werner1-2/+2
2022-10-29Translated using Weblate (Russian)Weblate1-25/+26
Currently translated at 33.0% (283 of 855 strings) Translated using Weblate (Russian) Currently translated at 33.0% (283 of 855 strings) Translated using Weblate (Russian) Currently translated at 33.0% (283 of 855 strings) Co-authored-by: Carmina16 <mistresssilvara@hotmail.com> Co-authored-by: Evgeny <mister.lameni@yandex.ru> Co-authored-by: SOT-TECH <sblazhko@sot-te.ch> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/ Translation: Nheko/nheko
2022-10-28Fix reactions matching displayname condition by accidentNicolas Werner2-2/+2
2022-10-28Make sure we use qt5 macdeployqtJoseph Donofry1-1/+1
2022-10-28Turn metasync and sync back on for the database to account for bad filesystemsNicolas Werner1-1/+4
2022-10-27Fix PLAT being wrong for m1 buildsJoseph Donofry1-2/+2
2022-10-27Fix conditional checksJoseph Donofry2-2/+2
2022-10-27Add support for Apple Silicon builds via Cirrus CIJoe Donofry6-84/+119
2022-10-27fix blurry thumbnailsNicolas Werner1-2/+2
2022-10-26Disable Wconversion againNicolas Werner1-1/+0
2022-10-26lintNicolas Werner3-3/+3
2022-10-26Enable -WconversionNicolas Werner23-78/+102
2022-10-24Translated using Weblate (Estonian)Weblate1-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-25Fix UploadBox thumbnail sizefoxb6121-2/+3
2022-10-24Fix windows build...Nicolas Werner2-2/+2
2022-10-22Fix previews getting sorted above normal roomsNicolas Werner1-3/+3
2022-10-20Fix excessive summary callsNicolas Werner1-0/+1
2022-10-17bump mtxclient to fix notification bugNicolas Werner2-2/+2
2022-10-14VoIP v1 implementation (#1161)Rohit Sutradhar19-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 calls on other devices * Fixed linting * Fixed code warnings * Fixed minor bugs * fixed ci * Added acceptNegotiation method definition when missing gstreamer * Fixed warnings * Fixed linting
2022-10-13Add toggle to disable decrypting notificationsNicolas Werner5-6/+44
2022-10-13Evaluate push rules locallyNicolas Werner10-234/+180
2022-10-13Bump mtxclientNicolas Werner3-3/+22
2022-10-12