summaryrefslogtreecommitdiff
path: root/Hsbot/Config.hs (follow)
Commit message (Collapse)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
|
* Added access controls to hsbot.Julien Dessaux2011-08-081-0/+1
|
* Fixed TLS client implementationJulien Dessaux2011-07-111-5/+1
|
* Some API refactoring.Julien Dessaux2011-05-011-25/+2
| | | | 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-231-2/+5
|
* Began a big refactoring/rewriting (again)Julien Dessaux2011-04-131-0/+63
|
* Moved files around as a preliminary for architectural changes.Julien Dessaux2010-07-031-9/+0
|
* Rationalized the way bot configs are handled.Julien Dessaux2010-05-291-12/+3
|
* Rewrote nearly everything!v0.2.0Julien Dessaux2010-05-161-0/+18
* 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