summaryrefslogtreecommitdiff
path: root/Hsbot/Core.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-02-04Began a complete rewrite of command and plugin management.Julien Dessaux1-5/+1
2010-02-04Fixed some types' functions.Julien Dessaux1-2/+2
2010-02-04Rewrote command handling, added the Quote module and cleaned input handling.Julien Dessaux1-0/+4
2010-02-04Finished changing plugin data structure to Maps.Julien Dessaux1-2/+3
2010-02-04Reorganized code and types, changed slightly the architecture.Julien Dessaux1-131/+21
2010-02-04Rewrote the whole architecture.Julien Dessaux1-28/+135
2009-08-23Rebooting now works great, thanks to the communication channel preservation.v0.1.0Julien Dessaux1-3/+3
2009-08-13Added server states, in order to handle rebooting more cleanly (still missing...Julien Dessaux1-1/+15
2009-08-07Refactored some minor stuffJulien Dessaux1-0/+1
2009-08-06Added IRC connection and initialisation stuff.Julien Dessaux1-0/+5
2009-08-06renamed "Server" algebraic data type to "IrcServer"Julien Dessaux1-4/+4
2009-08-05Wrote a dynamic compilation stuff that works (unable to test reboot yet)Julien Dessaux1-0/+36