summaryrefslogtreecommitdiff
path: root/Hsbot (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added score sorting for the duck moduleJulien Dessaux2011-09-021-1/+7
|
* Moved to death messages IRC output around, because those were sent too soonJulien Dessaux2011-08-091-2/+4
|
* cosmeticJulien Dessaux2011-08-081-2/+1
|
* Added exception handling, an autorestart when that happens and output in ↵Julien Dessaux2011-08-084-24/+32
| | | | case of restart/reload
* Added Administrative plugin that will permit dynamic reloadingJulien Dessaux2011-08-081-0/+45
|
* Fixed bad comments and some cosmeticsJulien Dessaux2011-08-083-5/+6
|
* Added access controls to hsbot.Julien Dessaux2011-08-084-3/+31
|
* Fixed TLS client implementationJulien Dessaux2011-07-114-69/+16
|
* Added some duck funny facesJulien Dessaux2011-06-171-1/+1
|
* Improved the duck plugin arguments handlingJulien Dessaux2011-06-171-4/+9
|
* Fixed a bug in command parsingJulien Dessaux2011-06-171-6/+9
|
* Simplified and greatly improved scoring for the duck game.Julien Dessaux2011-06-051-38/+23
|
* 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
|
* Added a function to get the sender of an irc message.Julien Dessaux2011-05-131-0/+5
|
* Re-engineered and finished the duck spawning capability.Julien Dessaux2011-05-111-27/+57
|
* Added a function to get the destination channel of a message.Julien Dessaux2011-05-111-0/+6
|
* Improving a bit the Ping module's code.Julien Dessaux2011-05-101-3/+1
|
* Implemented bot commands parsing.Julien Dessaux2011-05-101-0/+12
|
* Added the ability to directly answer /msg.Julien Dessaux2011-05-081-4/+5
|
* 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-066-21/+14
|
* Added a shitload of ducks to recognize and kill!Julien Dessaux2011-05-061-6/+15
|
* Code cleaning.Julien Dessaux2011-05-052-5/+5
|
* Added the Duck module (PAN!).Julien Dessaux2011-05-051-0/+38
|
* Updated for TLS 0.6Julien Dessaux2011-05-051-1/+2
|
* Changed the way I handled the Bot monad for more concurrency.Julien Dessaux2011-05-023-44/+56
|
* Code cleaning.Julien Dessaux2011-05-015-28/+27
|
* Added plugin loading, and the most basic hook capability.Julien Dessaux2011-05-015-32/+66
|
* Improved message utilities.Julien Dessaux2011-05-011-7/+11
|
* Some API refactoring.Julien Dessaux2011-05-016-50/+47
| | | | 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-236-37/+137
|
* Began a big refactoring/rewriting (again)Julien Dessaux2011-04-134-0/+321
|
* Moved files around as a preliminary for architectural changes.Julien Dessaux2010-07-0319-4727/+0
|
* Wrote most of the resume code for the core and the irc plugin.Julien Dessaux2010-06-204-33/+51
|
* Fixed the plugin termination.Julien Dessaux2010-05-296-20/+32
| | | | The master of a plugin will now wait for the plugin it kills to terminate.
* Added signal handling and a better semantic for bot status.Julien Dessaux2010-05-293-9/+39
|
* Rationalized the way bot configs are handled.Julien Dessaux2010-05-295-31/+24
|
* Implemented the clean killing of plugins' threads.Julien Dessaux2010-05-295-32/+70
|
* Cleaned further the bot updates handling.Julien Dessaux2010-05-285-49/+53
|
* Cleaned that ugly update message handling and added a reboot command to the ↵Julien Dessaux2010-05-256-58/+74
| | | | ircbot.
* Implemented update message handling in the bot's core.Julien Dessaux2010-05-247-63/+159
|
* Implemented ircbot update messages.Julien Dessaux2010-05-245-44/+72
|
* Cleaned the definition of irc plugins' data structure.Julien Dessaux2010-05-187-7/+7
|
* Removed thread ids from plugins data structure.Julien Dessaux2010-05-1611-46/+37
|
* Rewrote nearly everything!v0.2.0Julien Dessaux2010-05-1623-495/+4429
| | | | | | | | | | | * 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