summaryrefslogtreecommitdiff
path: root/Hsbot/IRC.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrote nearly everything!v0.2.0Julien Dessaux2010-05-161-45/+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-4/+4
|
* Fixed several stuff.Julien Dessaux2010-04-211-2/+1
|
* Fixed some types' functions.Julien Dessaux2010-02-041-1/+1
|
* Rewrote command handling, added the Quote module and cleaned input handling.Julien Dessaux2010-02-041-10/+3
|
* Added command registering and dispatching for plugins.Julien Dessaux2010-02-041-3/+5
|
* Finished changing plugin data structure to Maps.Julien Dessaux2010-02-041-1/+2
|
* Reorganized code and types, changed slightly the architecture.Julien Dessaux2010-02-041-30/+17
|
* Rewrote the whole architecture.Julien Dessaux2010-02-041-70/+51
|
* Added the IRCParser (thx galdor), and PrivMsg handling (simply repeat)Julien Dessaux2009-08-131-3/+22
|
* Rethought the way I handled IRC data.Julien Dessaux2009-08-111-10/+4
|
* Began to write the commands' stuff, and made a working reboot.Julien Dessaux2009-08-071-1/+1
|
* Wrote the ping pong stuffJulien Dessaux2009-08-071-0/+11
|
* Refactored some minor stuffJulien Dessaux2009-08-071-5/+6
|
* Added IRC connection and initialisation stuff.Julien Dessaux2009-08-061-2/+25
|
* renamed "Server" algebraic data type to "IrcServer"Julien Dessaux2009-08-061-3/+3
|
* Wrote a dynamic compilation stuff that works (unable to test reboot yet)Julien Dessaux2009-08-051-0/+34