summaryrefslogtreecommitdiff
path: root/Hsbot/Plugin (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-07Added db name argument to the duck module.Julien Dessaux1-3/+8
2012-03-07Added arguments handling for the quote moduleJulien Dessaux1-7/+11
2012-02-26Updated for the latest acidstate api.Julien Dessaux2-20/+20
2011-11-03Fixed a bug in the quote moduleJulien Dessaux1-1/+1
2011-10-01Other cosmetics + version upgrade.Julien Dessaux1-1/+1
2011-10-01Cosmetics.Julien Dessaux1-7/+8
2011-10-01Fixed quote start.Julien Dessaux1-2/+2
2011-10-01Fixed quote delete.Julien Dessaux1-6/+6
2011-10-01Fixed quote append.Julien Dessaux1-1/+3
2011-10-01Added quote show.Julien Dessaux1-0/+30
2011-09-30Added back the setLastActiveQuote transaction.Julien Dessaux1-1/+3
2011-09-30Updated the getRandomQuote transaction.Julien Dessaux1-3/+3
2011-09-30Updated schema to save the channel on which the quote is from.Julien Dessaux1-0/+3
2011-09-30Forgot to add a notification on quote start command.Julien Dessaux1-1/+2
2011-09-30cosmeticJulien Dessaux1-1/+1
2011-09-30Implemented the quote start function.Julien Dessaux1-4/+23
2011-09-30Added a transaction for handling the nextQuoteID.Julien Dessaux1-1/+10
2011-09-19Cosmetic.Julien Dessaux1-1/+1
2011-09-19Added quote delete.Julien Dessaux1-1/+53
2011-09-19Made quote append slightly more readable.Julien Dessaux1-1/+2
2011-09-19Improved last active quote handling.Julien Dessaux1-8/+5
2011-09-18Finished the quote append function.Julien Dessaux1-2/+6
2011-09-18Added the getLastActiveQuote transaction.Julien Dessaux1-1/+5
2011-09-10Wrote the quote append function.Julien Dessaux1-9/+39
2011-09-10Cosmetics.Julien Dessaux1-19/+19
2011-09-02Added score sorting for the duck moduleJulien Dessaux1-1/+7
2011-08-08Added exception handling, an autorestart when that happens and output in case...Julien Dessaux1-2/+2
2011-08-08Added Administrative plugin that will permit dynamic reloadingJulien Dessaux1-0/+45
2011-08-08Fixed bad comments and some cosmeticsJulien Dessaux2-2/+3
2011-06-23Fixed compilation errors. Since I forgot to add the quote module to cabal the...Julien Dessaux1-37/+38
2011-06-23Added the help message that explicit the API to implementJulien Dessaux1-0/+51
2011-06-23Improved data structuresJulien Dessaux1-10/+22
2011-06-17Added some duck funny facesJulien Dessaux1-1/+1
2011-06-17Improved the duck plugin arguments handlingJulien Dessaux1-4/+9
2011-06-05Simplified and greatly improved scoring for the duck game.Julien Dessaux1-38/+23
2011-05-17Began adding transactions on the quote database : getters and locks management.Julien Dessaux1-0/+38
2011-05-17Wrote the quote module data structures.Julien Dessaux1-0/+47
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 Dessaux1-8/+15
2011-05-14Added persistent statistics for the duck Module.Julien Dessaux1-15/+81
2011-05-11Re-engineered and finished the duck spawning capability.Julien Dessaux1-27/+57
2011-05-10Improving a bit the Ping module's code.Julien Dessaux1-3/+1
2011-05-07Added duck spawning capabilities, ready to be shot!Julien Dessaux1-8/+31
2011-05-06Made the Plugin monad a Reader instead of a State since it can't change.Julien Dessaux2-2/+2
2011-05-06Added a shitload of ducks to recognize and kill!Julien Dessaux1-6/+15
2011-05-05Added the Duck module (PAN!).Julien Dessaux1-0/+38
2011-05-01Code cleaning.Julien Dessaux1-1/+1