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