summaryrefslogtreecommitdiff
path: root/TODO (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added exception handling, an autorestart when that happens and output in case...Julien Dessaux2011-08-081-9/+2
* Added access controls to hsbot.Julien Dessaux2011-08-081-3/+1
* Updated TODO listJulien Dessaux2011-08-061-10/+4
* Code cleaning.Julien Dessaux2011-05-051-1/+9
* Added the help command for the quote module.Julien Dessaux2010-08-221-0/+1
* Added the quote quick command.Julien Dessaux2010-08-221-3/+3
* Improved message dispatching in core.Julien Dessaux2010-08-201-3/+6
* Wrote most of the resume code for the core and the irc plugin.Julien Dessaux2010-06-201-2/+3
* Added signal handling and a better semantic for bot status.Julien Dessaux2010-05-291-1/+0
* Implemented the clean killing of plugins' threads.Julien Dessaux2010-05-291-1/+0
* Cleaned that ugly update message handling and added a reboot command to the i...Julien Dessaux2010-05-251-0/+1
* Implemented update message handling in the bot's core.Julien Dessaux2010-05-241-1/+0
* Implemented ircbot update messages.Julien Dessaux2010-05-241-0/+1
* Rewrote nearly everything!v0.2.0Julien Dessaux2010-05-161-0/+3
* Added the quote module.Julien Dessaux2010-04-261-1/+2
* Some refactoring + cosmetics.Julien Dessaux2010-04-251-2/+13
* Wrote the list plugin command.Julien Dessaux2010-04-221-6/+3
* Make the main thread exit cleanly in case of connection loss.Julien Dessaux2010-04-211-2/+3
* Add the IrcMsg as an optional parameter for an internal command.Julien Dessaux2010-04-211-1/+0
* Removed all the dynamic module loading stuff.Julien Dessaux2010-04-211-1/+1
* Fixed several stuff.Julien Dessaux2010-04-211-2/+1
* Fixed the clean killing of plugin's threads, fixed exception management and c...Julien Dessaux2010-02-081-1/+2
* Continue rewriting, found a problem in the way I kill plugins.Julien Dessaux2010-02-041-1/+2
* Began a complete rewrite of command and plugin management.Julien Dessaux2010-02-041-7/+10
* Rewrote command handling, added the Quote module and cleaned input handling.Julien Dessaux2010-02-041-0/+7
* Implemented unregisterCommand.Julien Dessaux2010-02-041-2/+2
* Added command registering and dispatching for plugins.Julien Dessaux2010-02-041-0/+7