summaryrefslogtreecommitdiff
path: root/Hsbot/Plugin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed quote start.Julien Dessaux2011-10-011-2/+2
* Fixed quote delete.Julien Dessaux2011-10-011-6/+6
* Fixed quote append.Julien Dessaux2011-10-011-1/+3
* Added quote show.Julien Dessaux2011-10-011-0/+30
* Added back the setLastActiveQuote transaction.Julien Dessaux2011-09-301-1/+3
* Updated the getRandomQuote transaction.Julien Dessaux2011-09-301-3/+3
* Updated schema to save the channel on which the quote is from.Julien Dessaux2011-09-301-0/+3
* Forgot to add a notification on quote start command.Julien Dessaux2011-09-301-1/+2
* cosmeticJulien Dessaux2011-09-301-1/+1
* Implemented the quote start function.Julien Dessaux2011-09-301-4/+23
* Added a transaction for handling the nextQuoteID.Julien Dessaux2011-09-301-1/+10
* Cosmetic.Julien Dessaux2011-09-191-1/+1
* Added quote delete.Julien Dessaux2011-09-191-1/+53
* Made quote append slightly more readable.Julien Dessaux2011-09-191-1/+2
* Improved last active quote handling.Julien Dessaux2011-09-191-8/+5
* Finished the quote append function.Julien Dessaux2011-09-181-2/+6
* Added the getLastActiveQuote transaction.Julien Dessaux2011-09-181-1/+5
* Wrote the quote append function.Julien Dessaux2011-09-101-9/+39
* Cosmetics.Julien Dessaux2011-09-101-19/+19
* Merge branch 'master' into quoteModuleJulien Dessaux2011-09-103-45/+87
|\
| * Added score sorting for the duck moduleJulien Dessaux2011-09-021-1/+7
| * Added exception handling, an autorestart when that happens and output in case...Julien Dessaux2011-08-081-2/+2
| * Added Administrative plugin that will permit dynamic reloadingJulien Dessaux2011-08-081-0/+45
| * Fixed bad comments and some cosmeticsJulien Dessaux2011-08-082-2/+3
| * Added some duck funny facesJulien Dessaux2011-06-171-1/+1
| * Improved the duck plugin arguments handlingJulien Dessaux2011-06-171-4/+9
| * Simplified and greatly improved scoring for the duck game.Julien Dessaux2011-06-051-38/+23
* | Fixed compilation errors. Since I forgot to add the quote module to cabal the...Julien Dessaux2011-06-231-37/+38
* | 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-151-8/+15
* Added persistent statistics for the duck Module.Julien Dessaux2011-05-141-15/+81
* Re-engineered and finished the duck spawning capability.Julien Dessaux2011-05-111-27/+57
* Improving a bit the Ping module's code.Julien Dessaux2011-05-101-3/+1
* Added duck spawning capabilities, ready to be shot!Julien Dessaux2011-05-071-8/+31
* Made the Plugin monad a Reader instead of a State since it can't change.Julien Dessaux2011-05-062-2/+2
* Added a shitload of ducks to recognize and kill!Julien Dessaux2011-05-061-6/+15
* Added the Duck module (PAN!).Julien Dessaux2011-05-051-0/+38
* Code cleaning.Julien Dessaux2011-05-011-1/+1
* Added plugin loading, and the most basic hook capability.Julien Dessaux2011-05-011-16/+9
* Some API refactoring.Julien Dessaux2011-05-011-1/+0
* Continue refactoring, worked on the core loop and the plugin infrastructure.Julien Dessaux2011-04-231-0/+38