Fixed in 2.7.30p5
=================
* I discovered that due to sloppiness in my code, Light contained a
  number of remotely-exploitable bugs that would cause Light to execute
  arbitrary EPIC script embedded in channel names.  So I've completely
  audited Light for double-evaluation errors, and corrected them all,
  even ones that weren't obviously exploitable.  Thanks are due to |Rain|
  for pointing the problem out (hey, *one* serious security issue in
  over eight years... not bad, eh?) and providing me with ways to fix it.

New in 2.7.30p4
===============
* Backported /nickserv and /memoserv from 2.8, for Dalnet users.
* Also, /memoserv and /nickserv become aliases for /msg memoserv and
  /msg nickserv if you're not on Dalnet. [stephen_]
* Backported updated /xlogin and /oper commands from 2.8.
* Removed /wlogin.

Fixed in 2.7.30p4
=================
* Backported fixes to a couple of issues in the configuration upgrade
  code.
* Backported fixes to an issue with EPIC4-1.1 vs. CTCP. [closes Debian
  bug# 134942]
* Backported fixes to an issue with EPIC4-1.1 vs. the status bar.

Fixed in 2.7.30p3
=================
* Fixed odd behavior in /paste.
* Tab completion fixes.
* Fixed /kb, /kbs, and /zap to not have a fit if the nickname contains
  a backslash.  I'm actively seeking other places this happens, though.
* Light now always interprets Tab and ^R (reverse tab) as a request to
  fill in an empty input line with /m and the most recent nick.  [Apollo]
* Light will no longer highlight any text within angle brackets at the
  start of a line -- for example, a nickname -- if Prefix own messages
  is enabled.  This is to prevent Light from highlighting your nickname
  if you have your nickname (or a part of it) listed in the Highlight
  text option.  [Apollo]
* Updated /whereis to know about the new global Top Level Domains:
  .aero, .biz, .coop, .info, .museum, .name, .pro
* Fixed a bug in /regain.
* Fixed DCC display.
* The netsplit detector required the two server names to have a minimum
  of three components to minimize false positives.  Unfortunately,
  EFnet is using (bogus) hostnames like "hub.uk" and "hub.se", so I've
  relaxed the restriction.
* DCC CHAT messages are now timestamped in the scrollback buffer if you
  are away, same as /msgs.
* Fixed a bug in join display.
* Fixed a LagMeter bug.
* Fixed some WHOIS info display bugs.

Fixed in 2.7.30p2
=================
* Removed some superfluous debug.

Fixed in 2.7.30p1
=================
* The new LagMeter code didn't work on all servers.  Light has been
  fixed to automatically detect whether the new-style or old-style
  LagMeter needs to be used.  [Nanuq]

New in 2.7.30
=============
* IMPORTANT.  Light no longer provides a /WHO alias, because EPIC now
  provides everything (and more) that Light did on its own.  For details,
  please see /help who and http://www.epicsol.org/UPDATES
* Added /xlogin.  (There was a /wlogin, but Undernet removed it, so the
  alias died too.  [Evii])  [jgaddis]
* Light now buffers multi-line /NAMES responses and displays them once
  the "end of /NAMES" indication arrives.  If you IRC on a network on
  which this doesn't work, please email me with the server's hostname
  (if it's a public server) so I can figure out why and fix it!  [mwilson]
* New option in the Channel menu: format /NAMES output into nice,
  neat columns.  [FreakzZ]
* Nick-regain code (no, not war code, just code to wait for the chump
  with your nick to sign off so it can take it back).  For more
  information, see /lhelp aliases regain.
* /zap can now take a number before the nick, which overrides the
  /zap timer.  [DanielS]
* Added /ame (/me to all channels on all servers) and /asay (/say to
  all channels on all servers).  [DanielS]
* Added /paste: disable LightPaste(tm) for five seconds.
* /join can now create hidden windows, if you use the -hide flag.
  -nohide cancels it. In other words, yes, this command is valid:
    /join 0 -hide #channel1 #channel2,key -nohide #channel3
* All the /lhelp text has been fixed to make sure it all fits in an
  80-column window with timestamps turned on and your clock set for
  12-hour display.  [DanielS]
* Colors are now configurable.
* zsh-style menu completion.  [FreakzZ, mwilson]
* /describe now uses TabKey.  (Note that you can abbreviate /describe
  as far as /des, if you haven't made your own aliases that would
  conflict.)
* /config's Miscellaneous Options menu has been completely reorganized.
* Light's handling of your xterm titlebar has been substantially reworked.
  There are now _five_ options controlling what Light does to your
  titlebar.  If it doesn't look the way you think it should, look in
  /config's Miscellaneous menu.  A summary of the new options:
  * xterm titlebar support
    If you turn this off, Light will not touch your titlebar at all.
  * Save titlebar on startup
    Turn this off if your terminal emulator doesn't support xterm's
    "get titlebar" escape sequence.  This shows up by Light giving you a
    "Title:" prompt when you load it.
  * Show server name in titlebar
  * Show topic in titlebar
    What else can I say?
  Are you happy now, mwilson? ;)
* /edtopic: pulls the specified (or current, if not specified) channel's
  topic into the input buffer for editing.  [mwilson]
* New /dcc list displaying code that doesn't truncate nicknames.
* New command: /dict. [wlfshmn]
* If "Prefer tab completion" is enabled (which it is by default), hitting
  Tab on an empty line now fills in /m <nick>, where <nick> is the last
  person to /msg you.  If nobody's /msg'd you yet, it just fills in "/m ".
  [wlfshmn]
* Light now checks the length of topics.  If you think it's got the
  limit wrong, or if the /topic alias does something Weird(tm), please
  let me know.  [inspired by SplitFire]
* Light will now refuse to run if run as root.
* /query will now change who you're talking to in one step, rather than
  two, if the window you issue the /query in was already /querying
  someone.
* Added a /servinfo command, that shows various useful bits of information
  about the current server.  The "Feature info:" line is currently there
  for my use only - don't bother asking what it means.
* /kb and /zap will now clear +v too, for completeness' sake.
* Private actions (both regular and DCC) are now emitted with level MSGS
  (private messages), instead of ACTION.
* New /notify function that looks nicer and keeps nicks sorted.
* Partial support for EFnet's 2.8.21+CSr servers (specifically, the
  no-join-on-split stuff).
