summaryrefslogtreecommitdiff
path: root/Hsbot/Irc/Plugin/Core.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-03Moved files around as a preliminary for architectural changes.Julien Dessaux1-66/+0
2010-05-25Cleaned that ugly update message handling and added a reboot command to the i...Julien Dessaux1-2/+7
2010-05-18Cleaned the definition of irc plugins' data structure.Julien Dessaux1-1/+1
2010-05-16Removed thread ids from plugins data structure.Julien Dessaux1-3/+1
2010-05-16Rewrote nearly everything!v0.2.0Julien Dessaux1-18/+20
2010-04-25Some refactoring + cosmetics.Julien Dessaux1-5/+4
2010-04-22Added an utility function to correctly answer a message we receive (aka /msg)Julien Dessaux1-4/+2
2010-04-22Wrote the list plugin command.Julien Dessaux1-4/+16
2010-04-21Fixed several stuff.Julien Dessaux1-3/+3
2010-02-08Fixed the clean killing of plugin's threads, fixed exception management and c...Julien Dessaux1-9/+6
2010-02-04Continue rewriting, found a problem in the way I kill plugins.Julien Dessaux1-2/+8
2010-02-04Began a complete rewrite of command and plugin management.Julien Dessaux1-0/+49