summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added score sorting for the duck moduleJulien Dessaux2011-09-021-1/+7
* Fixed mistake that prevented death message to be parsed upon restartingJulien Dessaux2011-08-091-2/+2
* Moved to death messages IRC output around, because those were sent too soonJulien Dessaux2011-08-092-16/+12
* cosmeticJulien Dessaux2011-08-081-2/+1
* Added exception handling, an autorestart when that happens and output in case...Julien Dessaux2011-08-086-36/+61
* Added Administrative plugin that will permit dynamic reloadingJulien Dessaux2011-08-082-0/+46
* Fixed bad comments and some cosmeticsJulien Dessaux2011-08-083-5/+6
* Added access controls to hsbot.Julien Dessaux2011-08-085-6/+32
* Updated TODO listJulien Dessaux2011-08-061-10/+4
* Fixed TLS client implementationJulien Dessaux2011-07-115-70/+18
* Added some duck funny facesJulien Dessaux2011-06-171-1/+1
* Improved the duck plugin arguments handlingJulien Dessaux2011-06-171-4/+9
* Fixed a bug in command parsingJulien Dessaux2011-06-171-6/+9
* Simplified and greatly improved scoring for the duck game.Julien Dessaux2011-06-051-38/+23
* Fixed inconsistencies in the duck module.Julien Dessaux2011-05-161-6/+5
* Some more stupid ducks' faces.Julien Dessaux2011-05-151-1/+1
* Fixed Duck module's behaviour when talked from other channels.Julien Dessaux2011-05-151-23/+23
* Removed the most ugly ducks.Julien Dessaux2011-05-151-5/+3
* Allow to change ducks' spawning frequency.Julien Dessaux2011-05-152-9/+16
* Added persistent statistics for the duck Module.Julien Dessaux2011-05-142-18/+87
* Added a function to get the sender of an irc message.Julien Dessaux2011-05-131-0/+5
* Re-engineered and finished the duck spawning capability.Julien Dessaux2011-05-112-28/+58
* Added a function to get the destination channel of a message.Julien Dessaux2011-05-112-1/+7
* Improving a bit the Ping module's code.Julien Dessaux2011-05-101-3/+1
* Implemented bot commands parsing.Julien Dessaux2011-05-102-1/+13
* Added the ability to directly answer /msg.Julien Dessaux2011-05-082-5/+6
* Added duck spawning capabilities, ready to be shot!Julien Dessaux2011-05-072-9/+33
* Made the Plugin monad a Reader instead of a State since it can't change.Julien Dessaux2011-05-067-22/+15
* Added a shitload of ducks to recognize and kill!Julien Dessaux2011-05-062-7/+16
* Code cleaning.Julien Dessaux2011-05-053-6/+14
* Added the Duck module (PAN!).Julien Dessaux2011-05-052-1/+40
* Updated for TLS 0.6Julien Dessaux2011-05-052-4/+6
* Changed the way I handled the Bot monad for more concurrency.Julien Dessaux2011-05-024-45/+57
* Code cleaning.Julien Dessaux2011-05-016-30/+29
* Added plugin loading, and the most basic hook capability.Julien Dessaux2011-05-016-35/+68
* Improved message utilities.Julien Dessaux2011-05-011-7/+11
* Some API refactoring.Julien Dessaux2011-05-017-51/+47
* Continue refactoring, worked on the core loop and the plugin infrastructure.Julien Dessaux2011-04-237-38/+140
* Began a big refactoring/rewriting (again)Julien Dessaux2011-04-1341-5105/+421
* Regressed from parsec3 to parsec2 to solve a cabal install weird dependency p...Julien Dessaux2010-10-102-7/+7
* Fixed the plugin loading process.Julien Dessaux2010-10-021-18/+19
* Added the help command for the quote module.Julien Dessaux2010-08-223-1/+19
* Added the quote quick command.Julien Dessaux2010-08-223-4/+14
* Improved message dispatching in core.Julien Dessaux2010-08-202-16/+19
* Greatly improved configuration file handling.Julien Dessaux2010-08-202-49/+65
* Got a working hsbot-irc back online!Julien Dessaux2010-08-017-111/+59
* Moved the CLI argument processing stuff in its own file.Julien Dessaux2010-08-012-54/+64
* Added configuration debug stuff.Julien Dessaux2010-08-012-3/+16
* Added the cli parser and a config file handler for hsbot-irc.Julien Dessaux2010-08-014-4/+216
* Got rid of the pseudo dynamic starting stuff, wrote a decent CLI parameters h...Julien Dessaux2010-07-164-56/+68