summaryrefslogtreecommitdiff
path: root/chat/scrollz
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2004-09-19update MASTER_SITES, the old host has disappeared from dns.grant1-2/+2
2004-09-19whitespace nitsgrant1-3/+3
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-03-29bl3ifyxtraeme1-4/+4
2003-08-28Change my email address to the NetBSD one, ok'ed by wiz@xtraeme1-2/+2
2003-01-19Update ScrollZ to 1.9.grant4-16/+697
Major changes since 1.8m: + shitlist is now checked upon nick change (requested by Toch) ! cut encrypted messages at 304 characters to avoid decryption problems at the other end when IRC server cuts the message (reported by [2am]) + all mass commands (MDOP, MOP etc) now support -A flag to operate on all users (requested by ogre) + improved tabkey completion now cycles through channels as well, /DCC GET nick<tab> cycles through the files offered by nick /DCC SEND nick <tab> cycles through files on disk - if you use a relative path it looks in your CDCC ULDIR or current dir if that isn't set, also completes commands as in /M<tab> and /HELP M<tab>, path in /LOAD and DCC CHAT nicks (coded by braneded, many thanks!) + SSL support: to enable it call configure with --with-ssl. to use it SERVER -SSL HOST:PORT or WINDOW [-]SSL HOST:PORT or prefix server hostname with a ! as in scrollz nick !server:port. SSL connections are indicated with a ! in the server list (thanks to Sharky and Darkie for permission to use their code from BitchX SSL port) + per channel logging, check help for commands CHANLOG, CHANLOGDIR, CHANLOGPOST and CHANLOGPREFIX (requested by Ahnberg and his gang) ! ignore case of nickname in IGNORE nickname (reported by braneded) + mIRC compatible DCC resume, it has to be enabled in defs.h (patch submitted by braneded) ~ merged ircii-20011210 changes (without ISO-2022-JP stuff and mIRC color stuff - sorry but my screen.c is too different these days from ircII and ircII won't allow for ANSI color codes, also removed ircII's SET SHOW_STARS and SET STAR_PREFIX in favour of my, more complete code, there is no support for %v (voice status) in status bar as ScrollZ already uses %@ for that) ~ we now use HELP like ircII - all ScrollZ.help text was moved into help directory which is now part of the distribution (thanks braneded) plus I have also described all ScrollZ modifications such as additional functions, status variables and all SETs (I really hope someone is gonna take over the docs project as I simply don't have time to do both the coding and the docs) WARNING: SHELP is gone, use HELP from now on! + AWAYENCR to toggle encryption of ScrollZ.away on or off (the file is encrypted using master password, a tool to decrypt such encrypted files can be found in tools directory) The full list of changes can be found in ChangeLog.ScrollZ.
2002-12-17Fix usage message, as we do not install as 'irc', only 'scrollz'.grant2-1/+15
2002-12-13Update scrollz to 1.8m.grant3-17/+18
Many changes, too many to list here. The full list of changes can be found in ChangeLog.ScrollZ. Update provided by Juan RP in PR pkg/19358.
2002-12-06Initial import of ScrollZ 1.8l into the NetBSD packages collection.grant4-0/+43
ScrollZ is an advanced IRC client based on ircII client. It was developed on Linux, but can be compiled on variety of Unix platforms. Major features: * supports colors * internal userlist and shitlist * a lot of things are stored in memory, so we don't have to contact server at all in some cases * improved file exchange (based on Sheik's cdcc.c) * improved cosmetics (based on TooLie Box by Zakath) * improved flood protection * adds channel protection * comes with user-friendly options like tab key, auto reply and URL catcher * logs events important to you when you're away (customizable) * adds OperVision (optional; coded by Zakath) * supports virtual IP * supports IPv6 Submitted in PR pkg/18846 by Juan@xtraeme.dyndns.org.