Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added duck spawning capabilities, ready to be shot! | Julien Dessaux | 2011-05-07 | 1 | -1/+2 |
| | |||||
* | Made the Plugin monad a Reader instead of a State since it can't change. | Julien Dessaux | 2011-05-06 | 1 | -1/+1 |
| | |||||
* | Added a shitload of ducks to recognize and kill! | Julien Dessaux | 2011-05-06 | 1 | -1/+1 |
| | |||||
* | Added the Duck module (PAN!). | Julien Dessaux | 2011-05-05 | 1 | -1/+2 |
| | |||||
* | Updated for TLS 0.6 | Julien Dessaux | 2011-05-05 | 1 | -3/+4 |
| | |||||
* | Changed the way I handled the Bot monad for more concurrency. | Julien Dessaux | 2011-05-02 | 1 | -1/+1 |
| | |||||
* | Added plugin loading, and the most basic hook capability. | Julien Dessaux | 2011-05-01 | 1 | -3/+2 |
| | |||||
* | Continue refactoring, worked on the core loop and the plugin infrastructure. | Julien Dessaux | 2011-04-23 | 1 | -1/+3 |
| | |||||
* | Began a big refactoring/rewriting (again) | Julien Dessaux | 2011-04-13 | 1 | -0/+48 |
| | |||||
* | Moved files around as a preliminary for architectural changes. | Julien Dessaux | 2010-07-03 | 1 | -63/+0 |
| | |||||
* | Wrote most of the resume code for the core and the irc plugin. | Julien Dessaux | 2010-06-20 | 1 | -15/+3 |
| | |||||
* | Implemented update message handling in the bot's core. | Julien Dessaux | 2010-05-24 | 1 | -0/+2 |
| | |||||
* | Cleaned the definition of irc plugins' data structure. | Julien Dessaux | 2010-05-18 | 1 | -1/+1 |
| | |||||
* | Rewrote nearly everything!v0.2.0 | Julien Dessaux | 2010-05-16 | 1 | -0/+73 |
* 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 |