1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
FOR RELEASE NOVEMBER 11, 1994 --
TINYIRC VERSION 1.0 IS NOW AVAILABLE!
Tinyirc was developed on SunOS 4.1.3, and has been verified
compatable with hpux, linux 1.3.51, AIX, DYNIX, and will probably
run on many other platforms using one of the make options.
it is available via anonymous ftp to ftp.netcom.com
in /pub/Linux/tinyirc-1.0.tar.gz this tar file is 13k
because it includes the GNU public licence.
PLEASE NOTE- The termcap-based version of tinyirc has fewer
features than the curses-based version, and development will
continue in this direction. If you want to use the curses
version of tinyirc, I highly recommend installing ncurses
on your system and linking with it. ncurses is available
on ftp.netcom.com /pub/zmbenhal/ncurses
ncurses routines may be integrated into tinyirc sometime
in the future and the termcap version dropped (next version?)
Here's what's been added since tinyirc-pre1.0
-----------------------------------------------------------------
Configuration options moved into Makefile
Curses is used on systems where termcap is not available
Large speed improvements on hpux and aix (with curses)
Output of "/MSG" resembles IrcII instead of raw data
Tokinization of server input no longer trashes spaces
Word wrap algorithm fixes (for long lines without spaces)
Environment variable IRCSERVER compatable with IrcII defs
Cosmetic changes to status line, channel mode added
"/MODE" now allows unlimited parameters instead of only 1
"/JOIN user" makes default object a user
"/PART user" removes user from object list
Suspending, Backgrounding and Foregrounding is supported
Curses version able to restore screen completely
Scrollback in curses version (PageUp/PageDown, C-u/C-v)
Arrow keys supported by curses version (when available)
More bug fixes.
Here's what's been added since version 0.4 of tinyirc.c
-----------------------------------------------------------------
Support for 2.8.x servers
SUPPORT FOR OLDER SERVERS REMOVED!
Configurable command line history
Emacs-style command line editing
^W channel switching
"/JOIN" can be used to set the default channel
"/MSG" is supported
"/NOTICE" is fixed
command completion ("/QU" = "/QUIT", etc)
full screen mode optimized to use entire display
highly-optimized input line. Only updates what is needed
cursor properly tracks input position in full screen mode
And hundreds of other enhancements and bug fixes too
numerous to mention!
-----------------------------------------------------------------
Grab your copy today and test it out! Send me a little note
letting me know how much you like tinyirc so that I'll be
motivated to keep enhancing it. If you have trouble getting
it to work, please send me email. If you do not know what
a .tar.gz file is, please read the newsgroup news.answers and
look for the Unix FAQ.
-- nathan laredo, laredo@gnu.ai.mit.edu
|