• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build-aux/H09-Apr-2021-16,75512,491

docs/H03-May-2022-9,4976,428

m4/H09-Apr-2021-9,5738,663

scripts/H09-Apr-2021-4,1373,445

src/H09-Apr-2021-108,49981,382

tests/H09-Apr-2021-8,7407,599

themes/H09-Apr-2021-1,140931

utils/H09-Apr-2021-1,4251,137

AUTHORSH A D08-Apr-20211.9 KiB10494

COPYINGH A D08-Apr-202117.8 KiB345284

ChangeLogH A D09-Apr-20211.7 MiB54,01532,519

INSTALLH A D08-Apr-20213.4 KiB11678

Makefile.amH A D08-Apr-2021924 3322

Makefile.inH A D03-May-202232.5 KiB1,005894

NEWSH A D09-Apr-2021160.1 KiB3,2853,004

README.mdH A D08-Apr-20212.3 KiB7451

TODOH A D08-Apr-202135 KiB680629

aclocal.m4H A D09-Apr-202155.2 KiB1,5221,372

autogen.shH A D08-Apr-20212.1 KiB6848

configureH A D09-Apr-2021504.8 KiB17,28714,490

configure.acH A D03-May-202223.7 KiB865748

irssi-config.hH A D09-Apr-20213.7 KiB14637

irssi-config.h.inH A D09-Apr-20213.4 KiB14597

irssi-config.inH A D08-Apr-2021222 107

irssi-version.hH A D09-Apr-202166 32

irssi.confH A D08-Apr-20217.1 KiB260234

README.md

1# [Irssi](https://irssi.org/)
2
3[![Build Status](https://travis-ci.org/irssi/irssi.svg?branch=master)](https://travis-ci.org/irssi/irssi)
4
5Irssi is a modular chat client that is most commonly known for its
6text mode user interface, but 80% of the code isn't text mode
7specific. Irssi comes with IRC support built in, and there are
8third party [ICB](https://github.com/jperkin/irssi-icb),
9[SILC](http://www.silcnet.org/),
10[XMPP](http://cybione.org/~irssi-xmpp/) (Jabber),
11[PSYC](http://about.psyc.eu/Irssyc) and
12[Quassel](https://github.com/phhusson/quassel-irssi) protocol modules
13available.
14
15![irssi](https://user-images.githubusercontent.com/5665186/32180643-cf127f60-bd92-11e7-8aa2-882313ce1d8e.png)
16
17## [Download information](https://irssi.org/download/)
18
19#### Development source installation
20
21```
22git clone https://github.com/irssi/irssi
23cd irssi
24./autogen.sh
25make && sudo make install
26```
27
28#### Release source installation
29
30* Download [release](https://github.com/irssi/irssi/releases)
31* [Verify](https://irssi.org/download/#release-sources) signature
32```
33tar xJf irssi-*.tar.xz
34cd irssi-*
35./configure
36make && sudo make install
37```
38
39### Requirements
40
41- [glib-2.28](https://wiki.gnome.org/Projects/GLib) or greater
42- [openssl](https://www.openssl.org/)
43- [perl-5.6](https://www.perl.org/) or greater (for perl support)
44- terminfo or ncurses (for text frontend)
45
46#### See the [INSTALL](INSTALL) file for details
47
48## [Documentation](https://irssi.org/documentation/)
49
50* [Frequently Asked Questions](https://irssi.org/documentation/faq)
51* [Startup How-To](https://irssi.org/documentation/startup)
52* Check the built-in `/HELP`, it has all the details on command syntax
53
54## [Themes](https://irssi-import.github.io/themes/)
55
56## [Scripts](https://scripts.irssi.org/)
57
58## [Modules](https://irssi.org/modules/)
59
60## [Security information](https://irssi.org/security/)
61
62Please report security issues to staff@irssi.org. Thanks!
63
64## [Bugs](https://github.com/irssi/irssi/issues) / Suggestions / [Contributing](https://irssi.org/development/)
65
66Check the GitHub issues if it is already listed in there; if not, open
67an issue on GitHub or send a mail to [staff@irssi.org](mailto:staff@irssi.org).
68
69Irssi is always looking for developers. Feel free to submit patches through
70GitHub pull requests.
71
72You can also contact the Irssi developers in
73[#irssi](https://irssi.org/support/irc/) on freenode.
74