1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00
Go to file
Timo Sirainen e4f7d55ce9 DCC cleanups - split DCC_REC to CHAT|GET|SEND_DCC_RECs. Plugins should
now be able to add whatever new DCC types.

Nick changes affect DCC chats. /WHOIS without parameters works properly
in DCC CHAT queries.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1194 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-02-10 02:02:26 +00:00
docs /SET timestamp_format now specifies format of $Z. timestamp msg format 2001-01-28 04:03:56 +00:00
po Create POTFILES.in automatically in autogen 2000-12-17 04:36:14 +00:00
scripts updated 2000-12-06 05:42:13 +00:00
servertest 0.7.96 release updates 2000-10-19 19:40:16 +00:00
src DCC cleanups - split DCC_REC to CHAT|GET|SEND_DCC_RECs. Plugins should 2001-02-10 02:02:26 +00:00
.cvsignore Renamed libtool-static to libtool-shared. Generating it should now also 2001-01-04 18:35:26 +00:00
acconfig.h Check if libtool creates libraries in .libs dir. Check if -lgmodule 2001-01-16 00:14:14 +00:00
AUTHORS Irssi 0.7.27 released. 2000-02-25 17:03:17 +00:00
autogen.sh docs generator updates 2001-01-05 09:38:08 +00:00
colorless.theme updates 2000-12-03 06:36:19 +00:00
config Default undernet server changed from .net to .org 2000-10-19 11:34:07 +00:00
configure.in gettext fixes 2001-02-03 18:12:41 +00:00
curses.m4 Added /usr/pkg and /usr/contrib to ncurses checks. 2000-11-11 17:01:10 +00:00
default.theme DCC chat nicks are in /MSG completion list now if chat isn't in query. 2001-02-09 22:00:51 +00:00
file2header.sh internal default.theme is used if it isn't found anywhere 2000-12-02 02:01:51 +00:00
findsyntax.pl docs generator updates 2001-01-05 09:38:08 +00:00
irssi-config.in - Compiling fixes 2000-05-09 11:42:42 +00:00
irssi-icon.png - added irssi icon to desktop file. 2000-04-17 08:56:11 +00:00
irssi.spec.in Changed irssi's url to http://irssi.org 2000-06-02 01:55:03 +00:00
Makefile.am gettext fixes 2001-02-03 18:12:41 +00:00
NEWS Getting ready for 0.7.97.. 2000-12-03 05:34:41 +00:00
README 0.7.96 release updates 2000-10-19 19:40:16 +00:00
stamp.h.in Initial revision 1999-09-03 14:27:29 +00:00
syntax.pl call findsyntax.pl with "perl findsyntax.pl" instead of ./findsyntax.pl, 2001-01-17 19:00:30 +00:00
TODO Getting ready for 0.7.97.. 2000-12-03 05:34:41 +00:00


irssi

(ok, this file is out of date, there is no gtk version currently)
(read docs/startup-HOWTO.txt - it will help you get started)


 * 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

docs/manual.txt - new manual
docs/perl.txt - 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:

 - 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..

 * 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, efnet, opn/#irssi, http://irssi.org