summaryrefslogtreecommitdiff
path: root/Hsbot (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-031-19/+33
* 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-033-3/+3
* Other cosmetics + version upgrade.Julien Dessaux2011-10-012-2/+2
* 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-108-144/+173
|\
| * Added score sorting for the duck moduleJulien Dessaux2011-09-021-1/+7
| * Moved to death messages IRC output around, because those were sent too soonJulien Dessaux2011-08-091-2/+4
| * cosmeticJulien Dessaux2011-08-081-2/+1
| * Added exception handling, an autorestart when that happens and output in case...Julien Dessaux2011-08-084-24/+32
| * Added Administrative plugin that will permit dynamic reloadingJulien Dessaux2011-08-081-0/+45
| * Fixed bad comments and some cosmeticsJulien Dessaux2011-08-083-5/+6
| * Added access controls to hsbot.Julien Dessaux2011-08-084-3/+31
| * Fixed TLS client implementationJulien Dessaux2011-07-114-69/+16
| * 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-231-37/+38
* | Added the help message that explicit the API to implementJulien Dessaux2011-06-231-0/+51
* | Improved data structuresJulien Dessaux2011-06-231-10/+22
* | Began adding transactions on the quote database : getters and locks management.Julien Dessaux2011-05-171-0/+38