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