The sushi IRC suite consists of a central daemon and several clients, which communicate via DBus.
The daemon – maki – provides DBus methods and signals that abstract the IRC protocol to make it more pleasant to use. Consequently, clients using this interface can focus on providing a good user experience instead of worrying about implementation details of the IRC protocol. For example, this interface could also be used to easily write IRC bots in any language that supports DBus.
The suite currently provides a graphical client for GTK – tekka – as well as one for the terminal – nigiri.
You can find us on freenode (chat.freenode.net) in #sushi-irc. Also, feel free to ask questions at https://answers.launchpad.net/sushi.
Please report bugs at https://bugs.launchpad.net/sushi.
The only platform working out-of-the-box is Linux. Instructions for OpenSolaris and Mac OS X can be found in documentation/os.
The current development version is available in the following forms:
git://ikkoku.de/sushi/{maki,tekka,nigiri,plugins}You can translate sushi at https://translations.launchpad.net/sushi.
Some nice source code statstics are located at https://www.ohloh.net/projects/sushi. For more information, see development.