* Tab completion defaults to filename completion for /exec.  If this is
  annoying, I'll add support for nicknames after -m[sg].
* /wholeft now defaults to only showing who left the current channel
  during a split.  You can also specify a channel to display info for,
  or * for all channels.
* Support for the stupid new Undernet netsplit notices.
* /lusers looks a bit prettier now.
* Implemented prettyprinting for the EFnet 250 (part of /lusers) and 263
  (server load too heavy) numerics.
* Light can now highlight the current window in your titlebar.  Look in
  /config under Color options, Current window highlight color.
* New command /chops: like /names, but only shows channel
  operators. [neex]
* /whereis now loads the ISO-3166 country code data on demand, instead of
  it being loaded during startup.

Fixed in 2.7.30
===============
* Tab completion now defaults to ON.  This will _not_ change your current
  setting, just that of new users.
* Really fixed the timestamp-doubling bug.  [DanielS]
* The Channel Options configuration menu was too long.  Ban and /zap
  options have been moved into their own submenu under Channel Options.
  Also, timestamping is disabled during /config.  [DanielS]
* /msg might occasionally have been unable to find the "true" nick if
  you were /querying a channel.
* TabKey won't clobber the cut buffer (^U/^Y).
* Typing /query with no active query will no longer report "Ending
  conversation with ."  [DanielS]
* Ban masks generated with "include username in ban" turned on no longer
  contain the ~.  [DanielS]
* Tab completion works for /ds again.
* Filename tab completion will not append a space if the word being
  expanded ends in a / (i.e., is a directory name).
* Filename completion now works with absolute and relative paths.
* If you are in the same channel on two different IRC servers/networks,
  Light occasionally would have shown outgoing public messages in the
  window for that channel on the server you'd most recently received
  something from instead of the window you were talking in.  [Taliesin]
