qutim icon indicating copy to clipboard operation
qutim copied to clipboard

Module based Instant Messenger

Results 41 qutim issues
Sort by recently updated
recently updated
newest added

All related information will be here. How to do it yourself: ``` $ pvs-studio-analyzer trace -- qbs build -d ../qutim-pvs-studio debug profile:qt-5-4-ololo quickchat.condition:false $ pvs-studio-analyzer analyze -j2 -o pvs.log $...

low

Subj. Regression after migrating from cmake to qbs

high

Moreover, servers discovery in account creation is broken. We should consider using of local servers list: https://trac.gajim.org/browser/data/other/servers.xml

medium

Subj. Needs research and fixing.

critical
cannot_reproduce

That's simple: instead of this: ``` cpp.dynamicLibraries: ["messaging-menu-qt5"] ``` (and [this](http://bazaar.launchpad.net/~nico-izo-ya/+junk/vivid/view/head:/patches/indicator-build.patch)) we should have _something_ like that: ``` Depends { name: "messaging-menu-qt5" } ``` And NOT this: https://github.com/euroelessar/qutim/blob/f4f19187771e908e3f30e77c725b67c729e367d2/src/plugins/generic/offtherecord/offtherecord.qbs#L13

medium

Some of them already working, and some of them need serious rewrite - [ ] aescrypto - [ ] antiboss - [ ] dbusapi - [ ] docktile (isn't it...

medium

Okay, we have two issues - [ ] urlpreview does not follow redirects - [ ] yandex rca is broken since 2015

medium

Steps to reproduce: 1.) create conference on any server (jabber.ru) 2.) open settings 3.) check any checkbox (like "enable captcha") 4.) save 5.) open again and verify that settings were...

high

If ~/.config/qutim/config/profile.json is read-only, qutIM will crash during start Q_ASSERT here: https://github.com/euroelessar/qutim/blob/master/src/lib/qutim/config.cpp#L1354 ``` Q_ASSERT(atom->isMap() && !atom->isReadOnly()); ``` We probably should either print nice message or have in-memory config without being...

medium