summaryrefslogtreecommitdiff
path: root/Hsbot/Plugin.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-06Made the Plugin monad a Reader instead of a State since it can't change.Julien Dessaux1-8/+5
2011-05-05Code cleaning.Julien Dessaux1-1/+1
2011-05-02Changed the way I handled the Bot monad for more concurrency.Julien Dessaux1-21/+24
2011-05-01Added plugin loading, and the most basic hook capability.Julien Dessaux1-0/+38
2010-07-03Moved files around as a preliminary for architectural changes.Julien Dessaux1-67/+0
2010-06-20Wrote most of the resume code for the core and the irc plugin.Julien Dessaux1-7/+11
2010-05-29Fixed the plugin termination.Julien Dessaux1-5/+8
2010-05-29Rationalized the way bot configs are handled.Julien Dessaux1-11/+13
2010-05-29Implemented the clean killing of plugins' threads.Julien Dessaux1-13/+39
2010-05-24Implemented update message handling in the bot's core.Julien Dessaux1-13/+22
2010-05-16Removed thread ids from plugins data structure.Julien Dessaux1-1/+0
2010-05-16Rewrote nearly everything!v0.2.0Julien Dessaux1-51/+14
2010-04-25Some refactoring + cosmetics.Julien Dessaux1-1/+1
2010-04-22Wrote the list plugin command.Julien Dessaux1-1/+11
2010-04-21Removed all the dynamic module loading stuff.Julien Dessaux1-48/+14
2010-02-08Fixed the clean killing of plugin's threads, fixed exception management and c...Julien Dessaux1-4/+5
2010-02-04Continue rewriting, found a problem in the way I kill plugins.Julien Dessaux1-8/+12
2010-02-04Began a complete rewrite of command and plugin management.Julien Dessaux1-3/+21
2010-02-04Rewrote command handling, added the Quote module and cleaned input handling.Julien Dessaux1-7/+0
2010-02-04Finished changing plugin data structure to Maps.Julien Dessaux1-6/+19
2010-02-04Reorganized code and types, changed slightly the architecture.Julien Dessaux1-0/+56