* The "suppress joins/leaves" option no longer hides your own /joins
  and /leaves.
* Light's code to automatically update the target of /queries when
  a nickname change for someone you're currently /querying is observed
  is now smart enough to only update /queries on the network the change
  happened on.
* Light's handling of CTCP and DCC has been cleaned up.
* /dns will now say "is not on IRC" instead of "is at <UNKNOWN>".
* Light now forgets about netsplits thirty minutes after the split
  happens, instead of clearing netsplit information at zero, 15, 30,
  and 45 minutes past each hour.
* /xleave no longer requires a channel name for the first argument,
  but this means that if you _do_ want to specify a channel name, you must
  include the #.
* Signoff messages should always display userhosts now.
* /cb's -nos and -nou flags didn't always behave correctly.
* Finally, the "Light DCC crash" has been laid to rest.  Make sure
  you have EPIC 0.9.11+patch1+patch2 or later if you turn on the "Show
  user@host" option in the DCC menu.
* Fixed a bug present in /lsave since forever where it would update your
  configuration to the current version but fail to update the
  configuration version.
* Fixed a bug that would periodically cause messages from you to have
  the :#channel infix added if you were on multiple channels/networks at
  the same time.  [Tamahome, Bret]
* Fixed WALLOPS formatting.  [Coma]
* Fixed color bug in /unban.
* Fixed unbanning more than one nick/mask at a time with /unban.
* Fixed bug in titlebar saving.
* Fixed silly thinko in connect message.
* Fixed bug where private messages and actions (both regular and DCC)
  would show up in the wrong window if you were using /query.
* Fixed bug with the "send PONG message" option.
* Fixed /msg bug that would cause messages starting with a leading 0
  (zero) to error with "You must specify a message to send".  [DanielS]
* Fixed a couple of bugs that would display the wrong nickname under
  certain circumstances.  [DanielS]
* /showmessages (which is also used by /back) will now pause after each
  screenful of saved messages.  [DanielS]
* The LagMeter(tm) now works if you are connected to multiple servers.
* Fixed a bug in signon and signoff notifications that would cause some
  hostnames to get mangled.  [KionBoi]
* Fixed a weird bug that would occasionally cause public messages to be
  displayed with the wrong nickname.  [zumthing]
* The option to turn off net.split suppression (useful for those of
  you using Light in the Windows port of EPIC) has, until this release,
  always been ignored.  So, in this release, net.split detection will be
  forced to ON when your configuration is upgraded, to continue to provide
  the previous behavior.
* Fixed several bugs that could result in the titlebar containing
  incorrect information if you were connected to multiple servers at the
  same time.  [DanielS]
* Auto-highlight will now never mess up the color of surrounding text.
  [EviiWuff, DanielS, others]
* Net.split and net.join messages are now sent to all windows each
  splitted client is in.
* Fixed bugs in /aaway and /aback that would result in not all servers
  being notified correctly.  [DanielS, others]
* Signon and signoff notification behaves more sanely in a multiserver
  environment.
* The Miscellaneous option "Override $TERM and set titlebar anyway"
  option didn't work.  [roo]
* /clearmessages didn't clear the [Saved: ] counter in the status bar.
  [Evii]
* Added a workaround for X-Chat's broken DCC CHAT support.
* Better idea for how LagMeter(tm) should work. [Robey Pointer]
* Slightly improved support for IRCnet.  I'm curious for any IRCnet-
  related feedback, too.


New in 2.7.29
=============
Nothing. :/

Fixed in 2.7.29
===============
* A combination of a bug in Light and a bug in EPIC could sometimes
  cause /config to crash if you had any hidden windows.  /config has
  been modified slightly to not provoke this crash, but other parts of
  Light may still.  A fix has been forwarded to hop and should appear
  in the next release of EPIC after EPIC4pre2.600.
* A bug in /config made it impossible to change settings relating
  to colors.  [FreakzZ]
* Timestamps could get doubled or even more when the /lastlog command
  is given.  [DanielS]

New in 2.7.28
=============
* New color picker for /configure.
* I've added an option for sorting /NAMES replies, which is off by
  default.  [FreakzZ, inspired by SplitFire]
