1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-22 04:35:58 -04:00
Go to file
2022-04-24 15:40:20 +02:00
.github/workflows
docs
fuzz-support
scripts
src
subprojects
tests
themes
utils
.clang-format
.gitattributes
.gitignore
AUTHORS
COPYING
INSTALL
irssi-icon.png New icon by ditCh. 2008-03-04 17:46:11 +00:00
irssi.conf
MANIFEST.in
meson_options.txt
meson.build
NEWS
README.md
TODO

Neırssi

Build Status

Neırssi is a modular text mode chat client mostly compatible with Irssi. It comes with IRC support built in, and there are third party ICB, SILC, XMPP (Jabber), PSYC and Quassel protocol modules available.

irssi

Download information

Development source installation

Ninja 1.8 and Meson 0.53

git clone https://github.com/ailin-nemui/irssi
cd irssi
meson Build
ninja -C Build && sudo ninja -C Build install

Release source installation

  • Download release
  • Verify signature
tar xJf irssi-*.tar.xz
cd irssi-*
meson Build
ninja -C Build && sudo ninja -C Build install

Requirements

See the INSTALL file for details

Documentation

Themes

Scripts

Modules

Security information

Please report security issues to staff@irssi.org. Thanks!

Bugs / Suggestions / Contributing

Check the GitHub issues if it is already listed in there; if not, open an issue on GitHub or send a mail to staff@irssi.org.

Irssi is always looking for developers. Feel free to submit patches through GitHub pull requests.

You can also contact the Irssi developers in #irssi on irc.libera.chat.