diff options
author | Donald Cooley <chytraeu@sdf.org> | 2019-01-03 10:52:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-05 07:49:20 +0700 |
commit | eb7164c904f81d34350c67be34590ecafb05baad (patch) | |
tree | 55b1b1ea5b6fd0938d7961a4f40ab0713772feb8 /network/quassel-qt5/README.SBo | |
parent | c91d1dcb2d5a432e7b5328c11eb77bc8210008c6 (diff) |
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.SBo | 19 |
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 0000000000000..205e9cf90e4bf --- /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). |