* The new highlighting around publics is controllable by an option.
  [Taliesin, Epesh, rhowe]
* /lhelp has been cleaned up.  [FreakzZ, rhowe, mwilson]
* "/SET STATUSBAR_COLOR" and the /COLOR command have been removed:
  please use /config instead.
* LightPaste(tm) - never again will you inadvertently paste the contents
  of your xterm into a channel!  If you paste more than a configurable
  number of lines at a time, Light will eat subsequent input until
  there has been a quiet period of one second, at which point you can
  type again.  It's not possible to trigger LightPaste by typing, as
  you have to put something in the input line _and_ hit enter multiple
  times in a row, in an extremely short period of time, to trigger it.
  To turn it on, look in the Miscellaneous menu.  This feature defaults
  to OFF, and the default number of lines is 4.
* /cb has four new switches that work like -x / -nox: -s / -nos:
    clear/don't clear bans set by a server -u / -nou: clear/don't clear
    bans set by a user
  /cb -nox -nou will remove all bans set by a server
  /cb -nou will remove all bans set by a server or by X/W
  -cb -nos -nox will remove all bans set by users * Compatability:
The $indextoword() function in EPIC changed slightly,
  and rather than force everyone to upgrade, Light now works with both
  behaviors.  * /regain: attempt to regain your preferred nickname when
it becomes
  available.  If you give more than one nickname, the list is assumed to
  be in order of preference.  If you do, for example, /regain Liandrin
     Lia Liandra
  if Lia becomes available, Light will still try for Liandrin, but will
  forget about both Lia and Liandra.  [FreakzZ]
  Note that this feature may not work correctly, due to Undernet deciding
  randomly to break the USERHOST command at some point in the past.  The
  bug has been fixed, but it may take a while before all servers upgrade.
* I forgot to document that I added a /reload command to Light 2.7.27,
  which, oddly enough, will purge all loaded scripts, variables, etc. and
  reload your ~/.ircrc.

Fixed in 2.7.28
===============
* If you changed either of the log file settings (channel or away),
  /lsave (which is done by /config, too) would've trashed the setting
  due to a nasty bug in escaping special characters, causing the away log
  filename to be set to "homehomehomehomehomehomehomehome", for example,
  and the channel log to "homehomehome".
* The new window on join option should no longer create extra new windows.
  For the curious, it picks the lowest window on your screen that doesn't
  currently have a channel associated with it.  [mwilson]
* Public messages sent by the user and all actions would sometimes go
  to the wrong windows and would also sometimes not have the channel
  infix inserted.  [Epesh]

Known bugs in 2.7.28
====================
* /config sometimes screws up your windows.  I've managed to provoke an
  EPIC crash while trying to figure this one out, too, but I can't even
  replicate that. :/ [Taliesin]

New in 2.7.27
=============
A very big thank you to mwilson, Tamahome, and FreakzZ for helping
me test this release. =)

* Light can now be made to highlight arbitrary text.  This isn't
  cheap when it comes to CPU consumption, but it works.  You'll need
  a copy of EPIC released on or after 2 December 1999 for it to work.
  The color with which text is highlighted is also configurable.
  [FreakzZ, rhowe, mwilson]
* Light now attempts to figure out what kind of server you are connected
  to, for figuring out, among other things, how many channel modes can
  be changed per MODE command.  [Inspired by SplitFire]
* Timestamps are now colorized.  If you don't like them, let me know,
  and I'll consider changing it.  [Coronach]
* You can now make Light prefer tab completion over TabKey.  To enable,
  look under the Miscellaneous menu.  [FreakzZ, rhowe, mwilson]
* New command /activate: shows the hidden window that's been active
  most recently.  [Taliesin]
* Light now colorizes the angle-brackets around nicknames.  [mwilson]
* Light now has an option for prefixing your own public messages. [mwilson]
* Tab completion will now expand the longest common prefix when there's
  an ambiguous match.  [Nuke, mwilson]
