summaryrefslogtreecommitdiff
path: root/Hsbot/IRC.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-16Rewrote nearly everything!v0.2.0Julien Dessaux1-45/+0
2010-04-25Some refactoring + cosmetics.Julien Dessaux1-4/+4
2010-04-21Fixed several stuff.Julien Dessaux1-2/+1
2010-02-04Fixed some types' functions.Julien Dessaux1-1/+1
2010-02-04Rewrote command handling, added the Quote module and cleaned input handling.Julien Dessaux1-10/+3
2010-02-04Added command registering and dispatching for plugins.Julien Dessaux1-3/+5
2010-02-04Finished changing plugin data structure to Maps.Julien Dessaux1-1/+2
2010-02-04Reorganized code and types, changed slightly the architecture.Julien Dessaux1-30/+17
2010-02-04Rewrote the whole architecture.Julien Dessaux1-70/+51
2009-08-13Added the IRCParser (thx galdor), and PrivMsg handling (simply repeat)Julien Dessaux1-3/+22
2009-08-11Rethought the way I handled IRC data.Julien Dessaux1-10/+4
2009-08-07Began to write the commands' stuff, and made a working reboot.Julien Dessaux1-1/+1
2009-08-07Wrote the ping pong stuffJulien Dessaux1-0/+11
2009-08-07Refactored some minor stuffJulien Dessaux1-5/+6
2009-08-06Added IRC connection and initialisation stuff.Julien Dessaux1-2/+25
2009-08-06renamed "Server" algebraic data type to "IrcServer"Julien Dessaux1-3/+3
2009-08-05Wrote a dynamic compilation stuff that works (unable to test reboot yet)Julien Dessaux1-0/+34