General
What requirements/dependencies are needed for building Quassel?
Submitted by Sputnick on Wed, 02/27/2008 - 13:14The list is quite short: You'll need Qt 4.4 or higher with Sqlite3 support. To check for the Qt version you have installed, run "qmake -version
" or (on some distributions) "qmake-qt4 -version
".
More specifically, Quassel Client needs QtCore, QtGui, QtScript and QtNetwork. Quassel Core needs QtCore, QtScript, QtNetwork and QtSql (with sqlite3 support). The combined (monolithic) version needs a superset of these modules, of course :)
I've heard Quassel Core is multi user capable? How do I make use of that?
Submitted by EgS on Sat, 02/23/2008 - 13:10Yes, Quassel Core can handle multiple users, but we don't have an UI for that yet.
You will find a python script, manageusers.py, in the scripts/ directory. This allows you to add new accounts to the core's database and change passwords for existing ones.
I have a feature request that is rather uncommon in other clients!
Submitted by Sputnick on Thu, 02/21/2008 - 17:11Then by all means, report it! We are always thankful for ideas, and if your feature request makes sense, we will probably implement it at some time.
Quassel is missing a feature all other IRC clients have!
Submitted by Sputnick on Thu, 02/21/2008 - 17:08Well, in this case, chances are that we already know about it. All devs have been using IRC for a long time, we all have tried several IRC clients, so we know what they can do - and if it's a usable feature, we probably want to have it in Quassel as well. So most probably, the feature you want will creep into Quassel at some time.
How stable/usable is Quassel IRC?
Submitted by Sputnick on Thu, 02/21/2008 - 17:05Well, depends on what you ask from your chat client. First of all, all the devs use Quassel IRC as their main clients and have been doing that for a while. We all share one Quassel Core, so that component is getting quite a stress testing...
Quassel Core has been rock stable for us for a while, and we have ironed out most Client crashes recently. So yes, Quassel IRC is certainly stable enough to be usable, at least on our systems. If it isn't for you, please report bugs, so we can fix it :)