summaryrefslogtreecommitdiff
path: root/Hsbot (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some API refactoring.Julien Dessaux2011-05-016-50/+47
* Continue refactoring, worked on the core loop and the plugin infrastructure.Julien Dessaux2011-04-236-37/+137
* Began a big refactoring/rewriting (again)Julien Dessaux2011-04-134-0/+321
* Moved files around as a preliminary for architectural changes.Julien Dessaux2010-07-0319-4727/+0
* Wrote most of the resume code for the core and the irc plugin.Julien Dessaux2010-06-204-33/+51
* Fixed the plugin termination.Julien Dessaux2010-05-296-20/+32
* Added signal handling and a better semantic for bot status.Julien Dessaux2010-05-293-9/+39
* Rationalized the way bot configs are handled.Julien Dessaux2010-05-295-31/+24
* Implemented the clean killing of plugins' threads.Julien Dessaux2010-05-295-32/+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-256-58/+74
* Implemented update message handling in the bot's core.Julien Dessaux2010-05-247-63/+159
* Implemented ircbot update messages.Julien Dessaux2010-05-245-44/+72
* Cleaned the definition of irc plugins' data structure.Julien Dessaux2010-05-187-7/+7
* Removed thread ids from plugins data structure.Julien Dessaux2010-05-1611-46/+37
* Rewrote nearly everything!v0.2.0Julien Dessaux2010-05-1623-495/+4429
* Some refactoring + cosmetics.Julien Dessaux2010-04-258-51/+49
* Added an utility function to correctly answer a message we receive (aka /msg)Julien Dessaux2010-04-222-8/+19
* Wrote the list plugin command.Julien Dessaux2010-04-224-5/+21
* Make the main thread exit cleanly in case of connection loss.Julien Dessaux2010-04-212-7/+23
* Add the IrcMsg as an optional parameter for an internal command.Julien Dessaux2010-04-213-6/+7
* Removed all the dynamic module loading stuff.Julien Dessaux2010-04-214-56/+23
* Fixed several stuff.Julien Dessaux2010-04-216-13/+12
* Fixed the clean killing of plugin's threads, fixed exception management and c...Julien Dessaux2010-02-082-6/+9
* Continue rewriting, found a problem in the way I kill plugins.Julien Dessaux2010-02-046-20/+32
* Began a complete rewrite of command and plugin management.Julien Dessaux2010-02-046-45/+130
* Fixed some types' functions.Julien Dessaux2010-02-043-6/+6
* Rewrote command handling, added the Quote module and cleaned input handling.Julien Dessaux2010-02-046-56/+61
* Implemented unregisterCommand.Julien Dessaux2010-02-041-0/+11
* Added command registering and dispatching for plugins.Julien Dessaux2010-02-043-14/+68
* Finished changing plugin data structure to Maps.Julien Dessaux2010-02-043-9/+24
* Reorganized code and types, changed slightly the architecture.Julien Dessaux2010-02-047-163/+245
* Rewrote the whole architecture.Julien Dessaux2010-02-044-169/+216
* Rebooting now works great, thanks to the communication channel preservation.v0.1.0Julien Dessaux2009-08-232-12/+13
* Added the IRCParser (thx galdor), and PrivMsg handling (simply repeat)Julien Dessaux2009-08-133-19/+76
* 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
* Began to write the commands' stuff, and made a working reboot.Julien Dessaux2009-08-072-3/+29
* Wrote the ping pong stuffJulien Dessaux2009-08-072-0/+23
* Refactored some minor stuffJulien Dessaux2009-08-073-6/+10
* Added IRC connection and initialisation stuff.Julien Dessaux2009-08-063-4/+33
* renamed "Server" algebraic data type to "IrcServer"Julien Dessaux2009-08-062-7/+7
* Wrote a dynamic compilation stuff that works (unable to test reboot yet)Julien Dessaux2009-08-053-0/+93