Almost all bugfixes.
- New debug tool, NETDUMP. It's a constant in services.pl next to DEBUG
- This logs EVERYTHING that services sends or receives (but nothing else)
- This is tantamount to spying on production networks. Make sure to delete these logs after you're done with them, and only enable it if you're running into problems.
- Make ConnectServ no longer depend on services to be loaded.
- Remove some races in LogServ
- fix cs_unban
- improve the $self check in cs_unban
- Another KILL-loop fix, where we just drop messages made by non-existent agents.
- archivelogs.pl. Handles moving old logs and compressing them
- More docs
- UPGRADING
- Updates to README
- Dead code cleanup
- Remove several pieces of old/commented out code. Some remain as vestigages of incomplete features.