summaryrefslogtreecommitdiff
path: root/Hsbot (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-02Added score sorting for the duck moduleJulien Dessaux1-1/+7
2011-08-09Fixed mistake that prevented death message to be parsed upon restartingJulien Dessaux1-2/+2
2011-08-09Moved to death messages IRC output around, because those were sent too soonJulien Dessaux2-16/+12
2011-08-08cosmeticJulien Dessaux1-2/+1
2011-08-08Added exception handling, an autorestart when that happens and output in case...Julien Dessaux6-36/+61
2011-08-08Added Administrative plugin that will permit dynamic reloadingJulien Dessaux2-0/+46
2011-08-08Fixed bad comments and some cosmeticsJulien Dessaux3-5/+6
2011-08-08Added access controls to hsbot.Julien Dessaux5-6/+32
2011-08-06Updated TODO listJulien Dessaux1-10/+4
2011-07-11Fixed TLS client implementationJulien Dessaux5-70/+18
2011-06-17Added some duck funny facesJulien Dessaux1-1/+1
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
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 p...Julien Dessaux2-7/+7
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 h...Julien Dessaux4-56/+68