summaryrefslogtreecommitdiff
path: root/Hsbot/Types.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-26Added support for IRC server passwordJulien Dessaux1-0/+1
2011-11-03Taking advantage of the new TLS debugging capabilitiesJulien Dessaux1-1/+2
2011-11-03Updated to support the latest version of the tls module.Julien Dessaux1-1/+1
2011-08-08Added exception handling, an autorestart when that happens and output in case...Julien Dessaux1-1/+1
2011-08-08Added access controls to hsbot.Julien Dessaux1-1/+12
2011-07-11Fixed TLS client implementationJulien Dessaux1-2/+0
2011-05-06Made the Plugin monad a Reader instead of a State since it can't change.Julien Dessaux1-4/+4
2011-05-02Changed the way I handled the Bot monad for more concurrency.Julien Dessaux1-1/+2
2011-05-01Code cleaning.Julien Dessaux1-1/+1
2011-05-01Added plugin loading, and the most basic hook capability.Julien Dessaux1-3/+3
2011-05-01Some API refactoring.Julien Dessaux1-3/+29
2011-04-23Continue refactoring, worked on the core loop and the plugin infrastructure.Julien Dessaux1-6/+13
2011-04-13Began a big refactoring/rewriting (again)Julien Dessaux1-0/+54
2010-07-03Moved files around as a preliminary for architectural changes.Julien Dessaux1-75/+0
2010-05-29Fixed the plugin termination.Julien Dessaux1-1/+1
2010-05-29Added signal handling and a better semantic for bot status.Julien Dessaux1-1/+11
2010-05-29Rationalized the way bot configs are handled.Julien Dessaux1-1/+1
2010-05-28Cleaned further the bot updates handling.Julien Dessaux1-3/+18
2010-05-25Cleaned that ugly update message handling and added a reboot command to the i...Julien Dessaux1-5/+5
2010-05-24Implemented update message handling in the bot's core.Julien Dessaux1-0/+50
2010-05-16Rewrote nearly everything!v0.2.0Julien Dessaux1-108/+0
2010-04-25Some refactoring + cosmetics.Julien Dessaux1-27/+14
2010-04-21Add the IrcMsg as an optional parameter for an internal command.Julien Dessaux1-4/+5
2010-04-21Removed all the dynamic module loading stuff.Julien Dessaux1-3/+1
2010-04-21Fixed several stuff.Julien Dessaux1-2/+2
2010-02-04Began a complete rewrite of command and plugin management.Julien Dessaux1-7/+24
2010-02-04Fixed some types' functions.Julien Dessaux1-3/+3
2010-02-04Rewrote command handling, added the Quote module and cleaned input handling.Julien Dessaux1-3/+4
2010-02-04Added command registering and dispatching for plugins.Julien Dessaux1-11/+11
2010-02-04Reorganized code and types, changed slightly the architecture.Julien Dessaux1-0/+104