summaryrefslogtreecommitdiff
path: root/Hsbot (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-26Added support for IRC server passwordJulien Dessaux3-0/+5
2012-02-26Updated for the latest acidstate api.Julien Dessaux2-20/+20
2012-02-26Updated for the latest hs-tls api.Julien Dessaux1-3/+2
2011-11-07Temporary fix for the parsing mistake when not using TLSJulien Dessaux1-1/+1
2011-11-03Fixed the fix to properly handle incomplete messages when there is nothing mo...Julien Dessaux1-1/+1
2011-11-03Fixed the incorrect parsing of the TCP stream.Julien Dessaux1-19/+33
2011-11-03Taking advantage of the new TLS debugging capabilitiesJulien Dessaux3-3/+7
2011-11-03Fixed a bug in the quote moduleJulien Dessaux1-1/+1
2011-11-03Updated to support the latest version of the tls module.Julien Dessaux3-3/+3
2011-10-01Other cosmetics + version upgrade.Julien Dessaux2-2/+2
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 Dessaux2-20/+20
2011-09-10Added the getChannel helper.Julien Dessaux1-0/+8
2011-09-02Added score sorting for the duck moduleJulien Dessaux1-1/+7
2011-08-09Moved to death messages IRC output around, because those were sent too soonJulien Dessaux1-2/+4
2011-08-08cosmeticJulien Dessaux1-2/+1
2011-08-08Added exception handling, an autorestart when that happens and output in case...Julien Dessaux4-24/+32
2011-08-08Added Administrative plugin that will permit dynamic reloadingJulien Dessaux1-0/+45
2011-08-08Fixed bad comments and some cosmeticsJulien Dessaux3-5/+6
2011-08-08Added access controls to hsbot.Julien Dessaux4-3/+31
2011-07-11Fixed TLS client implementationJulien Dessaux4-69/+16
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-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-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