summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Some API refactoring.Julien Dessaux2011-05-017-51/+47
* Continue refactoring, worked on the core loop and the plugin infrastructure.Julien Dessaux2011-04-237-38/+140
* Began a big refactoring/rewriting (again)Julien Dessaux2011-04-1341-5105/+421
* Regressed from parsec3 to parsec2 to solve a cabal install weird dependency p...Julien Dessaux2010-10-102-7/+7
* Fixed the plugin loading process.Julien Dessaux2010-10-021-18/+19
* Added the help command for the quote module.Julien Dessaux2010-08-223-1/+19
* Added the quote quick command.Julien Dessaux2010-08-223-4/+14
* Improved message dispatching in core.Julien Dessaux2010-08-202-16/+19
* Greatly improved configuration file handling.Julien Dessaux2010-08-202-49/+65
* Got a working hsbot-irc back online!Julien Dessaux2010-08-017-111/+59
* Moved the CLI argument processing stuff in its own file.Julien Dessaux2010-08-012-54/+64
* Added configuration debug stuff.Julien Dessaux2010-08-012-3/+16
* Added the cli parser and a config file handler for hsbot-irc.Julien Dessaux2010-08-014-4/+216
* Got rid of the pseudo dynamic starting stuff, wrote a decent CLI parameters h...Julien Dessaux2010-07-164-56/+68
* Made some slight changes in order to make the bot's core "compile".Julien Dessaux2010-07-044-58/+66
* Moved files around as a preliminary for architectural changes.Julien Dessaux2010-07-0329-0/+17
* Wrote most of the resume code for the core and the irc plugin.Julien Dessaux2010-06-206-50/+57
* Fixed the plugin termination.Julien Dessaux2010-05-296-20/+32
* Added signal handling and a better semantic for bot status.Julien Dessaux2010-05-294-10/+39
* Rationalized the way bot configs are handled.Julien Dessaux2010-05-295-31/+24
* Implemented the clean killing of plugins' threads.Julien Dessaux2010-05-296-33/+70
* Cleaned further the bot updates handling.Julien Dessaux2010-05-285-49/+53
* Cleaned that ugly update message handling and added a reboot command to the i...Julien Dessaux2010-05-257-58/+75
* Implemented update message handling in the bot's core.Julien Dessaux2010-05-249-64/+161
* Implemented ircbot update messages.Julien Dessaux2010-05-246-44/+73
* Cleaned the definition of irc plugins' data structure.Julien Dessaux2010-05-188-8/+8
* Removed thread ids from plugins data structure.Julien Dessaux2010-05-1611-46/+37
* Rewrote nearly everything!v0.2.0Julien Dessaux2010-05-1633-654/+856
* Added the quote module.Julien Dessaux2010-04-263-21/+127
* Some refactoring + cosmetics.Julien Dessaux2010-04-2513-62/+70
* Added an utility function to correctly answer a message we receive (aka /msg)Julien Dessaux2010-04-223-12/+21
* Wrote the list plugin command.Julien Dessaux2010-04-226-15/+40
* Make the main thread exit cleanly in case of connection loss.Julien Dessaux2010-04-213-9/+26
* Add the IrcMsg as an optional parameter for an internal command.Julien Dessaux2010-04-214-7/+7
* Removed all the dynamic module loading stuff.Julien Dessaux2010-04-217-58/+31
* Fixed several stuff.Julien Dessaux2010-04-2110-21/+25
* Fixed the clean killing of plugin's threads, fixed exception management and c...Julien Dessaux2010-02-087-33/+27
* Continue rewriting, found a problem in the way I kill plugins.Julien Dessaux2010-02-049-25/+48
* Began a complete rewrite of command and plugin management.Julien Dessaux2010-02-0412-87/+244
* Fixed some types' functions.Julien Dessaux2010-02-044-9/+9
* Rewrote command handling, added the Quote module and cleaned input handling.Julien Dessaux2010-02-049-57/+116
* Implemented unregisterCommand.Julien Dessaux2010-02-042-2/+13
* Added command registering and dispatching for plugins.Julien Dessaux2010-02-046-16/+79
* Finished changing plugin data structure to Maps.Julien Dessaux2010-02-043-9/+24
* Reorganized code and types, changed slightly the architecture.Julien Dessaux2010-02-0410-164/+272
* Rewrote the whole architecture.Julien Dessaux2010-02-048-213/+233
* Rebooting now works great, thanks to the communication channel preservation.v0.1.0Julien Dessaux2009-08-233-15/+17
* Added the IRCParser (thx galdor), and PrivMsg handling (simply repeat)Julien Dessaux2009-08-134-19/+78
* Added server states, in order to handle rebooting more cleanly (still missing...Julien Dessaux2009-08-132-7/+25
* Rethought the way I handled IRC data.Julien Dessaux2009-08-112-13/+7