summaryrefslogtreecommitdiff
path: root/Hsbot/Utils.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Code cleaning.Julien Dessaux2011-05-011-8/+7
|
* Some API refactoring.Julien Dessaux2011-05-011-16/+0
| | | | 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-4/+19
|
* Began a big refactoring/rewriting (again)Julien Dessaux2011-04-131-0/+99
|
* Rewrote nearly everything!v0.2.0Julien Dessaux2010-05-161-42/+0
| | | | | | | | | | | * 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
* Some refactoring + cosmetics.Julien Dessaux2010-04-251-1/+1
|
* Continue rewriting, found a problem in the way I kill plugins.Julien Dessaux2010-02-041-4/+4
|
* Began a complete rewrite of command and plugin management.Julien Dessaux2010-02-041-6/+10
| | | | Wrote a command routing statement, added an IrcPlugin monad.
* Rewrote command handling, added the Quote module and cleaned input handling.Julien Dessaux2010-02-041-0/+5
|
* Reorganized code and types, changed slightly the architecture.Julien Dessaux2010-02-041-0/+33