* SmartBans(tm) does a better job of home.com now.  [Tamahome]
* /showraw now shows traffic from your client to the server.
* Added a doodad to the status bar to show how many people are on the
  current channel.  Only visible with double-height status bars.
* Light now works around for a bug in the Undernet ircd that can cause
  the timestamps in the list of bans to be wrong.
* Light now has an option for creating a new window (or recycling an
  old window) automatically when you /join a channel.
* Tab completion for more commands: /ban /unban /op /deop /devoice /load
  /dc /ds /dcc chat /dcc send.  /load's completion correctly searches
  LOAD_PATH.

Fixed in 2.7.27
===============
* The new netsplit code wouldn't treat URLs in signoffs as netsplits,
  but it _would_ treat two-word signoff messages as netsplits.  [rhowe]
* Actions would sometimes show up in the wrong window.  [bolch, rhowe]
* Highlighting nested patterns (e.g., "oo foo") works as expected now.
  [rhowe]
* Timestamps would never increment.  [mwilson]
* The LPM counter could get confused if you had two windows in the same
  channel but on different networks.

Known bugs in 2.7.27
====================
* The new-window-on-join option doesn't always seem to recycle windows.
  [mwilson]
* /config sometimes screws up your windows.

Fixed in 2.7.26
===============
* Brown-paper bag time, again: The netsplit detection code in 2.7.25
  was broken.  Now that it's fixed, it should be a lot smarter about
  what constitutes a netsplit and what doesn't.

New in 2.7.25
=============
* /list output is now colorized.  This fixes a (probably) obscure bug
  in EPIC causing the channel # (yes, a channel with no actual name is
  legal!) to be mis-justified.  [Taliesin]
* I've added a Lines-Per-Minute counter.  Use /config to enable -
  it's option #7 in the Miscellaneous menu.  Note that it will only be
  visible if:
  * the current window is on a channel,
  * something has actually happened in that window in the last minute, and
  * you have double-height status bars enabled.
  [Taliesin, drz]
* If you are /querying someone on any of your channels and they change
  their nickname, Light will now update all windows /querying that person.
  [Taliesin]
* Setting BEEP_ON_MSG to ACTIONS or DCC now works as expected.
* /zap can now be made to ban a user's exact hostmask.  Look for option #8
  under the Channel configuration menu.  [rhowe, Liandrin]
* /join can now take a list of channels (with keys), separated by commas.
  (Yes, Light has finally caught up with the Superpak of 1995...)
* Timestamps.  Use /config to turn 'em on.  (Note that if this is turned
  on, _everything_ is timestamped.)
* New smart /help alias.  Allows you to say "/help on join" instead of
  "/help 5 on join".  Useful if you don't know what section it's in.
  Inspired by the "man" script which ships with EPIC.
* Nick completion now works for TabKey, too: type "/msg foo<tab>".
* Nick completion even works for /k, /kb, and /zap!

Fixed in 2.7.25
===============
* Documentation for /mcdg and /mcds (see "New in 2.7.24" below for
  details) was missing.
* Brown paper bag time: the /nh command (notify and highlight) was
  ignoring people, instead of highlighting them.  Oooops.  [Epesh]
* /notify would give errors if you used it on nicknames that contained any
  non-alphanumeric characters.  [Epesh]
* /msg and /wall will now not send empty messages.
* /msg's error message for missing message ("no nick") is fixed.

* Found and fixed another couple broken DCC messages.
* "* not found on IRC" (yes, literal asterisk) is now suppressed.
* /who wouldn't work outside a channel, no matter what arguments you
  gave it.
* /config should play nicely with multiple screens/xterms now, if
  you're using EPIC4pre2.505 or later.  Let me know if this doesn't work.
  [Taliesin]
* Net.split code should be a bit smarter about what it considers a
  netsplit and what it doesn't.  [rhowe]
* The "Signoff detected for ..." message will no longer show empty
  ()s if it didn't see the signon and stash the userhost.

Known Bugs in 2.7.25
====================
Netsplit detection code is broken.

New in 2.7.24
=============
* Added /aaway and /aback: like /away and /back, but done on all channels
  on all servers you're currently connected to.
