summaryrefslogtreecommitdiff
path: root/Hsbot (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-23Rebooting now works great, thanks to the communication channel preservation.v0.1.0Julien Dessaux2-12/+13
2009-08-13Added the IRCParser (thx galdor), and PrivMsg handling (simply repeat)Julien Dessaux3-19/+76
2009-08-13Added server states, in order to handle rebooting more cleanly (still missing...Julien Dessaux2-7/+25
2009-08-11Rethought the way I handled IRC data.Julien Dessaux2-13/+7
2009-08-07Began to write the commands' stuff, and made a working reboot.Julien Dessaux2-3/+29
2009-08-07Wrote the ping pong stuffJulien Dessaux2-0/+23
2009-08-07Refactored some minor stuffJulien Dessaux3-6/+10
2009-08-06Added IRC connection and initialisation stuff.Julien Dessaux3-4/+33
2009-08-06renamed "Server" algebraic data type to "IrcServer"Julien Dessaux2-7/+7
2009-08-05Wrote a dynamic compilation stuff that works (unable to test reboot yet)Julien Dessaux3-0/+93