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