summaryrefslogtreecommitdiff
path: root/Hsbot/Irc/Plugin.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved files around as a preliminary for architectural changes.Julien Dessaux2010-07-031-97/+0
|
* Fixed the plugin termination.Julien Dessaux2010-05-291-4/+6
| | | | The master of a plugin will now wait for the plugin it kills to terminate.
* Implemented the clean killing of plugins' threads.Julien Dessaux2010-05-291-7/+15
|
* Implemented ircbot update messages.Julien Dessaux2010-05-241-12/+20
|
* Cleaned the definition of irc plugins' data structure.Julien Dessaux2010-05-181-1/+1
|
* Removed thread ids from plugins data structure.Julien Dessaux2010-05-161-8/+7
|
* Rewrote nearly everything!v0.2.0Julien Dessaux2010-05-161-0/+80
* 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