
This is the current release of the 'RATBOX_1' tree of ircd-ratbox.

-- ircd-ratbox-1.5-3
- fixed spoofed idents sometimes giving users a blank ident
- fix '@' and '#' resv support
- fix ability to remotely temp xline
- getopt fix
- rewrite of stacking in parser to prevent a core
- dont hide server doing a mode change unless we have hide_servers on

-- ircd-ratbox-1.5-2
- really fix cpu issues with poll()
- add a new module to contrib/ which allows opers to temporarily disable
  users connecting in a specific class
- fix a memory exhaustion issue with unregistered clients
- fix issue with ziplink stats when >4GB of data has been sent.  now output
  ziplink stats in kB.
- also fix an issue where ziplink stats could possibly not work correctly
  on 64bit platforms

-- ircd-ratbox-1.5-1
- fix cpu issues with poll()
- extended the special '@' and '#' chars to resvs
- dont replace the users ident if its spoofed and theyre unidented
- clean up olist, adding in operspy stuff

- ircd-ratbox-1.5
- fix the >I: line notice to include the prefixed "***"
- fix clients not being properly removed from reject cache
- fix the static build
- handle remote kline etc when its sent over ENCAP.
- added proper encap handlers to struct Message

  MODULES CREATED FOR ircd-ratbox-1.4-2 AND EARLIER WILL NO LONGER WORK
  WITHOUT MODIFICATION.

  The encap handler has been added before the oper handler - simply add
  "m_ignore," before the oper handler.  You can differentiate between 1.4-2
  and 1.5 style, by testing the define HAVE_ENCAP_HANDLERS.

--------------------------------------------------------------------------------

BUGS: Major bugs in this release are listed in BUGS

BUG REPORTS: If you run this code and encounter problems, you must report
 the bug in one of the following ways:
  a) By EMAIL to ircd-ratbox@lists.ratbox.org
 Please include a gdb backtrace and keep the core file, binaries and 
 modules in case the developers need them.

DISCUSSION: There is a mailing list for discussion of ratbox issues,
 To subscribe, visit:
      http://lists.ratbox.org/cgi-bin/mailman/listinfo/ircd-ratbox

Please read doc/whats-new.txt for information about what is in this release

Other files recommended for reading: BUGS, README.FIRST, INSTALL

--------------------------------------------------------------------------------
$Id: RELNOTES,v 1.77.2.47 2004/07/24 20:03:36 leeh Exp $
