EPIC4 Projects, Bugs, and other Errata:

KNOWN ERRATA (eg, bugs, or unresolved requests):
------------------------------------------------
<none>
 
[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 null deref if user does /quote join in an /on raw_irc "% KICK *"
* Add /local -dump so users can dump their local variables.
* Fix null deref if /window show is done while current_window is hidden
* Fix fetch_userhost() to keep looking if first channel has no userhost.
* Fix $write() and $writeb() to return -1 if fflush() fails.
* Add /set history_circleq, if off, history doesn't act as a circle.
* If /set history_circleq if off, then ^U returns history position to end.
* Fix $twiddle() (found by Paladin)
* Fix a bunch of bogus uses of expand_twiddle().
* Fix brain damage caused to channels by /server -delete (found by paladin)
* Actually implement /set max_reconnect, throttles auto-reconnects.
* Fix connect_to_server() to disqualify all servrefs < 0, not just -1
* Fix get_connected() to refrob servrefs < 0 to max servref, ala ircII.
* Implement /set switch_channels_on_part, whether /part does SWITCH_CHANNELS
