Smuxi
Sign in to saveSmuxi is a cross-platform IRC client for the GNOME desktop inspired by Irssi. It pioneered the concept of separating the frontend client from the backend engine which manages connections to IRC servers inside a single graphical application.
Source code
Depending on your operating system and favorite distribution the installation of the listed applications varies. apt-get install build-essential git autoconf automake intltool mono-devel mono-xbuild libnini-cil-dev liblog4net-cil-dev libgtk2.0-cil-dev libnotify-cil-dev libdbus2.0-cil-dev libdbus-glib2.0-cil-dev lsb-release This directory contains libraries that Smuxi needs and ships as part of Smuxi.
Excerpt from the source-code README · 2,653 chars · not written by Vinony
Wikidata facts
- Official website
- smuxi.im
- Image
- Smuxi-0.9-linux-gnome-main-window.png
Show 3 more facts
- Commons category
- Smuxi
- source code repository URL
- github.com/meebey/smuxi
- software version identifier
- 1.2.1
via Wikidata · CC0
~3 min read
Article
7 sectionsContents
- Architecture
- Features
- Distribution
- Reception
- See also
- References
- External links
Smuxi is a cross-platform IRC client for the GNOME desktop inspired by Irssi. It pioneered the concept of separating the frontend client from the backend engine which manages connections to IRC servers inside a single graphical application.
==Architecture== Smuxi is based on the client–server model: The core application exists in the Smuxi back-end server which is connected to the Internet around-the-clock. The user interacts with one or more Smuxi front-end clients which are connected to the Smuxi back-end server. This way, the Smuxi back-end server can maintain connections to IRC servers even when all Smuxi front-end clients have been closed.