Archived
1
0
Fork 0
Commit graph

116 commits

Author SHA1 Message Date
Julien Dessaux
619fbe9756 Added db name argument to the duck module. 2012-03-07 22:20:44 +01:00
Julien Dessaux
98ff94bfa8 Added arguments handling for the quote module 2012-03-07 22:20:41 +01:00
Julien Dessaux
c74d199047 Added support for IRC server password 2012-02-26 14:15:49 +01:00
Julien Dessaux
5e3b91929d Updated for the latest acidstate api. 2012-02-26 14:15:26 +01:00
Julien Dessaux
c7b7b55ecb Updated for the latest hs-tls api. 2012-02-26 14:14:54 +01:00
Julien Dessaux
fca73a28e3 Temporary fix for the parsing mistake when not using TLS 2011-11-07 23:03:53 +01:00
Julien Dessaux
899f76718f Fixed the fix to properly handle incomplete messages when there is nothing more to read. 2011-11-03 22:22:20 +01:00
Julien Dessaux
938657be77 Fixed the incorrect parsing of the TCP stream. 2011-11-03 21:54:11 +01:00
Julien Dessaux
7840059d8d Taking advantage of the new TLS debugging capabilities 2011-11-03 18:52:20 +01:00
Julien Dessaux
cc8053fc80 Fixed a bug in the quote module 2011-11-03 18:51:57 +01:00
Julien Dessaux
50c8c0801e Updated to support the latest version of the tls module. 2011-11-03 18:50:44 +01:00
Julien Dessaux
7cefea4cbc Other cosmetics + version upgrade. 2011-10-01 00:49:49 +02:00
Julien Dessaux
2318d55bdc Cosmetics. 2011-10-01 00:47:13 +02:00
Julien Dessaux
74d72248b9 Fixed quote start. 2011-10-01 00:31:52 +02:00
Julien Dessaux
99462bfe9f Fixed quote delete. 2011-10-01 00:31:23 +02:00
Julien Dessaux
8f6fb2663c Fixed quote append. 2011-10-01 00:29:56 +02:00
Julien Dessaux
f0c95c5c28 Added quote show. 2011-10-01 00:29:18 +02:00
Julien Dessaux
2cfccca8e2 Added back the setLastActiveQuote transaction. 2011-09-30 23:54:22 +02:00
Julien Dessaux
21bc372a1a Updated the getRandomQuote transaction. 2011-09-30 23:14:20 +02:00
Julien Dessaux
d7e6ca9a30 Updated schema to save the channel on which the quote is from. 2011-09-30 22:58:59 +02:00
Julien Dessaux
accf85183b Forgot to add a notification on quote start command. 2011-09-30 22:46:10 +02:00
Julien Dessaux
09a7af7091 cosmetic 2011-09-30 22:44:02 +02:00
Julien Dessaux
716b92fda8 Implemented the quote start function. 2011-09-30 21:42:22 +02:00
Julien Dessaux
ac7c0126f3 Added a transaction for handling the nextQuoteID. 2011-09-30 21:40:23 +02:00
Julien Dessaux
7e3cc4790a Cosmetic. 2011-09-19 00:37:56 +02:00
Julien Dessaux
5e260c4fa9 Added quote delete. 2011-09-19 00:36:40 +02:00
Julien Dessaux
0a6a1a2af0 Made quote append slightly more readable. 2011-09-19 00:36:21 +02:00
Julien Dessaux
9bbb6228a0 Improved last active quote handling. 2011-09-19 00:35:41 +02:00
Julien Dessaux
2d97af231e Finished the quote append function. 2011-09-18 23:34:13 +02:00
Julien Dessaux
b60594890f Added the getLastActiveQuote transaction. 2011-09-18 23:23:24 +02:00
Julien Dessaux
ec65773e28 Wrote the quote append function. 2011-09-10 00:15:13 +02:00
Julien Dessaux
0384f046ae Cosmetics. 2011-09-10 00:14:08 +02:00
Julien Dessaux
96c12ca436 Added the getChannel helper. 2011-09-10 00:10:46 +02:00
Julien Dessaux
900c242551 Merge branch 'master' into quoteModule
Conflicts:
	hsbot.cabal
2011-09-10 00:10:00 +02:00
Julien Dessaux
f1ce0cfee0 Added score sorting for the duck module 2011-09-02 16:38:27 +02:00
Julien Dessaux
98a1debf03 Moved to death messages IRC output around, because those were sent too soon 2011-08-09 23:48:15 +02:00
Julien Dessaux
d933088dcb cosmetic 2011-08-08 21:11:01 +02:00
Julien Dessaux
3b914c1b77 Added exception handling, an autorestart when that happens and output in case of restart/reload 2011-08-08 20:58:34 +02:00
Julien Dessaux
fe1acc3db5 Added Administrative plugin that will permit dynamic reloading 2011-08-08 20:58:34 +02:00
Julien Dessaux
4f50db8409 Fixed bad comments and some cosmetics 2011-08-08 20:58:16 +02:00
Julien Dessaux
1c8cab09cb Added access controls to hsbot. 2011-08-08 11:39:41 +02:00
Julien Dessaux
b666e543d0 Fixed TLS client implementation 2011-07-11 22:35:41 +02:00
Julien Dessaux
6f126049a3 Fixed compilation errors. Since I forgot to add the quote module to cabal there were many! 2011-06-23 01:11:30 +02:00
Julien Dessaux
4a2164d938 Added the help message that explicit the API to implement 2011-06-23 00:15:15 +02:00
Julien Dessaux
539cd13414 Improved data structures 2011-06-23 00:14:15 +02:00
Julien Dessaux
62a4220ce0 Added some duck funny faces 2011-06-17 13:09:09 +02:00
Julien Dessaux
8fae434532 Improved the duck plugin arguments handling 2011-06-17 13:08:33 +02:00
Julien Dessaux
336ec59689 Fixed a bug in command parsing 2011-06-17 13:07:25 +02:00
Julien Dessaux
066b271510 Simplified and greatly improved scoring for the duck game. 2011-06-05 01:30:44 +02:00
Julien Dessaux
90748b3a8d Began adding transactions on the quote database : getters and locks management. 2011-05-17 01:04:39 +02:00