7635 Commits (96e220fb28558bcbb305bcc506978eb63a8c0fbd)
 

Author SHA1 Message Date
Anthony Bilinski b2b2fa149e
Merge pull request #6074 5 years ago
Anthony Bilinski 6e2ac12d84
fix(avatar): reject avatars that are larger than 64KB 5 years ago
bodwok d01fed92f0
fix(ui): updating friends list color at runtime 5 years ago
bodwok 1aad91944e
fix(chatlog): fixed rendering of new messages when scrolling up 5 years ago
sudden6 b7ecf02995
chore(nodes): update bootstrap nodes and tools 5 years ago
Anthony Bilinski 4a81bb1cb5
chore(windows): update OpenSSL to 1.1.1f 5 years ago
sudden6 f6daafe914
Merge pull request #6064 5 years ago
sudden6 bd35cdde00
Merge pull request #6062 5 years ago
Piraty e4c7d81ab2 fix(build): make pkg-config verbose about why it fails 5 years ago
Jimi Huotari 6a59f0fe4d refactor(Qt): fix build with Qt 5.15 again 5 years ago
sudden6 da0bae5430
chore(nodes): update bootstrap nodes and tools 5 years ago
sudden6 a4ac178bbd
chore(deps): update c-toxcore to v0.2.11 5 years ago
sudden6 4c79973df5
chore: update libsodium for CI builds 5 years ago
sudden6 1ac7531b59
chore: update sqlite to 4.3.0 5 years ago
Anthony Bilinski ef8c2b7cb3
Merge branch 'v1.17-dev' 5 years ago
Anthony Bilinski 4f7056385f
refactor: remove dependency on libfilteraudio 5 years ago
Anthony Bilinski ad042b09e0
chore(cleanup): don't add semicolon to Q_DECLARE_METATYPE 5 years ago
Anthony Bilinski 5ae738f818
chore(cleanup): replace remaining deprecated toxcore enums with newer versions 5 years ago
Anthony Bilinski f373107f63
chore(cleanup): add Wunknown-pragmas, fix pragma typos 5 years ago
sudden6 7c59ffb24b
chore(deps): update c-toxcore to v0.2.11 5 years ago
sudden6 d77c41814f
chore: update libsodium for CI builds 5 years ago
sudden6 c4233afc4f
chore: update sqlite to 4.3.0 5 years ago
Anthony Bilinski 715794f664
chore(build): fix implicit narrowing warning by making it explicit 5 years ago
sudden6 be80fcf6f3
Merge pull request #5855 5 years ago
Anthony Bilinski 2b981d88a2
fix(interface): use virtual destructors for all interfaces 5 years ago
Anthony Bilinski f53e44b62c
chore(cleanup): don't std::move for return statement 5 years ago
sudden6 205bfa56ca
chore(l10n): update translations from Weblate 5 years ago
Anthony Bilinski 70824729ff
chore(cleanup): don't use 0 as nullptr 5 years ago
Anthony Bilinski f756dbae2a
chore(cleanup): don't explicitly initialize std::unique_ptr to nullptr 5 years ago
Anthony Bilinski 2c1a86482a
chore(style): remove old style casts and cross sign comparisons 5 years ago
Anthony Bilinski a7f3495956
fix(chatlog): enable dynamic view range in chatlog with history disabled 5 years ago
Anthony Bilinski c906cdf57b
fix(history): check history settings when getting initial chatlog idx 5 years ago
sudden6 f13ba3f972
chore(l10n): update translations from Weblate 5 years ago
sudden6 b5785a1b0c
fix: add missing type for Qt slot 5 years ago
sudden6 df7fe22398
fix(toxcall): move ToxCall ownership to correct Thread 5 years ago
Mick Sayson caf4f59fb2
feat(groups): Allow being in group call if only member 5 years ago
Anthony Bilinski 9d68be7003
chore: update wording of CI job restart instructions 5 years ago
sudden6 f02943c191
fix(toxcall): handle Null sink correctly 5 years ago
sudden6 19e1728495
chore: add instructions to restart nigthly builds 5 years ago
Anthony Bilinski 3a5e28fffb
fix(model): take QObject receiver argument to interface signal connection macro 5 years ago
Anthony Bilinski b7062b2518
fix(model): stop interfaces from inheriting from QObject 5 years ago
Anthony Bilinski 40e43586f1
fix(model): return connection from interface macro 5 years ago
sudden6 dfeca3e906
fix(coreav): prevent racy access to call variable 5 years ago
sudden6 26fcea0639
fix(coreav): change some lock to write locks 5 years ago
sudden6 e340688b94
fix(coreav): fix assert because c-toxcore calls from unexpected thread 5 years ago
sudden6 723a8e5dc7
fix(coreav): avoid deadlock between CoreAV, main and Audio thread 5 years ago
sudden6 a4ac6d67c7
fix(coreav): cleanup assertions 5 years ago
sudden6 89400c91f7
refactor: properly lock against Core thread 5 years ago
sudden6 8e54805e7d
feat(coreav): add assertions to check for threading errors 5 years ago
sudden6 cf402bd11c
refactor(coreav): simplify start sequence 5 years ago