* Added /aquietaway and /aquietback: like /quietaway and /quietback,
  but done on all servers you're currently connected to.
* Added /mcdg and /mcds: close all DCC GETs or SENDs with the specified
  users.  (I'd've added /mcdc for chats too, but current EPIC won't
  allow more than one chat to a user at a time.)

Fixed in 2.7.24
===============
* Many small cleanups to screen output, the most notable of which is
  that color is not generated via raw ANSI escape sequences any more.
  If you have scripts of your own that depend on Light having turned
  DISPLAY_ANSI on, you'll need to turn it on yourself.
* In the process of the above I found a bunch of stupid typos, which I
  of course fixed.

New in 2.7.23
=============
* New configuration option to control whether Light will automatically
  enable double-height status bars on all your windows.
* Nick completion!  [Nuke and a host of others]

Fixed in 2.7.23
===============
* The cursor position will now remain constant within the input line
  as you cycle through nicks, rather than moving to the end of the line
  each time.

New in 2.7.22
=============
* Light now has a built-in configuration system!  Type /config to check
  it out!  [Nuke, Liandrin]
* It's also possible now to save your configuration changes with the
  /lsave command.  This will destroy a previous ~/.Light/config, but
  as far as I can tell, it works just fine.  (It's also easier to make
  changes by hand to this file - it's generated from Light/options,
  including all the comments.)  You might want to back it up just in case.
* The International Standards Organization (ISO) has updated ISO-3166,
  the standard that defines the two- and three-letter country codes.
  As Light has a /WHERE command that will tell you what a particular
  top-level domain means, this has been updated to contain the latest
  changes in the 1999-10-01 revision of ISO-3166.
* Light now catches nicks for TabKey from private actions, NOTICEs,
  and DCC CHATs.  [Nuke, Liandrin]
* The default /ZAP time is now 15 seconds, up from 10.
* I rewrote some of the explanation text in the options file; hopefully
  it's easier to understand now.

New in 2.7.21
=============
* Implemented caching of signons, so the hostmask can be displayed on
  signoff.
* Status bar color is now set by _name_, not ANSI color numbers.  It
  understands most _common_ color names; if you find something it doesn't
  understand, let me know.  To get a bright-colored foreground, put the
  word "light", "bright", or "bold" in front of the foreground color
  (e.g., "light cyan on blue", the default).
* CTCP VERSION requests have been prettyprinted.
* You can now force Light to set your title bar, by setting
  @LIGHT.Misc.alwaysUseTitleBar to 1.  Read the note in Light/options
  before doing this.
* You can now do /set statusbar_color <color goes here>.  Note that
  there was a bug in EPIC with respect to this; even though the
  statusbar's color would change, EPIC would say *** No such
  variable "STATUSBAR_COLOR" anyway.  (This seems to be fixed in
  EPIC4pre2.004-19990909.)
* Added an autovoice list, like autoop.  [Ooogy]
* Added /kbs - just like /kb, but silences too!  [Ooogy]

Fixed in 2.7.21
===============
* Fixed the tabkey code to (a) actually use the code to /userhost someone
  to determine their "TrueNick" (i.e., nick with correct spelling), and
  (b) try the list of people on your current channel before resorting
  to a /userhost.  Only applies to the first time you /msg someone.

New in 2.7.20
=============
* Big cleanup to the formatting code involved in /WHO output.  Padding
  based on the value of /SET CHANNEL_NAME_WIDTH actually works correctly
  now.  Nicks are still truncated at nine characters, though.

Fixed in 2.7.20
===============
* Fixed stupid bug in /voice.
* Fixed help for /ffind and /fkick.

New in 2.7.19
=============
BIG NOTE: I have removed a lot of old compatibility cruft.  Most of it
affects clients released in 1997, but now that EPIC4pre2.003 is out and
seems (for _me_, at least) to be stable, I'm not going to waste time
checking for things hop changed two years ago.

