summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added duck spawning capabilities, ready to be shot!Julien Dessaux2011-05-072-9/+33
* Made the Plugin monad a Reader instead of a State since it can't change.Julien Dessaux2011-05-067-22/+15
* Added a shitload of ducks to recognize and kill!Julien Dessaux2011-05-062-7/+16
* Code cleaning.Julien Dessaux2011-05-053-6/+14
* Added the Duck module (PAN!).Julien Dessaux2011-05-052-1/+40
* Updated for TLS 0.6Julien Dessaux2011-05-052-4/+6
* Changed the way I handled the Bot monad for more concurrency.Julien Dessaux2011-05-024-45/+57
* Code cleaning.Julien Dessaux2011-05-016-30/+29
* Added plugin loading, and the most basic hook capability.Julien Dessaux2011-05-016-35/+68
* Improved message utilities.Julien Dessaux2011-05-011-7/+11
* Some API refactoring.Julien Dessaux2011-05-017-51/+47
* Continue refactoring, worked on the core loop and the plugin infrastructure.Julien Dessaux2011-04-237-38/+140
* Began a big refactoring/rewriting (again)Julien Dessaux2011-04-1341-5105/+421
* Regressed from parsec3 to parsec2 to solve a cabal install weird dependency p...Julien Dessaux2010-10-102-7/+7
* Fixed the plugin loading process.Julien Dessaux2010-10-021-18/+19
* Added the help command for the quote module.Julien Dessaux2010-08-223-1/+19
* Added the quote quick command.Julien Dessaux2010-08-223-4/+14
* Improved message dispatching in core.Julien Dessaux2010-08-202-16/+19
* Greatly improved configuration file handling.Julien Dessaux2010-08-202-49/+65
* Got a working hsbot-irc back online!Julien Dessaux2010-08-017-111/+59
* Moved the CLI argument processing stuff in its own file.Julien Dessaux2010-08-012-54/+64
* Added configuration debug stuff.Julien Dessaux2010-08-012-3/+16
* Added the cli parser and a config file handler for hsbot-irc.Julien Dessaux2010-08-014-4/+216
* Got rid of the pseudo dynamic starting stuff, wrote a decent CLI parameters h...Julien Dessaux2010-07-164-56/+68
* Made some slight changes in order to make the bot's core "compile".Julien Dessaux2010-07-044-58/+66
* Moved files around as a preliminary for architectural changes.Julien Dessaux2010-07-0329-0/+17
* Wrote most of the resume code for the core and the irc plugin.Julien Dessaux2010-06-206-50/+57
* Fixed the plugin termination.Julien Dessaux2010-05-296-20/+32
* Added signal handling and a better semantic for bot status.Julien Dessaux2010-05-294-10/+39
* Rationalized the way bot configs are handled.Julien Dessaux2010-05-295-31/+24
* Implemented the clean killing of plugins' threads.Julien Dessaux2010-05-296-33/+70
* Cleaned further the bot updates handling.Julien Dessaux2010-05-285-49/+53
* Cleaned that ugly update message handling and added a reboot command to the i...Julien Dessaux2010-05-257-58/+75
* Implemented update message handling in the bot's core.Julien Dessaux2010-05-249-64/+161
* Implemented ircbot update messages.Julien Dessaux2010-05-246-44/+73
* Cleaned the definition of irc plugins' data structure.Julien Dessaux2010-05-188-8/+8
* Removed thread ids from plugins data structure.Julien Dessaux2010-05-1611-46/+37
* Rewrote nearly everything!v0.2.0Julien Dessaux2010-05-1633-654/+856
* Added the quote module.Julien Dessaux2010-04-263-21/+127
* Some refactoring + cosmetics.Julien Dessaux2010-04-2513-62/+70
* Added an utility function to correctly answer a message we receive (aka /msg)Julien Dessaux2010-04-223-12/+21
* Wrote the list plugin command.Julien Dessaux2010-04-226-15/+40
* Make the main thread exit cleanly in case of connection loss.Julien Dessaux2010-04-213-9/+26
* Add the IrcMsg as an optional parameter for an internal command.Julien Dessaux2010-04-214-7/+7
* Removed all the dynamic module loading stuff.Julien Dessaux2010-04-217-58/+31
* Fixed several stuff.Julien Dessaux2010-04-2110-21/+25
* Fixed the clean killing of plugin's threads, fixed exception management and c...Julien Dessaux2010-02-087-33/+27
* Continue rewriting, found a problem in the way I kill plugins.Julien Dessaux2010-02-049-25/+48
* Began a complete rewrite of command and plugin management.Julien Dessaux2010-02-0412-87/+244
* Fixed some types' functions.Julien Dessaux2010-02-044-9/+9