Difference between revisions of "Quassel"

From IRC Wiki
Jump to navigation Jump to search
Line 1: Line 1:
[[File:Quassel.jpg|200px|thumb|left|text-top|Quassel]]
{{Software|name=Quassel
<Rating comment=false>
|logo=[[File:Quassel.jpg]]
Rate This!
|homepage=http://www.quassel-irc.org
1 (Hate it)
|platform=Mac OS X, Linux, Windows
2 (Dislike it)
|status=Active
3 (It's ok)
|release=0.6.1,
4 (Like it)
|language={{Programming languages/C++}}
5 (Love it)
}}
</Rating>


<br style="clear: both" />
Quassel is a distributed IRC client written in Qt 4, which provides functionality similar to screen+irssi or a BNC.Quassel-core provides a server which connects to IRC, maintains the connections, and manages network states. Quassel supports [[SSL]] connections and SASL authentication. Quassel has excellent KDE integration when available on Linux. Turning off KDE integration and subsequently having better QGtkStyle support will probably require a source compile on most distributions, as they ship a KDE integration enabled Quassel.


==Download==
0.6.1 can be downloaded [http://www.quassel-irc.org/downloads here]


 
[[Category:Software]][[Category:IRC clients]][[Category:Standalone IRC clients]]
'''Website:'''
* http://www.quassel-irc.org
* #quassel on chat.freenode.org
 
'''Bio:'''
* Quassel is a distributed IRC client written in Qt 4, which provides functionality similar to screen+irssi or a BNC.
* quassel-core provides a server which connects to IRC, maintains the connections, and manages network states.
* quassel-core is a server daemon, there is little interface to quassel-core.
* quassel-client provides a GUI interface to quassel-core. Interaction takes place with quassel-client.
* Quassel also provides a monolithic version with quassel-core and client combined, functioning like a standard IRC client.
* Quassel supports SSL connections and SASL authentication.
* Quassel has excellent KDE integration when available on Linux.
* Turning off KDE integration and subsequently having better QGtkStyle support will probably require a source compile on most distributions, as they ship a KDE integration enabled Quassel.
 
'''Programming Language:'''
* C++, Qt4
 
'''Supported Platforms:'''
* Mac OS X
* Linux
* Windows
* Any platform supported by Qt 4.
 
'''License:'''
* GPL 2 or 3, but no option to accept a potential future GPL 4.
 
'''Latest stable release:''' Quassel 0.6.1, available at [http://www.quassel-irc.org/downloads Quassel's Download Page]

Revision as of 02:24, 18 October 2010

Quassel
Quassel.jpg
Platform: Mac OS X, Linux, Windows
Status: Active
Latest release: 0.6.1,
Homepage: http://www.quassel-irc.org
Quassel is a distributed IRC client written in Qt 4, which provides functionality similar to screen+irssi or a BNC.Quassel-core provides a server which connects to IRC, maintains the connections, and manages network states. Quassel supports SSL connections and SASL authentication. Quassel has excellent KDE integration when available on Linux. Turning off KDE integration and subsequently having better QGtkStyle support will probably require a source compile on most distributions, as they ship a KDE integration enabled Quassel.

Download

0.6.1 can be downloaded here