summaryrefslogtreecommitdiff
path: root/Hsbot/Main.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrote nearly everything!v0.2.0Julien Dessaux2010-05-161-36/+0
* Make the main thread exit cleanly in case of connection loss.Julien Dessaux2010-04-211-0/+1
* Removed all the dynamic module loading stuff.Julien Dessaux2010-04-211-1/+7
* Fixed several stuff.Julien Dessaux2010-04-211-3/+3
* Fixed the clean killing of plugin's threads, fixed exception management and c...Julien Dessaux2010-02-081-2/+4
* Continue rewriting, found a problem in the way I kill plugins.Julien Dessaux2010-02-041-2/+2
* Reorganized code and types, changed slightly the architecture.Julien Dessaux2010-02-041-0/+1
* Rewrote the whole architecture.Julien Dessaux2010-02-041-60/+15
* Rebooting now works great, thanks to the communication channel preservation.v0.1.0Julien Dessaux2009-08-231-9/+10
* Added the IRCParser (thx galdor), and PrivMsg handling (simply repeat)Julien Dessaux2009-08-131-16/+18
* Added server states, in order to handle rebooting more cleanly (still missing...Julien Dessaux2009-08-131-6/+10
* Rethought the way I handled IRC data.Julien Dessaux2009-08-111-3/+3
* Began to write the commands' stuff, and made a working reboot.Julien Dessaux2009-08-071-2/+28
* Wrote the ping pong stuffJulien Dessaux2009-08-071-0/+12
* Refactored some minor stuffJulien Dessaux2009-08-071-1/+3
* Added IRC connection and initialisation stuff.Julien Dessaux2009-08-061-2/+3
* Wrote a dynamic compilation stuff that works (unable to test reboot yet)Julien Dessaux2009-08-051-0/+23