summaryrefslogtreecommitdiff
path: root/Hsbot/Plugin.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the clean killing of plugin's threads, fixed exception management and ↵Julien Dessaux2010-02-081-4/+5
| | | | cleaned plugins' main functions.
* Continue rewriting, found a problem in the way I kill plugins.Julien Dessaux2010-02-041-8/+12
|
* Began a complete rewrite of command and plugin management.Julien Dessaux2010-02-041-3/+21
| | | | Wrote a command routing statement, added an IrcPlugin monad.
* Rewrote command handling, added the Quote module and cleaned input handling.Julien Dessaux2010-02-041-7/+0
|
* Finished changing plugin data structure to Maps.Julien Dessaux2010-02-041-6/+19
|
* Reorganized code and types, changed slightly the architecture.Julien Dessaux2010-02-041-0/+56