Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added access controls to hsbot. | Julien Dessaux | 2011-08-08 | 1 | -3/+1 |
| | |||||
* | Updated TODO list | Julien Dessaux | 2011-08-06 | 1 | -10/+4 |
| | |||||
* | Code cleaning. | Julien Dessaux | 2011-05-05 | 1 | -1/+9 |
| | |||||
* | Added the help command for the quote module. | Julien Dessaux | 2010-08-22 | 1 | -0/+1 |
| | |||||
* | Added the quote quick command. | Julien Dessaux | 2010-08-22 | 1 | -3/+3 |
| | |||||
* | Improved message dispatching in core. | Julien Dessaux | 2010-08-20 | 1 | -3/+6 |
| | |||||
* | Wrote most of the resume code for the core and the irc plugin. | Julien Dessaux | 2010-06-20 | 1 | -2/+3 |
| | |||||
* | Added signal handling and a better semantic for bot status. | Julien Dessaux | 2010-05-29 | 1 | -1/+0 |
| | |||||
* | Implemented the clean killing of plugins' threads. | Julien Dessaux | 2010-05-29 | 1 | -1/+0 |
| | |||||
* | Cleaned that ugly update message handling and added a reboot command to the ↵ | Julien Dessaux | 2010-05-25 | 1 | -0/+1 |
| | | | | ircbot. | ||||
* | Implemented update message handling in the bot's core. | Julien Dessaux | 2010-05-24 | 1 | -1/+0 |
| | |||||
* | Implemented ircbot update messages. | Julien Dessaux | 2010-05-24 | 1 | -0/+1 |
| | |||||
* | Rewrote nearly everything!v0.2.0 | Julien Dessaux | 2010-05-16 | 1 | -0/+3 |
| | | | | | | | | | | | * 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 | ||||
* | Added the quote module. | Julien Dessaux | 2010-04-26 | 1 | -1/+2 |
| | |||||
* | Some refactoring + cosmetics. | Julien Dessaux | 2010-04-25 | 1 | -2/+13 |
| | |||||
* | Wrote the list plugin command. | Julien Dessaux | 2010-04-22 | 1 | -6/+3 |
| | |||||
* | Make the main thread exit cleanly in case of connection loss. | Julien Dessaux | 2010-04-21 | 1 | -2/+3 |
| | |||||
* | Add the IrcMsg as an optional parameter for an internal command. | Julien Dessaux | 2010-04-21 | 1 | -1/+0 |
| | |||||
* | Removed all the dynamic module loading stuff. | Julien Dessaux | 2010-04-21 | 1 | -1/+1 |
| | |||||
* | Fixed several stuff. | Julien Dessaux | 2010-04-21 | 1 | -2/+1 |
| | |||||
* | Fixed the clean killing of plugin's threads, fixed exception management and ↵ | Julien Dessaux | 2010-02-08 | 1 | -1/+2 |
| | | | | cleaned plugins' main functions. | ||||
* | Continue rewriting, found a problem in the way I kill plugins. | Julien Dessaux | 2010-02-04 | 1 | -1/+2 |
| | |||||
* | Began a complete rewrite of command and plugin management. | Julien Dessaux | 2010-02-04 | 1 | -7/+10 |
| | | | | Wrote a command routing statement, added an IrcPlugin monad. | ||||
* | Rewrote command handling, added the Quote module and cleaned input handling. | Julien Dessaux | 2010-02-04 | 1 | -0/+7 |
| | |||||
* | Implemented unregisterCommand. | Julien Dessaux | 2010-02-04 | 1 | -2/+2 |
| | |||||
* | Added command registering and dispatching for plugins. | Julien Dessaux | 2010-02-04 | 1 | -0/+7 |