summaryrefslogtreecommitdiff
path: root/Hsbot/Message.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Code cleaning.Julien Dessaux2011-05-011-2/+2
|
* Added plugin loading, and the most basic hook capability.Julien Dessaux2011-05-011-3/+3
|
* Improved message utilities.Julien Dessaux2011-05-011-7/+11
|
* Some API refactoring.Julien Dessaux2011-05-011-4/+16
| | | | I can't say how I hate the Types.hs thing in Haskell!
* Continue refactoring, worked on the core loop and the plugin infrastructure.Julien Dessaux2011-04-231-0/+9
|
* Moved files around as a preliminary for architectural changes.Julien Dessaux2010-07-031-35/+0
|
* Added signal handling and a better semantic for bot status.Julien Dessaux2010-05-291-4/+11
|
* Cleaned further the bot updates handling.Julien Dessaux2010-05-281-16/+6
|
* Cleaned that ugly update message handling and added a reboot command to the ↵Julien Dessaux2010-05-251-7/+9
| | | | ircbot.
* Implemented update message handling in the bot's core.Julien Dessaux2010-05-241-11/+29
|
* Implemented ircbot update messages.Julien Dessaux2010-05-241-0/+3
|
* Rewrote nearly everything!v0.2.0Julien Dessaux2010-05-161-0/+15
* 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