Haver-Server version 0.06 ("Lamp") ========================= Haver's a new chat system similar to IRC, but hopefully it is both more simple and more flexible. Haver will never replace IRC, rather it is intended for a different niche: Fairly small servers. Haver doesn't make any attempts at doing multi-server stuff. We try to generalize everything, and not have too many special cases. Why was haver written? Because IRC is really... disorganized. Having to user agents for keeping rooms registered is just plain icky, in my opinion. Also, writing the server, the clients, devising a protocol that is simple, is terribly fun stuff. INSTALLATION To install this module type the following: perl Build.PL perl Build perl Build test perl Build install DEPENDENCIES POE => 0.27 Haver => 0.04 YAML => 0.35 Digest::SHA1 => 2.01 COPYRIGHT AND LICENCE Copyright (C) 2004 by Dylan William Hardison This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this module; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA