summaryrefslogtreecommitdiff
path: root/Hsbot/Irc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved files around as a preliminary for architectural changes.Julien Dessaux2010-07-0313-4435/+0
|
* Wrote most of the resume code for the core and the irc plugin.Julien Dessaux2010-06-202-15/+22
|
* Fixed the plugin termination.Julien Dessaux2010-05-294-14/+23
| | | | The master of a plugin will now wait for the plugin it kills to terminate.
* Rationalized the way bot configs are handled.Julien Dessaux2010-05-291-1/+1
|
* Implemented the clean killing of plugins' threads.Julien Dessaux2010-05-293-16/+26
|
* Cleaned further the bot updates handling.Julien Dessaux2010-05-282-6/+3
|
* Cleaned that ugly update message handling and added a reboot command to the ↵Julien Dessaux2010-05-253-14/+36
| | | | ircbot.
* Implemented update message handling in the bot's core.Julien Dessaux2010-05-242-2/+2
|
* Implemented ircbot update messages.Julien Dessaux2010-05-244-44/+69
|
* Cleaned the definition of irc plugins' data structure.Julien Dessaux2010-05-187-7/+7
|
* Removed thread ids from plugins data structure.Julien Dessaux2010-05-169-37/+27
|
* Rewrote nearly everything!v0.2.0Julien Dessaux2010-05-1613-0/+4375
* 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