Archived
1
0
Fork 0
Commit graph

27 commits

Author SHA1 Message Date
Julien Dessaux
938657be77 Fixed the incorrect parsing of the TCP stream. 2011-11-03 21:54:11 +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
900c242551 Merge branch 'master' into quoteModule
Conflicts:
	hsbot.cabal
2011-09-10 00:10:00 +02:00
Julien Dessaux
fe1acc3db5 Added Administrative plugin that will permit dynamic reloading 2011-08-08 20:58:34 +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
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
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
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
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
c497b24700 Added plugin loading, and the most basic hook capability. 2011-05-01 03:28:28 +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
11c2c16835 Moved files around as a preliminary for architectural changes. 2010-07-03 22:40:17 +02:00
Julien Dessaux
d97177ce3b Wrote most of the resume code for the core and the irc plugin. 2010-06-20 17:49:39 +02:00
Julien Dessaux
8b33600f38 Implemented update message handling in the bot's core. 2010-05-24 23:52:47 +02:00
Julien Dessaux
5b8cffbf68 Cleaned the definition of irc plugins' data structure. 2010-05-18 00:46:36 +02:00
Julien Dessaux
c1662ba7b9 Rewrote nearly everything!
* Rewrote the whole architecture to achieve extreme modularity
* Added the ability to build a multiprotocol bot
* Added cabal integration
* Added configuration handling the XMonad style
* Added configuration in ~/.hsbot
* Refactored many many named and functions
* Refactored data structures
* Cleaned a big bunch of stuff
2010-05-16 00:01:00 +02:00