Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added the getChannel helper. | Julien Dessaux | 2011-09-10 | 1 | -0/+8 |
| | |||||
* | Fixed a bug in command parsing | Julien Dessaux | 2011-06-17 | 1 | -6/+9 |
| | |||||
* | Added a function to get the sender of an irc message. | Julien Dessaux | 2011-05-13 | 1 | -0/+5 |
| | |||||
* | Added a function to get the destination channel of a message. | Julien Dessaux | 2011-05-11 | 1 | -0/+6 |
| | |||||
* | Implemented bot commands parsing. | Julien Dessaux | 2011-05-10 | 1 | -0/+12 |
| | |||||
* | Added the ability to directly answer /msg. | Julien Dessaux | 2011-05-08 | 1 | -4/+5 |
| | |||||
* | Made the Plugin monad a Reader instead of a State since it can't change. | Julien Dessaux | 2011-05-06 | 1 | -3/+3 |
| | |||||
* | Code cleaning. | Julien Dessaux | 2011-05-01 | 1 | -2/+2 |
| | |||||
* | Added plugin loading, and the most basic hook capability. | Julien Dessaux | 2011-05-01 | 1 | -3/+3 |
| | |||||
* | Improved message utilities. | Julien Dessaux | 2011-05-01 | 1 | -7/+11 |
| | |||||
* | Some API refactoring. | Julien Dessaux | 2011-05-01 | 1 | -4/+16 |
| | | | | I can't say how I hate the Types.hs thing in Haskell! | ||||
* | Continue refactoring, worked on the core loop and the plugin infrastructure. | Julien Dessaux | 2011-04-23 | 1 | -0/+9 |
| | |||||
* | Moved files around as a preliminary for architectural changes. | Julien Dessaux | 2010-07-03 | 1 | -35/+0 |
| | |||||
* | Added signal handling and a better semantic for bot status. | Julien Dessaux | 2010-05-29 | 1 | -4/+11 |
| | |||||
* | Cleaned further the bot updates handling. | Julien Dessaux | 2010-05-28 | 1 | -16/+6 |
| | |||||
* | Cleaned that ugly update message handling and added a reboot command to the ↵ | Julien Dessaux | 2010-05-25 | 1 | -7/+9 |
| | | | | ircbot. | ||||
* | Implemented update message handling in the bot's core. | Julien Dessaux | 2010-05-24 | 1 | -11/+29 |
| | |||||
* | Implemented ircbot update messages. | Julien Dessaux | 2010-05-24 | 1 | -0/+3 |
| | |||||
* | Rewrote nearly everything!v0.2.0 | Julien Dessaux | 2010-05-16 | 1 | -0/+15 |
* 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 |