summaryrefslogtreecommitdiff
path: root/Hsbot (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-16Fixed inconsistencies in the duck module.Julien Dessaux1-6/+5
2011-05-15Some more stupid ducks' faces.Julien Dessaux1-1/+1
2011-05-15Fixed Duck module's behaviour when talked from other channels.Julien Dessaux1-23/+23
2011-05-15Removed the most ugly ducks.Julien Dessaux1-5/+3
2011-05-15Allow to change ducks' spawning frequency.Julien Dessaux1-8/+15
2011-05-14Added persistent statistics for the duck Module.Julien Dessaux1-15/+81
2011-05-13Added a function to get the sender of an irc message.Julien Dessaux1-0/+5
2011-05-11Re-engineered and finished the duck spawning capability.Julien Dessaux1-27/+57
2011-05-11Added a function to get the destination channel of a message.Julien Dessaux1-0/+6
2011-05-10Improving a bit the Ping module's code.Julien Dessaux1-3/+1
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-07Added duck spawning capabilities, ready to be shot!Julien Dessaux1-8/+31
2011-05-06Made the Plugin monad a Reader instead of a State since it can't change.Julien Dessaux6-21/+14
2011-05-06Added a shitload of ducks to recognize and kill!Julien Dessaux1-6/+15
2011-05-05Code cleaning.Julien Dessaux2-5/+5
2011-05-05Added the Duck module (PAN!).Julien Dessaux1-0/+38
2011-05-05Updated for TLS 0.6Julien Dessaux1-1/+2
2011-05-02Changed the way I handled the Bot monad for more concurrency.Julien Dessaux3-44/+56
2011-05-01Code cleaning.Julien Dessaux5-28/+27
2011-05-01Added plugin loading, and the most basic hook capability.Julien Dessaux5-32/+66
2011-05-01Improved message utilities.Julien Dessaux1-7/+11
2011-05-01Some API refactoring.Julien Dessaux6-50/+47
I can't say how I hate the Types.hs thing in Haskell!
2011-04-23Continue refactoring, worked on the core loop and the plugin infrastructure.Julien Dessaux6-37/+137
2011-04-13Began a big refactoring/rewriting (again)Julien Dessaux4-0/+321
2010-07-03Moved files around as a preliminary for architectural changes.Julien Dessaux19-4727/+0
2010-06-20Wrote most of the resume code for the core and the irc plugin.Julien Dessaux4-33/+51
2010-05-29Fixed the plugin termination.Julien Dessaux6-20/+32
The master of a plugin will now wait for the plugin it kills to terminate.
2010-05-29Added signal handling and a better semantic for bot status.Julien Dessaux3-9/+39
2010-05-29Rationalized the way bot configs are handled.Julien Dessaux5-31/+24
2010-05-29Implemented the clean killing of plugins' threads.Julien Dessaux5-32/+70
2010-05-28Cleaned further the bot updates handling.Julien Dessaux5-49/+53
2010-05-25Cleaned that ugly update message handling and added a reboot command to the ↵Julien Dessaux6-58/+74
ircbot.
2010-05-24Implemented update message handling in the bot's core.Julien Dessaux7-63/+159
2010-05-24Implemented ircbot update messages.Julien Dessaux5-44/+72
2010-05-18Cleaned the definition of irc plugins' data structure.Julien Dessaux7-7/+7
2010-05-16Removed thread ids from plugins data structure.Julien Dessaux11-46/+37
2010-05-16Rewrote nearly everything!v0.2.0Julien Dessaux23-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
2010-04-25Some refactoring + cosmetics.Julien Dessaux8-51/+49
2010-04-22Added an utility function to correctly answer a message we receive (aka /msg)Julien Dessaux2-8/+19
2010-04-22Wrote the list plugin command.Julien Dessaux4-5/+21
2010-04-21Make the main thread exit cleanly in case of connection loss.Julien Dessaux2-7/+23
2010-04-21Add the IrcMsg as an optional parameter for an internal command.Julien Dessaux3-6/+7
2010-04-21Removed all the dynamic module loading stuff.Julien Dessaux4-56/+23
2010-04-21Fixed several stuff.Julien Dessaux6-13/+12
2010-02-08Fixed the clean killing of plugin's threads, fixed exception management and ↵Julien Dessaux2-6/+9
cleaned plugins' main functions.
2010-02-04Continue rewriting, found a problem in the way I kill plugins.Julien Dessaux6-20/+32
2010-02-04Began a complete rewrite of command and plugin management.Julien Dessaux6-45/+130
Wrote a command routing statement, added an IrcPlugin monad.
2010-02-04Fixed some types' functions.Julien Dessaux3-6/+6
2010-02-04Rewrote command handling, added the Quote module and cleaned input handling.Julien Dessaux6-56/+61