Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
submitted by Jason Lingohr in PR pkg/32974.
changes since 1.9:
ScrollZ v1.9.5, 23.4.2005
+ REGEXP() which uses POSIX.2 regular expression matching,
requested by Mc
+ SHOWIDLE -O|-N to display chan ops/non-ops only, requested by Blaxthos
+ SHOWKILL will now show when were you killed (requested by Blaxthos)
+ ETOPIC to extend current topic (requested by hapan)
+ ETDELIM to set topic delimiter for ETOPIC (requested by hapan)
+ VOICE/DVOICE to voice/devoice users (requested by hapan)
- bug fixes
ScrollZ v1.9.4, 19.12.2004
! support for ! channels on IRCNet (reported by jups)
! ETA display on DCC REGET at connection startup
+ support for numeric 515 on freenode (need to be identified to
join +r channels, requested by TrN)
+ partial support for ~ (channel owner) and & (channel admin)
in unreal ircd (requested by Ahnberg)
+ support for channel mode R on ircd 2.11 (reop, requested by Tero)
- bug fixes
ScrollZ v1.9.3, 11.5.2004
- bug fixes
ScrollZ v1.9.2, 9.5.2004
- bug fixes
ScrollZ v1.9.1, 1.5.2004
+ COLOR MISC color4 is now used to color <>s in publics for people
from user list, COLOR MISC color5 is used for your publics
(requested by salan)
+ SETBACK now decrypts away messages if master password is set and
AWAYENCR is set to ON (requested by Metalfan)
+ parsing of WHOIS actually (requested by braneded)
+ SET STAMP_FORMAT now supports strftime conversion specifiers if
available (requested by wiz)
+ improved OperVision parsing
+ ignore levels PART and JOIN for channels parts and joins,
respectively (requested by TrN and tel)
+ FDLINE to filter D/d lines in -DOPER (requested by wiZ)
+ $stamp() which returns current timestamp as set by
SET STAMP_FORMAT
+ AWAYSAVE AWAY, it controls saving of SetAway/SetBack messages to
ScrollZ.away (requested by taliz)
+ ADDF now accepts -QUIET to omit sending notice to target nick
(requested by taliz)
+ SET HYPER_DCC which replaces compile time define HYPERDCC
(suggested by Merlin)
+ URL catcher now also stores the source of the URL (nick if it
was in a privmsg, or a channel for publics, requested by poorboy)
+ $url(number [string]) now returns given url and its source if
called with two arguments
~ by default kick/nick/deop floods, showaway, kick on flood and
kick on ban are turned off (suggested by b-)
+ @ usermode support
+ wordkicks in actions (coded by braneded)
+ CDE to clear ban exceptions (requested by Blaxthos)
! compile on FBSD 5.1+ with IPv6 enabled (patch from ircII by Damm)
! @%+nick support for some ircds
+ ADDW now support -BAN and -TIME, see help for more info
(requested by eviilboy)
+ client should no longer excess flood when joining a lot of channels
at once (when reconnecting on hybrid7/latest ratbox)
! compile using Apple GCC and IBM XLC (fix by TrN)
+ translation tables to the tarball
+ ARINWIN support for actions (requested by taliz)
+ FTRACE -E|-G (both use ETRACE from ircd-ratbox, -G does matching
on gecos field, requested by taliz)
+ channel based host ignore, example of usage:
IGNORE *.no!#blah public (requested by several users)
- bug fixes, including crashes and possible buffer overflows
|
|
|
|
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.
|
|
|
|
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.
|
|
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.
|