Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved files around as a preliminary for architectural changes. | Julien Dessaux | 2010-07-03 | 13 | -4435/+0 |
| | |||||
* | Wrote most of the resume code for the core and the irc plugin. | Julien Dessaux | 2010-06-20 | 2 | -15/+22 |
| | |||||
* | Fixed the plugin termination. | Julien Dessaux | 2010-05-29 | 4 | -14/+23 |
| | | | | The master of a plugin will now wait for the plugin it kills to terminate. | ||||
* | Rationalized the way bot configs are handled. | Julien Dessaux | 2010-05-29 | 1 | -1/+1 |
| | |||||
* | Implemented the clean killing of plugins' threads. | Julien Dessaux | 2010-05-29 | 3 | -16/+26 |
| | |||||
* | Cleaned further the bot updates handling. | Julien Dessaux | 2010-05-28 | 2 | -6/+3 |
| | |||||
* | Cleaned that ugly update message handling and added a reboot command to the ↵ | Julien Dessaux | 2010-05-25 | 3 | -14/+36 |
| | | | | ircbot. | ||||
* | Implemented update message handling in the bot's core. | Julien Dessaux | 2010-05-24 | 2 | -2/+2 |
| | |||||
* | Implemented ircbot update messages. | Julien Dessaux | 2010-05-24 | 4 | -44/+69 |
| | |||||
* | Cleaned the definition of irc plugins' data structure. | Julien Dessaux | 2010-05-18 | 7 | -7/+7 |
| | |||||
* | Removed thread ids from plugins data structure. | Julien Dessaux | 2010-05-16 | 9 | -37/+27 |
| | |||||
* | Rewrote nearly everything!v0.2.0 | Julien Dessaux | 2010-05-16 | 13 | -0/+4375 |
* 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 |