Archived
1
0
Fork 0
Commit graph

101 commits

Author SHA1 Message Date
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
f698fd2183 Fixed mistake that prevented death message to be parsed upon restarting 2011-08-09 23:55:03 +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
e74094d5d9 Updated TODO list 2011-08-06 12:20:01 +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
Julien Dessaux
dfba882e1a Wrote the quote module data structures. 2011-05-17 00:21:31 +02:00
Julien Dessaux
bc8299374e Fixed inconsistencies in the duck module. 2011-05-16 01:27:27 +02:00
Julien Dessaux
6de38599a2 Some more stupid ducks' faces. 2011-05-15 14:20:44 +02:00
Julien Dessaux
5a0ba99774 Fixed Duck module's behaviour when talked from other channels. 2011-05-15 14:15:55 +02:00
Julien Dessaux
1e348a0ad2 Removed the most ugly ducks. 2011-05-15 13:49:28 +02:00
Julien Dessaux
352887b330 Allow to change ducks' spawning frequency. 2011-05-15 13:43:50 +02:00
Julien Dessaux
1995f4ddb8 Added persistent statistics for the duck Module. 2011-05-14 00:42:37 +02:00
Julien Dessaux
81fb522dd4 Added a function to get the sender of an irc message. 2011-05-13 18:10:55 +02:00
Julien Dessaux
a6ac073a6c Re-engineered and finished the duck spawning capability. 2011-05-11 00:29:19 +02:00
Julien Dessaux
27df2808fc Added a function to get the destination channel of a message. 2011-05-11 00:17:10 +02:00
Julien Dessaux
91f9db5be7 Improving a bit the Ping module's code. 2011-05-10 23:21:50 +02:00
Julien Dessaux
aba484db54 Implemented bot commands parsing. 2011-05-10 23:21:28 +02:00
Julien Dessaux
fa0bf06c91 Added the ability to directly answer /msg. 2011-05-08 14:57:12 +02:00
Julien Dessaux
b3d04f9a06 Added duck spawning capabilities, ready to be shot! 2011-05-07 00:44:44 +02:00
Julien Dessaux
a8c0c85787 Made the Plugin monad a Reader instead of a State since it can't change. 2011-05-06 19:15:40 +02:00
Julien Dessaux
4ec66d2ad7 Added a shitload of ducks to recognize and kill! 2011-05-06 00:58:24 +02:00
Julien Dessaux
4522289d55 Code cleaning. 2011-05-05 00:36:05 +02:00
Julien Dessaux
9abbc593a2 Added the Duck module (PAN!). 2011-05-05 00:30:34 +02:00
Julien Dessaux
2ff4db03bb Updated for TLS 0.6 2011-05-05 00:28:08 +02:00
Julien Dessaux
5d2c3cdeb2 Changed the way I handled the Bot monad for more concurrency. 2011-05-02 00:49:52 +02:00
Julien Dessaux
bf36db5488 Code cleaning. 2011-05-01 15:56:53 +02:00
Julien Dessaux
c497b24700 Added plugin loading, and the most basic hook capability. 2011-05-01 03:28:28 +02:00
Julien Dessaux
7e89b50bfe Improved message utilities. 2011-05-01 03:28:28 +02:00
Julien Dessaux
864a364da9 Some API refactoring.
I can't say how I hate the Types.hs thing in Haskell!
2011-05-01 03:28:22 +02:00
Julien Dessaux
d4be110200 Continue refactoring, worked on the core loop and the plugin infrastructure. 2011-04-23 13:35:04 +02:00
Julien Dessaux
ff07633fb8 Began a big refactoring/rewriting (again) 2011-04-13 20:15:55 +02:00
Julien Dessaux
d05aea2def Regressed from parsec3 to parsec2 to solve a cabal install weird dependency problem. 2010-10-10 01:42:18 +02:00
Julien Dessaux
a6ba40c252 Fixed the plugin loading process. 2010-10-02 00:28:48 +02:00
Julien Dessaux
d0b0fb6ac1 Added the help command for the quote module. 2010-08-22 18:16:21 +02:00
Julien Dessaux
d33ab441f8 Added the quote quick command. 2010-08-22 18:15:14 +02:00
Julien Dessaux
8bbe88a078 Improved message dispatching in core. 2010-08-20 23:36:00 +02:00