summaryrefslogtreecommitdiff
path: root/Hsbot/Plugin.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Made the Plugin monad a Reader instead of a State since it can't change.Julien Dessaux2011-05-061-8/+5
|
* Code cleaning.Julien Dessaux2011-05-051-1/+1
|
* Changed the way I handled the Bot monad for more concurrency.Julien Dessaux2011-05-021-21/+24
|
* Added plugin loading, and the most basic hook capability.Julien Dessaux2011-05-011-0/+38
|
* Moved files around as a preliminary for architectural changes.Julien Dessaux2010-07-031-67/+0
|
* Wrote most of the resume code for the core and the irc plugin.Julien Dessaux2010-06-201-7/+11
|
* Fixed the plugin termination.Julien Dessaux2010-05-291-5/+8
| | | | The master of a plugin will now wait for the plugin it kills to terminate.
* Rationalized the way bot configs are handled.Julien Dessaux2010-05-291-11/+13
|
* Implemented the clean killing of plugins' threads.Julien Dessaux2010-05-291-13/+39
|
* Implemented update message handling in the bot's core.Julien Dessaux2010-05-241-13/+22
|
* Removed thread ids from plugins data structure.Julien Dessaux2010-05-161-1/+0
|
* Rewrote nearly everything!v0.2.0Julien Dessaux2010-05-161-51/+14
| | | | | | | | | | | * 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-1/+1
|
* Wrote the list plugin command.Julien Dessaux2010-04-221-1/+11
|
* Removed all the dynamic module loading stuff.Julien Dessaux2010-04-211-48/+14
|
* 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