1
0
Fork 0
Go to file
Emanuele Giaquinta 93492d8a35 Update FSF address.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4488 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-05-08 17:51:51 +00:00
debian Fix the Conflicts and Replaces line for sarge backporting 2005-12-14 08:38:42 +00:00
docs Document time format for /scrollback goto. 2007-04-14 20:45:04 +00:00
scripts Update scripts to most recent version from scripts.irssi.org 2005-08-15 22:32:26 +00:00
servertest removed memdebug support 2001-11-27 18:12:30 +00:00
src Do not call iconfig_get_str when target is NULL. 2007-05-06 16:22:09 +00:00
.cvsignore updated 2002-11-28 19:15:03 +00:00
AUTHORS Release 0.8.11-rc1 2007-02-19 19:35:52 +00:00
COPYING Update FSF address. 2007-05-08 17:51:51 +00:00
INSTALL SSL detection changed to use pkg-config, fixed Redhat 9. Removed 2003-11-17 00:29:11 +00:00
Makefile.am Add ACLOCAL_AMFLAGS definition. 2007-05-05 12:01:39 +00:00
NEWS Put release date in NEWS file 2007-04-25 18:13:08 +00:00
README tss@iki.fi -> cras@irssi.org 2002-05-01 22:52:51 +00:00
README.cygwin updated 2002-02-25 20:25:08 +00:00
TODO Implementation of the meta-[cult] (capitalize words, upcase word, downcase word, transpose words) key-bindings from the TODO by Peder Stray 2005-08-27 22:06:34 +00:00
acconfig.h Remove unneeded templates. 2006-09-08 19:00:01 +00:00
autogen.sh Use autoreconf to bootstrap. 2007-05-05 14:45:38 +00:00
colorless.theme updated 2002-05-04 17:18:34 +00:00
configure.in Bump version to 0.8.12-svn 2007-05-05 19:59:07 +00:00
curses.m4 Add missing quote. 2006-10-27 16:48:03 +00:00
default.theme Added sbnickmode around $cumode in statusbar. 2002-12-23 10:08:10 +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
glib-2.0.m4_ Update to latest revision. 2006-09-08 19:02:50 +00:00
glib.m4_ Trying again to add glib.m4 files so you don't need them. autogen.sh kludges 2002-04-22 09:40:29 +00:00
irssi-config.in PERL_LDFLAGS isn't used anymore, replaced with other PERL_* 2002-04-10 02:56:53 +00:00
irssi-icon.png - added irssi icon to desktop file. 2000-04-17 08:56:11 +00:00
irssi-version.h.in IRSSI_VERSION_DATE is now parsed from ChangeLog by configure. Also added 2001-12-15 23:15:05 +00:00
irssi.conf uptime command by Lauri Nurmi with some modifications by me, bug #458. 2006-10-20 12:50:08 +00:00
irssi.cvs autogen.sh complains now if it's run outside cvs. 2002-03-11 04:54:57 +00:00
irssi.spec.in updated by Robert Scheck 2003-11-17 20:43:05 +00:00
stamp.h.in Initial revision 1999-09-03 14:27:29 +00:00
syntax.pl when joining lines together, put space between them.. 2001-03-04 00:13:06 +00:00

README


irssi, http://irssi.org


 * INSTALLATION

See INSTALL file.


 * FILES

 - docs/ directory contains several documents:
    - startup-HOWTO.txt - new users should read this
    - manual.txt - manual I started writing but didn't get it very far :)
    - perl.txt - Perl scripting help
    - formats.txt - How to use colors, etc. with irssi
    - faq.txt - Frequently Asked Questions
    - special_vars.txt - some predefined $variables you can use with irssi


 * ABOUT

Irssi is a modular IRC client that currently has only text mode user
interface, but 80-90% of the code isn't text mode specific, so other
UIs could be created pretty easily. Also, Irssi isn't really even IRC
specific anymore, there's already a working SILC (http://www.silcnet.org)
module available. Support for other protocols like ICQ could be created
some day too.


 * FEATURES

So what's so great about Irssi? Here's a list of some features I can
think of currently:

 - Optional automation - There's lots of things Irssi does for you
   automatically that some people like and others just hate. Things like:
   nick completion, creating new window for newly joined channel, creating
   queries when msgs/notices are received or when you send a msg, closing
   queries when it's been idle for some time, etc.

 - Multiserver friendy - I think Irssi has clearly the best support
   for handling multiple server connections. You can have as many as you
   want in as many ircnets as you want. Having several connections in one
   server works too, for example when you hit the (ircnet's) 10
   channels/connection limit you can just create another connection and
   you hardly notice it. If connection to server is lost, Irssi tries to
   connect back until it's successful. Also channels you were joined
   before disconnection are restored, even if they're "temporarily
   unavailable" because of netsplits, Irssi keeps rejoining back to them.
   Also worth noticing - there's not that stupid "server is bound to this
   window, if this window gets closed the connection closes" thing that
   ircII based clients have.

 - Channel automation - You can specify what channels to join to
   immediately after connected to some server or IRC network. After joined
   to channel, Irssi can automatically request ops for you (or do
   anything, actually) from channel's bots.

 - Window content saving - Say /LAYOUT SAVE when you've put all the
   channels and queries to their correct place, and after restarting
   Irssi, the channels will be joined back into windows where they were
   saved.

 - Tab completing anything - You can complete lots of things with tab:
   nicks, commands, command -options, file names, settings, text format
   names, channels and server names. There's also an excellent /msg
   completion that works transparently with multiple IRC networks.
   Completing channel nicks is also pretty intelligent, it first goes
   through the people who have talked to you recently, then the people who
   have talked to anyone recently and only then it fallbacks to rest of
   the nicks. You can also complete a set of words you've specified, for
   example homepage<tab> changes it to your actual home page URL.

 - Excellent logging - You can log any way you want and as easily or
   hard as you want. With autologging Irssi logs everything to specified
   directory, one file per channel/nick. ircII style /WINDOW LOG ON is
   also supported. There's also the "hard way" of logging - /LOG command
   which lets you specify exactly what you wish to log and where. Log
   rotating is supported with all the different logging methods, you can
   specify how often you want it to rotate and what kind of time stamp to
   use.

 - Excellent ignoring - You can most probably ignore anything any way
   you want. Nick masks, words, regular expressions. You can add
   exceptions to ignores. You can ignore other people's replies in
   channels to nicks you have ignored. You can also specify that the
   specific ignores work only in specific channel(s).

 - Lastlog and scrollback handling - /LASTLOG command has some new
   features: -new option checks only lines that came since you last did
   /LASTLOG command, -away option checks new lines since you last went
   away. Regular expression matches work also, of course. Going to some
   wanted place at scrollback has always been hard with non-GUI clients. A
   search command that jumps around in scrollback in GUI-style is still
   missing from Irssi, but there's something that's almost as good as it.
   /LASTLOG always shows timestamps when the line was printed, even if you
   didn't have timestamps on. Now doing /SB GOTO <timestamp> jumps
   directly to the position in scrollback you wanted. Great feature when
   you want to browse a bit of the discussion what happened when someone
   said your name (as seen in awaylog) or topic was changed (/last
   -topics)


 * BUGS / SUGGESTIONS

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


 * AUTHOR

 - Timo Sirainen
 - cras@irssi.org
 - cras at ircnet/opn/silc
 - #irssi at ircnet/opn, #irssi.fi, #irssi.de and #irssi.pl at ircnet