mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 11:50:10 +02:00
The client of the future
https://irssi.org
- C 90.6%
- XS 3.4%
- Perl 2.1%
- Meson 2%
- Prolog 1.5%
- Other 0.4%
Problem: Debug printtext(NULL, NULL, ...) was sending debug messages to status window, which caused crashes when status window tried to format timestamps for debug messages. Root cause: Status window environment/context different from chat windows, causing crashes in expando_time() -> getenv() during timestamp formatting. Solution: Use printtext_window() to send debug to current dest->window or active_win instead of status window. This prevents crashes when debugging nick formatting while focus is on status window or when sending debug to inappropriate window contexts. Timestamp: 2025-01-25 02:32 |
||
|---|---|---|
| .augment/rules/imported | ||
| .github/workflows | ||
| .obs | ||
| .specstory | ||
| .vscode | ||
| docs | ||
| fuzz-support | ||
| scripts | ||
| src | ||
| subprojects | ||
| tests | ||
| themes | ||
| utils | ||
| .clang-format | ||
| .cursorindexingignore | ||
| .gitattributes | ||
| .gitignore | ||
| AUTHORS | ||
| config_dev | ||
| COPYING | ||
| INSTALL | ||
| irssi-icon.png | ||
| irssi.conf | ||
| MANIFEST.in | ||
| meson.build | ||
| meson_options.txt | ||
| msg_flow.md | ||
| NEWS | ||
| nm2.pl | ||
| plan3.md | ||
| plan4.md | ||
| README.md | ||
| summary.md | ||
| TODO | ||
Irssi
Irssi is a modular text mode chat client. It comes with IRC support built in, and there are third party ICB, SILC, XMPP (Jabber), PSYC and Quassel protocol modules available.
Download information
Development source installation
git clone https://github.com/irssi/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
- glib-2.32 or greater
- openssl
- perl-5.8 or greater (for perl support)
- terminfo or ncurses (for text frontend)
See the INSTALL file for details
Documentation
- New users guide
- Questions and Answers
- Check the built-in
/HELP, it has all the details on command syntax
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.
