Eiwic 1.0.11                                                                   
-------------------------------------------------------------------------------
  ___ _        _                                                               
 | __(_)_ __ _(_)__                           mail__________lordi@styleliga.org
 | _|| \ V  V / / _|                           www___http://lordi.styleliga.org
 |___|_|\_/\_/|_\__|                           irc_________________lordi@IRCnet
                                                                               
																   
 Eiwic is released under the GPL, for more info please read the file COPYING.


Short installation guide
-------------------------------------------------------------------------------

        - Ungzip & untar the eiwic-1.0.x.tar.gz file
		
        - Edit Makefile (If your system does not support IPv6 etc.)
	
        - Run 'gmake' (or 'make' if gmake does not work)
		
        - Edit 'bot.conf' to fit your needs
		
        - Optional: Run "./eiwic bot.conf -l - -v 10" to probe if the bot is
          running correctly with your bot.conf. If it doesn't give you errors
          or warnings and joins the channels you set, your configuration is
          alright and you can kill the bot again through SIGINT (Ctrl-C).

        - To run the bot in the background finally, you may launch it with
          "./eiwic bot.conf -d" or, additionally, with "-l eiwic.log -v X" if
          you want a logfile (X is the verbosity level, set it to 10 for a
          verbose debug logfile, or to 3 for a normal (smaller) logfile.

-------------------------------------------------------------------------------
		   
Send bugs to lordi@styleliga.org with a description and, if necessary, the part
of the logfile.

Thanks go out to alpha_5 for running Eiwic on his server so many bugs have been
found, to Youk for making it run on OpenBSD and to Elaminato for testing Eiwic
with Cygwin :)


Changelog
-------------------------------------------------------------------------------
1.0.12  pre1:
          ./configure script included (thanks to Youk)
		pre2:
		  "stream" module introduced, streams your channel through browser
		  "rot13" module added, introducing !rot13 ;)
	      code clean-ups
		pre3:
		  modules/Makefile fixed for some systems (thanks to Youk)
		  struct timeval fix for some system (required sys/time.h)
          added "USERNAME" setting in the config file
		pre4:
		  added "stats" module, monitoring all triggers and saves statistics
		  added ep_trigger call back function, is always called when any
		  	trigger is triggered
		  "stream" module updates
		pre5:
		  added "users.[c|h]" and basic user_* functions
		  added "getop" module, which will be replaced with some real
		    user/rights management etc. (doesn't work however ;),
			dont use it)
		  fixed !dict module (layout change on dict.leo.org)
		pre6:
		  added CSS style support for HTTP livestream (stream)
1.0.11	module code updated again
        Makefile re-written
1.0.10  removed 'ping' module / added 'conv' (EUR->USD) conversion
        added 'heise' module that automatically puts new heise news into your
        channel
		added a function that pings the server after a specific intervall so
        that eiwic is able to discover when the connection got lost
        updated module code (will not link functions anymore)
1.0.9	minor bug fixes
        will now run on OpenBSD (OpenBSD does not support modules loading in a
		way linux does, so it might cause problems)
1.0.8	fixed bc bug ;)
        added "settings" structure/set code rewritten
        module code cleanups
        added cyborg module
        added HTTPS proxy support
        fixed ld open issue
1.0.7   Makefile updated
        add bc/calc module		
ALPHA6: minor bug fixes
        added !find (google module)
        added ipv6 and debug switches to Makefile
ALPHA5: major bug fixes
        cleaned up modules
		added !up ;)
ALPHA4: vhost support
        vvd_section
ALPHA3: daemon mode
        ctcp module updated: ping
        ipv6
        multiple server
        multiple channels
ALPHA2: introducing new log system with several
        verbosity-level and module-dependent logging

-------------------------------------------------------------------------------