* Added /ffind - like /fkick without the kick.
* New look for /sb output.
* /back won't ask you to clear saved messages if there aren't any.  [Epesh]
* /fkick can now take an option, -b (ban the mask before kicking).
* /cb can now toggle -nox and -x in the middle of a command line.
  Confused?  Here's an example:
    /cb -nox #chan1 -x #chan2 -nox #chan3 #chan4
  This will clear all bans on #chan2, but leave behind X/W-set bans on
  the other channels.
* Cleaned server notice handling up a little.
* Added formatting for a bunch of STATS replies.
* Added the option to include usernames in bans - see Light/options
  for more details.  [Epesh]
* Added formatting for USERHOST and USERIP (Undernet-only(?)) and many
  STATS replies.
* Added *.dialup.rcn.com to SmartBans(tm).
* Modified the channel signoff hook to de-verbosify Undernet's annoying
  error signoffs (ping timeout, read error, buffer allocation error).

Fixed in 2.7.19
===============
* Finally fixed "Lag: -0 seconds" problem.
* Fixed a bunch of bugs relating to the output from DCC hooks.
  I *think* I'm still occasionally seeing odd output with DCC CHATs,
  but I don't DCC that much.  If you find something strange, email
  light-workers@canuck.gen.nz about it.
* Fixed bugs with home.com and sprint.ca SmartBans(tm), and removed Costa
  Rica (CR) from the "bilevel" domain list, having spotted *.co.cr.
* Fixed a problem with the netsplit code where any two-word signoff
  message containing a dot in each word would trigger netsplit detection.
  This still needs a bit of tweaking.
* Fixed the formatting of private DCC actions (i.e., /desc =nick blah)
* Fixed /hideraw, which appears to have been broken since 2.7.16. *blush*

Notes about 2.7.18
==================
* Slightly friendlier CTCP output.
* /who's output will now be $stripcrap()ed, too.
* Fixed bug that eats QUIT/LEAVE/WHO messages under clients dated before
  980713, even though they're not really supported all that well any
  more.  [Coma]
* Documentation fixie: /lhelp channel join didn't mention that /join with
  no arguments will join the last channel you were invited to.
* Added /lag.  Updates the LagMeter(tm) on demand.
* Added a new option to control how often the LagMeter(tm) updates.  Read
  ~/Light/options for details.
* Added /xleave.  Read /lhelp channel xleave.  [Coma]
* Light will now save your titlebar and restore it when you /quit, but
  there's a catch.  In order for it to work correctly, you must do the
  following:
    a) Find out which metakey is bound to ESC (i.e., ^[).  Call this
       meta2, for the sake of argument.
    b) Find an unused metakey.  Call this meta34.
	c) /bind meta2-] meta34
	d) /bind meta34-l #
	e) /bind meta2-\ parse_command xtype ^M
    f) add the line "@LIGHT.Misc.getTitleWorks = 1" to ~/.Light/config
  In step E, make sure that ^M is the actual control character, and
  not the two characters ^ and M.  I'm sorry this is so painful, but
  EPIC has no facility for discovering what's bound to what, and one of
  Light's policies is to not mess with the user's keybinding (outside
  of ^I and ^R, this is).  _I_ happen to have a meta2 bound to ^[,
  and a free meta34, but that doesn't mean _you_ do.  [Epesh]

Notes about 2.7.17
==================
* Now shows the version number on load.  [Epesh]
* Fixed bug in /zap that only showed up if LIGHT.Channel.showTimeInZap was
  enabled.  [Epesh]
* /ban and /unban were really broken.  Fixed.  [Epesh]

Notes about 2.7.16
==================
* New option, LIGHT.Misc.updateTitleBar, which will put the current channel
  and server in your titlebar in an xterm.  (If you're running an
  EPIC older the 28th of September 1998, this may not work correctly.)
* Added /whereis, which will tell you what an ISO3166 country code is.
* Lots of code cleanups, at the further expense of EPIC3 compatability.
* Made the default /fkick message configurable.

Notes about 2.7.15
==================
* Added two new options: LIGHT.Channel.ignoreZappee, which /ignores the
  person you zapped while banned if set, and LIGHT.Channel.showTimeInZap,
  which shows how long the zap was for if set.  Neither are enabled by
  default. [Epesh]
* A bunch of bugs with /zap, /kb, /ban, and /unban have been fixed.   These
  showed up while implementing the above.
* EPIC3 compatability is good and screwed now.

Notes about 2.7.14
==================
* You can now get rid of bold, too, when you turn off color. [jdh]
* SmartBans(tm) knows about a few more domains.
* /zap timer is now configurable. [Epesh]
* The AMES(tm) is no longer bolded, by popular demand. [sjh]
* The "Your message has been logged" message no longer contains bold. [sjh]
* The options file now contains descriptions of what everything does.
* Fixed a bug where /zap would unban in the wrong channel. [Epesh]
* Fixed a few more DCC output glitchies.
* CTCP reply handling is a bit broken, I need to investigate this more.
  Should be fixed for 2.7.15. =)
