summaryrefslogtreecommitdiff
path: root/Config.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-16Rewrote nearly everything!v0.2.0Julien Dessaux1-32/+0
* Rewrote the whole architecture to achieve extreme modularity * Added the ability to build a multiprotocol bot * Added cabal integration * Added configuration handling the XMonad style * Added configuration in ~/.hsbot * Refactored many many named and functions * Refactored data structures * Cleaned a big bunch of stuff
2010-04-25Some refactoring + cosmetics.Julien Dessaux1-1/+1
2010-04-21Removed all the dynamic module loading stuff.Julien Dessaux1-1/+1
2010-02-04Began a complete rewrite of command and plugin management.Julien Dessaux1-5/+5
Wrote a command routing statement, added an IrcPlugin monad.
2010-02-04Fixed some types' functions.Julien Dessaux1-3/+3
2010-02-04Rewrote command handling, added the Quote module and cleaned input handling.Julien Dessaux1-1/+1
2010-02-04Added command registering and dispatching for plugins.Julien Dessaux1-2/+2
2010-02-04Reorganized code and types, changed slightly the architecture.Julien Dessaux1-1/+1
2010-02-04Rewrote the whole architecture.Julien Dessaux1-3/+8
2009-08-07Refactored some minor stuffJulien Dessaux1-0/+1
2009-08-06Added IRC connection and initialisation stuff.Julien Dessaux1-1/+1
2009-08-06renamed "Server" algebraic data type to "IrcServer"Julien Dessaux1-2/+2
2009-08-05Wrote a dynamic compilation stuff that works (unable to test reboot yet)Julien Dessaux1-0/+26