summaryrefslogtreecommitdiff
path: root/Plugins/Core.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrote nearly everything!v0.2.0Julien Dessaux2010-05-161-61/+0
| | | | | | | | | | | * 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
* Some refactoring + cosmetics.Julien Dessaux2010-04-251-5/+4
|
* Added an utility function to correctly answer a message we receive (aka /msg)Julien Dessaux2010-04-221-4/+2
|
* Wrote the list plugin command.Julien Dessaux2010-04-221-4/+16
|
* Fixed several stuff.Julien Dessaux2010-04-211-3/+3
|
* Fixed the clean killing of plugin's threads, fixed exception management and ↵Julien Dessaux2010-02-081-9/+6
| | | | cleaned plugins' main functions.
* Continue rewriting, found a problem in the way I kill plugins.Julien Dessaux2010-02-041-2/+8
|
* Began a complete rewrite of command and plugin management.Julien Dessaux2010-02-041-0/+49
Wrote a command routing statement, added an IrcPlugin monad.