diff options
author | Donald Cooley <chytraeu@sdf.org> | 2017-01-23 17:07:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-24 07:23:05 +0700 |
commit | a881a728ef9c6260ccea37918999ce55640c9fc5 (patch) | |
tree | 5686aca25a19c45fcd96c3e8a7b8e86f6083d971 /network/quassel/README.SBo | |
parent | 20cd729f912362bcf06a5aac2e9b4af1a1bb3345 (diff) | |
download | slackbuilds-a881a728ef9c6260ccea37918999ce55640c9fc5.tar.gz |
network/quassel: Updated for version 0.12.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/quassel/README.SBo')
-rw-r--r-- | network/quassel/README.SBo | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/quassel/README.SBo b/network/quassel/README.SBo new file mode 100644 index 0000000000..205e9cf90e --- /dev/null +++ b/network/quassel/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). |