* The LagMeter(tm) no longer resets your idle time.  If you liked the fact
  that your idle time was being reset every 60 seconds, email me and I'll
  consider adding an antiidler.

Notes about 2.7.13
==================
* The LagMeter(tm) has been fixed - it will actually work now. ;)
* Most channel operator-only functions now check to see if you're a
  channel operator before attempting them.
* DCC CHAT messages now behave like ordinary messages - /last 10 -msg will
  show them too.
* Added support for Undernet's PART (/leave) comments.
* Other sundry output cleanups.
Yeah, I know it's not much of a release, but it's better than nothing.
I'm open to any suggestions for improvements!

Notes about 2.7.12
==================
* Epesh found and fixed a bunch of bugs in the Light help system.
* Status bar is now bright cyan on blue - if you don't like this, put:
  @LIGHT.StatusBar.colored = 0
  in ~/.Light/config.
* New! LagMeter will tell you when you're more than half a second lagged
  to yourself.  (Double status bar mode only.)
* New! The number of messages saved to your message log will be displayed
  in your status bar.  (Double status bar mode only.)
* When a DCC CHAT is established, the person's nick is added to the
  tabkey list.
* New command - /color {on|off|toggle}.  Does exactly what it says.

Notes about 2.7.9 through 2.7.11
================================
* HELP!! /lhelp is done! ;)
* The *E* prefix has been changed to a blue ***, to make it a bit more
  obvious that the text isn't being reformatted by Light.  More for me than
  for you.
* Now that /lhelp exists, commands that need arguments that don't get enough
  will invoke their own /lhelp.
* /nslookup now reports "not found" instead of blank.
* Added /ls.  You'll probably want to use -C to prevent it from displaying
  one file per line.
* /leave can leave more than one channel at once. =)
* /kick, /op, and /deop check for missing arguments.
* Use the client's built-in /topic if you're using a client released since
  31 May 1997 - save some cycles by using the built-in one.
* /cb can now clear multiple channels' banlists at once.
* /cb takes a switch, -nox, which will make it leave X/W-set bans in place.
  Doesn't make sense anywhere but Undernet, so it only works on Undernet.
* /ban, /unban, and /fkick should all work happily now.
* Color is now an option - /lhelp config color
* /ping *should* work now - lemme know if you get:
  *** Unknown command: PING
* Now catches and displays nicely ping times, and even sends them =)
* The PONG reply is now an option which defaults to off.  There will be a
  way to change the setting soon.
* Fixed bug in /cds and /cdg.
* Light should now know when a country uses two levels (e.g., something.com)
  and when it uses three (canuck.gen.nz) and ban appropriately.
* The tabkey code now updates its internal list if it sees a nick change for
  someone in your tabkey list.
* Hitting tab with nobody in your tabkey list won't make a mess now.
* Shiny new code all over the place - tell me if anything goes funny.
* Finally colorized some output hooks that had been lurking uncolorized since
  day dot.
* Light now swallows duplicate "Your message has been logged" notices,
  "nick is away: blah", and mIRC (*spit*) DCC notices.
* Added a bunch of hooks for a forthcoming /opview, which has made somewhat
  of a mess of server notices for the moment.

Known bugs that nobody can reproduce
====================================
* Light seems to interact badly with screen, sometimes.  I haven't got
  a clue why, though.  [Taliesin, Bret]
