summaryrefslogtreecommitdiff
path: root/Hsbot/Core.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-17Improved the duck plugin arguments handlingJulien Dessaux1-4/+9
2011-06-17Fixed a bug in command parsingJulien Dessaux1-6/+9
2011-06-05Simplified and greatly improved scoring for the duck game.Julien Dessaux1-38/+23
2011-05-16Fixed inconsistencies in the duck module.Julien Dessaux1-6/+5
2011-05-15Some more stupid ducks' faces.Julien Dessaux1-1/+1
2011-05-15Fixed Duck module's behaviour when talked from other channels.Julien Dessaux1-23/+23
2011-05-15Removed the most ugly ducks.Julien Dessaux1-5/+3
2011-05-15Allow to change ducks' spawning frequency.Julien Dessaux2-9/+16
2011-05-14Added persistent statistics for the duck Module.Julien Dessaux2-18/+87
2011-05-13Added a function to get the sender of an irc message.Julien Dessaux1-0/+5
2011-05-11Re-engineered and finished the duck spawning capability.Julien Dessaux2-28/+58
2011-05-11Added a function to get the destination channel of a message.Julien Dessaux2-1/+7
2011-05-10Improving a bit the Ping module's code.Julien Dessaux1-3/+1
2011-05-10Implemented bot commands parsing.Julien Dessaux2-1/+13
2011-05-08Added the ability to directly answer /msg.Julien Dessaux2-5/+6
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