qutim
qutim copied to clipboard
Module based Instant Messenger
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 $...
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
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
Some of them already working, and some of them need serious rewrite - [ ] aescrypto - [ ] antiboss - [ ] dbusapi - [ ] docktile (isn't it...
Okay, we have two issues - [ ] urlpreview does not follow redirects - [ ] yandex rca is broken since 2015
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...
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...