summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Added the help message that explicit the API to implementJulien Dessaux2011-06-231-0/+51
* | Improved data structuresJulien Dessaux2011-06-231-10/+22
* | Began adding transactions on the quote database : getters and locks management.Julien Dessaux2011-05-171-0/+38
* | Wrote the quote module data structures.Julien Dessaux2011-05-171-0/+47
|/
* Fixed inconsistencies in the duck module.Julien Dessaux2011-05-161-6/+5
* Some more stupid ducks' faces.Julien Dessaux2011-05-151-1/+1
* Fixed Duck module's behaviour when talked from other channels.Julien Dessaux2011-05-151-23/+23
* Removed the most ugly ducks.Julien Dessaux2011-05-151-5/+3
* Allow to change ducks' spawning frequency.Julien Dessaux2011-05-152-9/+16
* Added persistent statistics for the duck Module.Julien Dessaux2011-05-142-18/+87
* Added a function to get the sender of an irc message.Julien Dessaux2011-05-131-0/+5
* Re-engineered and finished the duck spawning capability.Julien Dessaux2011-05-112-28/+58
* Added a function to get the destination channel of a message.Julien Dessaux2011-05-112-1/+7
* Improving a bit the Ping module's code.Julien Dessaux2011-05-101-3/+1
* Implemented bot commands parsing.Julien Dessaux2011-05-102-1/+13
* Added the ability to directly answer /msg.Julien Dessaux2011-05-082-5/+6
* 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