summaryrefslogtreecommitdiff
path: root/Hsbot/Plugin.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-07Added duck spawning capabilities, ready to be shot!Julien Dessaux2-9/+33
2011-05-06Made the Plugin monad a Reader instead of a State since it can't change.Julien Dessaux7-22/+15
2011-05-06Added a shitload of ducks to recognize and kill!Julien Dessaux2-7/+16
2011-05-05Code cleaning.Julien Dessaux3-6/+14
2011-05-05Added the Duck module (PAN!).Julien Dessaux2-1/+40
2011-05-05Updated for TLS 0.6Julien Dessaux2-4/+6
2011-05-02Changed the way I handled the Bot monad for more concurrency.Julien Dessaux4-45/+57
2011-05-01Code cleaning.Julien Dessaux6-30/+29
2011-05-01Added plugin loading, and the most basic hook capability.Julien Dessaux6-35/+68
2011-05-01Improved message utilities.Julien Dessaux1-7/+11
2011-05-01Some API refactoring.Julien Dessaux7-51/+47
I can't say how I hate the Types.hs thing in Haskell!
2011-04-23Continue refactoring, worked on the core loop and the plugin infrastructure.Julien Dessaux7-38/+140
2011-04-13Began a big refactoring/rewriting (again)Julien Dessaux41-5105/+421
2010-10-10Regressed from parsec3 to parsec2 to solve a cabal install weird dependency ↵Julien Dessaux2-7/+7
problem.
2010-10-02Fixed the plugin loading process.Julien Dessaux1-18/+19
2010-08-22Added the help command for the quote module.Julien Dessaux3-1/+19
2010-08-22Added the quote quick command.Julien Dessaux3-4/+14
2010-08-20Improved message dispatching in core.Julien Dessaux2-16/+19
2010-08-20Greatly improved configuration file handling.Julien Dessaux2-49/+65
2010-08-01Got a working hsbot-irc back online!Julien Dessaux7-111/+59
2010-08-01Moved the CLI argument processing stuff in its own file.Julien Dessaux2-54/+64
2010-08-01Added configuration debug stuff.Julien Dessaux2-3/+16
2010-08-01Added the cli parser and a config file handler for hsbot-irc.Julien Dessaux4-4/+216
2010-07-16Got rid of the pseudo dynamic starting stuff, wrote a decent CLI parameters ↵Julien Dessaux4-56/+68
handling.
2010-07-04Made some slight changes in order to make the bot's core "compile".Julien Dessaux4-58/+66
2010-07-03Moved files around as a preliminary for architectural changes.Julien Dessaux29-0/+17
2010-06-20Wrote most of the resume code for the core and the irc plugin.Julien Dessaux6-50/+57
2010-05-29Fixed the plugin termination.Julien Dessaux6-20/+32
The master of a plugin will now wait for the plugin it kills to terminate.
2010-05-29Added signal handling and a better semantic for bot status.Julien Dessaux4-10/+39
2010-05-29Rationalized the way bot configs are handled.Julien Dessaux5-31/+24
2010-05-29Implemented the clean killing of plugins' threads.Julien Dessaux6-33/+70
2010-05-28Cleaned further the bot updates handling.Julien Dessaux5-49/+53
2010-05-25Cleaned that ugly update message handling and added a reboot command to the ↵Julien Dessaux7-58/+75
ircbot.
2010-05-24Implemented update message handling in the bot's core.Julien Dessaux9-64/+161
2010-05-24Implemented ircbot update messages.Julien Dessaux6-44/+73
2010-05-18Cleaned the definition of irc plugins' data structure.Julien Dessaux8-8/+8
2010-05-16Removed thread ids from plugins data structure.Julien Dessaux11-46/+37
2010-05-16Rewrote nearly everything!v0.2.0Julien Dessaux33-654/+856
* 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
2010-04-26Added the quote module.Julien Dessaux3-21/+127
2010-04-25Some refactoring + cosmetics.Julien Dessaux13-62/+70
2010-04-22Added an utility function to correctly answer a message we receive (aka /msg)Julien Dessaux3-12/+21
2010-04-22Wrote the list plugin command.Julien Dessaux6-15/+40
2010-04-21Make the main thread exit cleanly in case of connection loss.Julien Dessaux3-9/+26
2010-04-21Add the IrcMsg as an optional parameter for an internal command.Julien Dessaux4-7/+7
2010-04-21Removed all the dynamic module loading stuff.Julien Dessaux7-58/+31
2010-04-21Fixed several stuff.Julien Dessaux10-21/+25
2010-02-08Fixed the clean killing of plugin's threads, fixed exception management and ↵Julien Dessaux7-33/+27
cleaned plugins' main functions.
2010-02-04Continue rewriting, found a problem in the way I kill plugins.Julien Dessaux9-25/+48
2010-02-04Began a complete rewrite of command and plugin management.Julien Dessaux12-87/+244
Wrote a command routing statement, added an IrcPlugin monad.
2010-02-04Fixed some types' functions.Julien Dessaux4-9/+9