1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00
Go to file
2000-04-28 08:07:42 +00:00
docs Perl working again, better than ever (unless there's bugs :) 2000-04-28 08:07:42 +00:00
po - some updates. 2000-04-17 10:14:41 +00:00
scripts Directory should really be named "scripts", not "examples". 2000-03-15 20:49:44 +00:00
servertest Released 0.7.17 1999-10-16 11:05:08 +00:00
src Perl working again, better than ever (unless there's bugs :) 2000-04-28 08:07:42 +00:00
.cvsignore updates 2000-04-27 11:45:50 +00:00
acconfig.h Initial Perl support. 2000-02-20 23:28:50 +00:00
AUTHORS Irssi 0.7.27 released. 2000-02-25 17:03:17 +00:00
autogen.sh rest of the ~rewrite? 2000-04-26 08:10:09 +00:00
colorless.theme updated 2000-03-10 23:02:21 +00:00
config updated aliases, added #irssi/efnet 2000-04-27 11:44:55 +00:00
configure.in Perl working again, better than ever (unless there's bugs :) 2000-04-28 08:07:42 +00:00
file2header.sh Initial revision 1999-09-03 14:27:29 +00:00
irssi-icon.png - added irssi icon to desktop file. 2000-04-17 08:56:11 +00:00
irssi.desktop - added irssi icon to desktop file. 2000-04-17 08:56:11 +00:00
irssi.gnorba Initial revision 1999-09-03 14:27:29 +00:00
irssi.spec.in - added pixmaps to %files (irssi have now own icon). 2000-04-17 09:37:05 +00:00
Makefile.am rest of the ~rewrite? 2000-04-26 08:10:09 +00:00
NEWS rest of the ~rewrite? 2000-04-26 08:10:09 +00:00
README rest of the ~rewrite? 2000-04-26 08:10:09 +00:00
README-HEBREW Initial revision 1999-09-03 14:27:29 +00:00
split.theme New theme 2000-03-11 18:41:54 +00:00
stamp.h.in Initial revision 1999-09-03 14:27:29 +00:00
TODO rest of the ~rewrite? 2000-04-26 08:10:09 +00:00


irssi


 * ABOUT

Irssi is an IRC client made with GTK+ toolkit and (optional) GNOME
libraries. A small text mode version is also somewhat working, there's
also a really simple daemon version which just loads "bot" plugin. I'd
also like to see KDE version.


 * FEATURES

See docs/COMMANDS file for list of (almost) all commands irssi knows.
See docs/PERL for some documentation of Perl scripting.

I've been asked quite a lot about why should one use irssi, what does it do
that other IRC clients don't? Well, to tell you the truth, I have no idea :)
Still I've got a lot of mails saying it's the best GUI IRC client they've
ever used :) Let's see.. It should be easy to use, it has most of the
features IRC client needs and it's pretty stable. Here's a small list of what
it does:

 - Nice configuration :) Especially the color settings.
 - You can connect to multiple servers. Irssi is also IRC network aware so
   you can specify some settings to work only in specified IRC networks.
 - Automatically connect to IRC server(s) at startup, automatically join to
   channels when connected.
 - All code is nonblocking, it won't hang while connecting to server or
   opening DCC connection. Host lookups are done in separate processes.
 - DCC send, receive and chat with GUI
 - GNOME panel support, channels and queries are displayed in GNOME panel
   where you can easily see which channels have been updated (label turns to
   red) and click in them to open the channel.
 - Doubleclicking URL in text widget launches specified web/ftp/email client,
   also doubleclicking channel/nick join to channel or creates query.
 - Aliases, ignores, autoignoring when flooding, notify lists, completing
   specified words with tab (like home<tab> -> http://my.home.page),
   hilighting lines with specified texts
 - Smart nick completion
 - Configurable logging support
 - Plugins support, creating plugins is really easy.
 - Extremely flexible Perl scripting support.
 - Lots of nice GUI stuff :)


 * PROXY PLUGIN

Usage:

Start irssi-text in screen,
connect to some irc server
/load proxy <password> [ip address to listen [port to listen]]


Finished, default port to listen in is 2777 and default ip is the ip
where your irc server is connected. Now just connect your clients to
the proxy. There's not much features yet, if you want to use multiple
servers you'll need to start multiple irssi-texts now..

 * INSTALLATION

./configure
make
make install

Configure can use these parameters (all of these defaults to yes):

 --with-servertest	Build test irc server which you can use to try crash
                        irc clients
 --with-socks       	Build with socks library
 --with-mysql=dir   	Build with mysql plugin
 --without-gtk       	Build without GTK frontend
 --without-textui	Build without text frontend
 --without-bot		Build without irssibot
 --without-gnome       	Build without GNOME libraries
 --without-gnome-panel	Build without GNOME panel
 --without-imlib	Build without Imlib library (you can use only .xpm
                        files as backgrounds)
 --enable-memdebug     	Enable memory debugging, great for finding memory
			leaks
 --enable-gtk-hebrew    Enable Hebrew support - see README-HEBREW
 --disable-perl		Disable Perl support

There's also some others, you can get a full list with ./configure --help


 * COMMAND LINE PARAMETERS

 --no-applet            Don't start gnome panel applet
 --connect -c <server>  Connect to server at startup
 --port -p <port>         - specify port
 --noconnect -!         Don't autoconnect to any servers at startup
 --nick -n              Specify what nick to use
 --hostname -h		Specify what host name to use

 * BUGS / SUGGESTIONS

See TODO file if it is already listed in there - if not send me email..


 * AUTHOR

Timo Sirainen, tss@iki.fi, cras/ircnet/#irssi, http://xlife.dhs.org/irssi/