EPIC4 Projects, Bugs, and other Errata:

KNOWN ERRATA (eg, bugs, or unresolved requests):
------------------------------------------------
* Bruce DeVisser's /help bug (Robohak is fixing this, and others)
* Magic check failed around expr.c:1796 (found with splitfire)
* /ignore #channel NICKS doesnt work very well

[See http://www.epicsol.org/PROJECTS for things to come in the future]
[See http://www.epicsol.org/CHANGELOG for things that changed in the past]

THE CHANGELOG SINCE THE LAST RELEASE:
-------------------------------------
* Fix nasty bug where mangle_line could expand, overrun buffer.
* No really, that's it.  What more did you expect?
* Roll 'read' and 'write' members of server struct into 'des', do cleanup.
* Fix bug in server_delete i noticed in the pre3 roll forward
* Fix minor bug introduced by the mangle_line bug fix.
* Try to keep channels moving forward if an attempt to register is rebuffed.
* Add support for dalnet's +c channel mode.
* Fix /set -highlight_char so it doesnt make the client crash.
* Added %{1}S and %{2}S maps per our support (|Rain|)
* Don't *EVER* call parse_line() to run user aliases.  Use call_user_alias()
* Try to mark dcc's as deleted before any /on's, to thwart EPIPE loops.
* Mangle up parse_notice() to support server notices to channels.
* Don't treat { and } as special chars unless they look like they should be.
* Don't not show channels if /set channel_name_width 0
* When a channel is joined that is non-current, do NOT put on current window.
* Clean up some other various issues, nothing severe
