Archived
1
0
Fork 0
Commit graph

18 commits

Author SHA1 Message Date
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
3410caa6f2 Fixed the plugin termination.
The master of a plugin will now wait for the plugin it kills to terminate.
2010-05-29 23:55:20 +02:00
Julien Dessaux
9dda7dc1b9 Added signal handling and a better semantic for bot status. 2010-05-29 23:55:12 +02:00
Julien Dessaux
57bec4921b Rationalized the way bot configs are handled. 2010-05-29 17:05:56 +02:00
Julien Dessaux
c506c58e92 Cleaned further the bot updates handling. 2010-05-28 22:39:45 +02:00
Julien Dessaux
451564ef5b Cleaned that ugly update message handling and added a reboot command to the ircbot. 2010-05-25 22:07:58 +02:00
Julien Dessaux
8b33600f38 Implemented update message handling in the bot's core. 2010-05-24 23:52:47 +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
Julien Dessaux
b6d119cf5b Some refactoring + cosmetics. 2010-04-25 16:43:01 +02:00
Julien Dessaux
8551832bd2 Add the IrcMsg as an optional parameter for an internal command. 2010-04-21 22:39:03 +02:00
Julien Dessaux
455b18bc10 Removed all the dynamic module loading stuff. 2010-04-21 22:37:06 +02:00
Julien Dessaux
4c76d3d40b Fixed several stuff. 2010-04-21 20:57:22 +02:00
Julien Dessaux
fd8d5faf5f Began a complete rewrite of command and plugin management.
Wrote a command routing statement, added an IrcPlugin monad.
2010-02-04 21:05:37 +01:00
Julien Dessaux
047a10bc9b Fixed some types' functions. 2010-02-04 20:57:10 +01:00
Julien Dessaux
53870767c3 Rewrote command handling, added the Quote module and cleaned input handling. 2010-02-04 20:55:54 +01:00
Julien Dessaux
cf68de02be Added command registering and dispatching for plugins. 2010-02-04 20:40:16 +01:00
Julien Dessaux
884c6c9f2e Reorganized code and types, changed slightly the architecture. 2010-02-04 20:36:58 +01:00