summaryrefslogtreecommitdiff
path: root/Hsbot/Plugin/Quote.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-07Added arguments handling for the quote moduleJulien Dessaux1-7/+11
2012-02-26Updated for the latest acidstate api.Julien Dessaux1-17/+17
2011-11-03Fixed a bug in the quote moduleJulien 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-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-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