descriptionan irc bot written in haskell
ownermad.one@gmail.com
last changeSat, 9 Feb 2008 21:27:25 +0000 (9 15:27 -0600)
content tags
add:
README
  ######     ######   ####     ######     ######     ######        #
    #                     ##     #                     #        #######
########## ########## ###    ########## ########## ##########    # #
    #      #        #    ###     #      #        #     #         # #
    #             ##             #             ##      #      ##########
    #           ##    ###        #           ##        #           #
     ####     ##         ###      ####     ##           ####       #
      infinity             an irc bot in haskell, v0.4

,=====================================
1. overview
`=====================================
infinity is an IRC bot inspired by #haskell's lambdabot.
it is an extensible, dynamically code-swapping irc bot inspired
by the paper 'dynamic applications from the ground up.' this means
that as infinity is running, it is simple to update the code sitting
in a directory, and reload all of the code and compile it back into
the bot itself. 

along with this, it is extensible though an easy to use plugins 
interface, and state for plugins is supported through highly-efficient 
binary serialization using bytestrings.


,=====================================
2. installation
`=====================================
please see INSTALL. there are several prerequisites to building infinity,
all of which are addressed there.


,=====================================
3. contact, bugs, latest code, etc.
`=====================================
for the latest version of infinity directly from the code repository,
you may run:

git clone git://repo.or.cz/infinity.git

after this, simply running git pull will update the repository after further
patches have been applied.

if you have any bugs to report, patches to send (via git-format-patch,)
or you wish to contact me, you may do so at the following email address:

mad dot one at gmail dot com

aside from bugs/patches, i would love to see any plugins you've written
for infinity and they can be sent the same way or simply with a regular
email message.
if possible, usage of my gpg key would be appreciated:

http://thoughtpolice.stringsandints.com/austin.pubkey.gpg

preferably after adding my key to your keyring, a message should 
be sent and encrypted with gpg utilizing the  --armor flag so 
output is ASCII (i don't really care if the message itself
is the encryped ASCII or it's in an attachment.)
if you have a gpg key you would like me to reply with, send 
me a link to it and i'll reply using it. this isn't exactly
necessary, but it enhances my chances of replying sooner as
i get plenty of dumb email.


hope you have fun and happy hacking in the new year,
austin seipp, january 2008
shortlog
2008-02-09 Austin SeippJoin & Part abilities now require you to be an adminmaster
2008-02-05 Austin SeippRemoved LANGUAGE pragma's, since they aren't needed...
2008-01-27 Austin SeippUpdated Main.hs to specify needed extensions when dynam...
2008-01-27 Austin SeippUpdated cabal file and INSTALL
2008-01-27 Austin SeippImplemented runUtil; updated TODO and cabal file
2008-01-27 Austin SeippFixed nasty error involving GHCi, ghc and bytestring
2008-01-25 Austin SeippImplemented join and part; now quit and reboot are...
2008-01-21 Austin SeippAdded TODO file.
2008-01-21 Austin SeippAdded offline mode that now fully works.
2008-01-19 Austin SeippAdded beginnings of an offline mode
2008-01-19 Austin SeippUpdated config to include new plugins
2008-01-19 Austin SeippUpdated INSTALL and infinity.cabal
2008-01-19 Austin SeippAdded system plugin providing @help, @list and @version
2008-01-18 Austin SeippUpdated Core a little bit, added an updateserv function
2008-01-18 Austin SeippAdded Unlambda plugin from Lambdabot
2008-01-18 Austin SeippFixed all haddock documentation
...
heads
16 years ago master