summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added long overdue readmeHEADmasterJulien Dessaux2012-03-072-0/+100
* Added db name argument to the duck module.Julien Dessaux2012-03-071-3/+8
* Added arguments handling for the quote moduleJulien Dessaux2012-03-071-7/+11
* Added support for IRC server passwordJulien Dessaux2012-02-263-0/+5
* Updated for the latest acidstate api.Julien Dessaux2012-02-262-20/+20
* Updated for the latest hs-tls api.Julien Dessaux2012-02-261-3/+2
* Temporary fix for the parsing mistake when not using TLSJulien Dessaux2011-11-071-1/+1
* Fixed the fix to properly handle incomplete messages when there is nothing mo...Julien Dessaux2011-11-031-1/+1
* Fixed the incorrect parsing of the TCP stream.Julien Dessaux2011-11-032-19/+34
* Taking advantage of the new TLS debugging capabilitiesJulien Dessaux2011-11-033-3/+7
* Fixed a bug in the quote moduleJulien Dessaux2011-11-031-1/+1
* Updated to support the latest version of the tls module.Julien Dessaux2011-11-034-6/+6
* Other cosmetics + version upgrade.Julien Dessaux2011-10-013-3/+3
* Cosmetics.Julien Dessaux2011-10-011-7/+8
* Fixed quote start.Julien Dessaux2011-10-011-2/+2
* Fixed quote delete.Julien Dessaux2011-10-011-6/+6
* Fixed quote append.Julien Dessaux2011-10-011-1/+3
* Added quote show.Julien Dessaux2011-10-011-0/+30
* Added back the setLastActiveQuote transaction.Julien Dessaux2011-09-301-1/+3
* Updated the getRandomQuote transaction.Julien Dessaux2011-09-301-3/+3
* Updated schema to save the channel on which the quote is from.Julien Dessaux2011-09-301-0/+3
* Forgot to add a notification on quote start command.Julien Dessaux2011-09-301-1/+2
* cosmeticJulien Dessaux2011-09-301-1/+1
* Implemented the quote start function.Julien Dessaux2011-09-301-4/+23
* Added a transaction for handling the nextQuoteID.Julien Dessaux2011-09-301-1/+10
* Cosmetic.Julien Dessaux2011-09-191-1/+1
* Added quote delete.Julien Dessaux2011-09-191-1/+53
* Made quote append slightly more readable.Julien Dessaux2011-09-191-1/+2
* Improved last active quote handling.Julien Dessaux2011-09-191-8/+5
* Finished the quote append function.Julien Dessaux2011-09-181-2/+6
* Added the getLastActiveQuote transaction.Julien Dessaux2011-09-181-1/+5
* Wrote the quote append function.Julien Dessaux2011-09-101-9/+39
* Cosmetics.Julien Dessaux2011-09-102-20/+20
* Added the getChannel helper.Julien Dessaux2011-09-101-0/+8
* Merge branch 'master' into quoteModuleJulien Dessaux2011-09-1011-169/+203
|\
| * 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 compilation errors. Since I forgot to add the quote module to cabal the...Julien Dessaux2011-06-232-37/+40