summaryrefslogtreecommitdiff
path: root/Hsbot.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-08-09Fixed mistake that prevented death message to be parsed upon restartingJulien Dessaux1-2/+2
2011-08-09Moved to death messages IRC output around, because those were sent too soonJulien Dessaux1-14/+8
2011-08-08Added exception handling, an autorestart when that happens and output in ↵Julien Dessaux1-3/+27
case of restart/reload
2011-05-01Code cleaning.Julien Dessaux1-2/+2
2011-05-01Some API refactoring.Julien Dessaux1-1/+0
I can't say how I hate the Types.hs thing in Haskell!
2011-04-13Began a big refactoring/rewriting (again)Julien Dessaux1-0/+39
2010-05-16Rewrote nearly everything!v0.2.0Julien Dessaux1-30/+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-21Removed all the dynamic module loading stuff.Julien Dessaux1-0/+6
2010-02-04Began a complete rewrite of command and plugin management.Julien Dessaux1-0/+2
Wrote a command routing statement, added an IrcPlugin monad.
2010-02-04Added command registering and dispatching for plugins.Julien Dessaux1-0/+2
2010-02-04Reorganized code and types, changed slightly the architecture.Julien Dessaux1-0/+4
2010-02-04Rewrote the whole architecture.Julien Dessaux1-0/+2
2009-08-13Added the IRCParser (thx galdor), and PrivMsg handling (simply repeat)Julien Dessaux1-0/+2
2009-08-05Wrote a dynamic compilation stuff that works (unable to test reboot yet)Julien Dessaux1-0/+12