summaryrefslogtreecommitdiffstats
path: root/network/quassel-qt5/README.SBo
diff options
context:
space:
mode:
author Donald Cooley2019-01-03 04:52:11 +0100
committer Willy Sudiarto Raharjo2019-01-05 01:49:20 +0100
commiteb7164c904f81d34350c67be34590ecafb05baad (patch)
tree55b1b1ea5b6fd0938d7961a4f40ab0713772feb8 /network/quassel-qt5/README.SBo
parentc91d1dcb2d5a432e7b5328c11eb77bc8210008c6 (diff)
downloadslackbuilds-eb7164c904f81d34350c67be34590ecafb05baad.tar.gz
network/quassel-qt5: Added (Distributed IRC client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/quassel-qt5/README.SBo')
-rw-r--r--network/quassel-qt5/README.SBo19
1 files changed, 19 insertions, 0 deletions
diff --git a/network/quassel-qt5/README.SBo b/network/quassel-qt5/README.SBo
new file mode 100644
index 0000000000..205e9cf90e
--- /dev/null
+++ b/network/quassel-qt5/README.SBo
@@ -0,0 +1,19 @@
+From the Quassel wiki at:
+http://bugs.quassel-irc.org/projects/quassel-irc/wiki
+
+Quassel is a program to connect to an IRC network. It has the unique
+ability to split the graphical component (quasselclient) from the part
+that handles the IRC connection (quasselcore). This means that you can
+have a remote core permanently connected to one or more IRC networks and
+attach a client from wherever you are without moving around any
+information or settings. However, Quassel can easily behave like any
+other client by combining them into one binary which is referred to as
+"Quassel Mono".
+
+In simpler terms, the "monolithic" client is a response to requests for
+a client that behaves like every other IRC client. The monolithic client
+(GUI) is what makes the connections to the IRC networks. In normal
+operation, the client (GUI) connects to a core, it is completely
+incapable of connecting to anything else. The core receives connections
+from clients, and makes connections to the IRC networks, it also handles
+logging (currently everything gets put in the database).