summaryrefslogtreecommitdiff
path: root/TODO (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrote nearly everything!v0.2.0Julien Dessaux2010-05-161-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 Dessaux2010-04-261-1/+2
|
* Some refactoring + cosmetics.Julien Dessaux2010-04-251-2/+13
|
* Wrote the list plugin command.Julien Dessaux2010-04-221-6/+3
|
* Make the main thread exit cleanly in case of connection loss.Julien Dessaux2010-04-211-2/+3
|
* Add the IrcMsg as an optional parameter for an internal command.Julien Dessaux2010-04-211-1/+0
|
* Removed all the dynamic module loading stuff.Julien Dessaux2010-04-211-1/+1
|
* Fixed several stuff.Julien Dessaux2010-04-211-2/+1
|
* Fixed the clean killing of plugin's threads, fixed exception management and ↵Julien Dessaux2010-02-081-1/+2
| | | | cleaned plugins' main functions.
* Continue rewriting, found a problem in the way I kill plugins.Julien Dessaux2010-02-041-1/+2
|
* Began a complete rewrite of command and plugin management.Julien Dessaux2010-02-041-7/+10
| | | | Wrote a command routing statement, added an IrcPlugin monad.
* Rewrote command handling, added the Quote module and cleaned input handling.Julien Dessaux2010-02-041-0/+7
|
* Implemented unregisterCommand.Julien Dessaux2010-02-041-2/+2
|
* Added command registering and dispatching for plugins.Julien Dessaux2010-02-041-0/+7