Remove dependencies from Makefile.in - fixes build on newer Linux distributions.
Respect CPP flags in Makefiles.
Fix parallel make install.
Rename README files.
Add SET DEFAULT_PROTOCOL to specify default IP protocol for server connections.
Convert slashes to underscore in channel names for per channel logging filenames.
Fix typos.
Do not treat password as a FiSH key if FiSH is not available.
Fix crash when displaying very large aliases.
Revert "Remove dependencies from Makefile.in - fixes build on newer Linux distributions."
Fix example for REGEXPREP().
Fix IPv6 address reporting in MODE #channel I/e/b. Fixes #1.
Set AI_ADDRCONFIG flag for IP lookups when IPv6 support is enabled. Fixes #5.
Change target directory for manual page to /usr/share/man. Fixes #3.
Added parsing and display of numeric 378. Fixes #4.
Configure now exits if it can't find a working libtermcap / libncurses. Fixes #7.
Display half-op counters in NWHOIS. Properly restore users' half-op counters when retrieving their entry from whowas cache. Fixes #8.
Fix memory / fd leaks reported by valgrind. Fixes #6.
Do not lose one page of scrollback buffer after CLEAR.
Merge branch 'master' of https://github.com/ScrollZ/ScrollZ
Fix configure on FreeBSD 10.
Started with implementation of the tracing facility .
Fix changelog entry and rename ChangeLog files.
Fixed crash when trace file can not be created.
Report server name when we send data to server.
Shorten the IO traces. Include server name in trace file.
Added more trace areas. Implemented tracing to file. Added some tracing statements.
Fix crash when server name is not available. Added help for SET TRACE.
Moved tracing code to trace.c. Added separate trace functions for ChannelList and NickList, use them when dumping server info.
Fix configure on FreeBSD 10.
Added ability to trace shorter server info (without channel information). Trace server info when adding / removing a server.
Make Trace a optional compile time feature.
Added tracing of server traffic.
Fix UTF-8 (iconv) check for OpenBSD.
Fix configure --mandir. Tidy up configure.in which allows us to use recent autoconf versions.
Revert commit 0e516ff3739d00175b16a02b6787f43928c5db17.
Do not use deprecated GnuTLS types.
Fix numerics that were not timestamped.
Fix scrolling through lastlog - it now goes all the way back and it does not lose first page after clear. Add lastlog tracing.
Better description in change log.
Fix iconv() compiler warnings on platforms that require const parameter.
Fix mIRC colours brown and orange.
Fix bug that sent non-bound channels to current window.
Fix file mode bits for installed manual page.
Add more tracing for channels and windows. Fix channels going to wrong window when server was disconnected and window swapped with another window.
Fix crash in VERSION reply on irc.koreaboo.com.
Remove erroneously added code snippet.
Do not try to parse URL from a NULL line. Fixes #20.
Fix long standing silly bug which prevented client from ignoring repeated CTCP requests. Fixes #14.