summaryrefslogtreecommitdiff
path: root/Hsbot (unfollow)
Commit message (Expand)AuthorFilesLines
2010-04-21Fixed several stuff.Julien Dessaux6-13/+12
2010-02-08Fixed the clean killing of plugin's threads, fixed exception management and c...Julien Dessaux2-6/+9
2010-02-04Continue rewriting, found a problem in the way I kill plugins.Julien Dessaux6-20/+32
2010-02-04Began a complete rewrite of command and plugin management.Julien Dessaux6-45/+130
2010-02-04Fixed some types' functions.Julien Dessaux3-6/+6
2010-02-04Rewrote command handling, added the Quote module and cleaned input handling.Julien Dessaux6-56/+61
2010-02-04Implemented unregisterCommand.Julien Dessaux1-0/+11
2010-02-04Added command registering and dispatching for plugins.Julien Dessaux3-14/+68
2010-02-04Finished changing plugin data structure to Maps.Julien Dessaux3-9/+24
2010-02-04Reorganized code and types, changed slightly the architecture.Julien Dessaux7-163/+245
2010-02-04Rewrote the whole architecture.Julien Dessaux4-169/+216
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