summaryrefslogtreecommitdiff
path: root/Hsbot/Message.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-10Added the getChannel helper.Julien Dessaux1-0/+8
2011-06-17Fixed a bug in command parsingJulien Dessaux1-6/+9
2011-05-13Added a function to get the sender of an irc message.Julien Dessaux1-0/+5
2011-05-11Added a function to get the destination channel of a message.Julien Dessaux1-0/+6
2011-05-10Implemented bot commands parsing.Julien Dessaux1-0/+12
2011-05-08Added the ability to directly answer /msg.Julien Dessaux1-4/+5
2011-05-06Made the Plugin monad a Reader instead of a State since it can't change.Julien Dessaux1-3/+3
2011-05-01Code cleaning.Julien Dessaux1-2/+2
2011-05-01Added plugin loading, and the most basic hook capability.Julien Dessaux1-3/+3
2011-05-01Improved message utilities.Julien Dessaux1-7/+11
2011-05-01Some API refactoring.Julien Dessaux1-4/+16
2011-04-23Continue refactoring, worked on the core loop and the plugin infrastructure.Julien Dessaux1-0/+9
2010-07-03Moved files around as a preliminary for architectural changes.Julien Dessaux1-35/+0
2010-05-29Added signal handling and a better semantic for bot status.Julien Dessaux1-4/+11
2010-05-28Cleaned further the bot updates handling.Julien Dessaux1-16/+6
2010-05-25Cleaned that ugly update message handling and added a reboot command to the i...Julien Dessaux1-7/+9
2010-05-24Implemented update message handling in the bot's core.Julien Dessaux1-11/+29
2010-05-24Implemented ircbot update messages.Julien Dessaux1-0/+3
2010-05-16Rewrote nearly everything!v0.2.0Julien Dessaux1-0/+15