summaryrefslogtreecommitdiff
path: root/Hsbot/Main.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-16Rewrote nearly everything!v0.2.0Julien Dessaux1-36/+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
2010-04-21Make the main thread exit cleanly in case of connection loss.Julien Dessaux1-0/+1
2010-04-21Removed all the dynamic module loading stuff.Julien Dessaux1-1/+7
2010-04-21Fixed several stuff.Julien Dessaux1-3/+3
2010-02-08Fixed the clean killing of plugin's threads, fixed exception management and ↵Julien Dessaux1-2/+4
cleaned plugins' main functions.
2010-02-04Continue rewriting, found a problem in the way I kill plugins.Julien Dessaux1-2/+2
2010-02-04Reorganized code and types, changed slightly the architecture.Julien Dessaux1-0/+1
2010-02-04Rewrote the whole architecture.Julien Dessaux1-60/+15
2009-08-23Rebooting now works great, thanks to the communication channel preservation.v0.1.0Julien Dessaux1-9/+10
2009-08-13Added the IRCParser (thx galdor), and PrivMsg handling (simply repeat)Julien Dessaux1-16/+18
2009-08-13Added server states, in order to handle rebooting more cleanly (still ↵Julien Dessaux1-6/+10
missing saving the chan)
2009-08-11Rethought the way I handled IRC data.Julien Dessaux1-3/+3
2009-08-07Began to write the commands' stuff, and made a working reboot.Julien Dessaux1-2/+28
2009-08-07Wrote the ping pong stuffJulien Dessaux1-0/+12
2009-08-07Refactored some minor stuffJulien Dessaux1-1/+3
2009-08-06Added IRC connection and initialisation stuff.Julien Dessaux1-2/+3
2009-08-05Wrote a dynamic compilation stuff that works (unable to test reboot yet)Julien Dessaux1-0/+23