summaryrefslogtreecommitdiff
path: root/Hsbot/Config.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-16Removed thread ids from plugins data structure.Julien Dessaux11-46/+37
2010-05-16Rewrote nearly everything!v0.2.0Julien Dessaux33-654/+856
* Rewrote the whole architecture to achieve extreme modularity * Added the ability to build a multiprotocol bot * Added cabal integration * Added configuration handling the XMonad style * Added configuration in ~/.hsbot * Refactored many many named and functions * Refactored data structures * Cleaned a big bunch of stuff
2010-04-26Added the quote module.Julien Dessaux3-21/+127
2010-04-25Some refactoring + cosmetics.Julien Dessaux13-62/+70
2010-04-22Added an utility function to correctly answer a message we receive (aka /msg)Julien Dessaux3-12/+21
2010-04-22Wrote the list plugin command.Julien Dessaux6-15/+40
2010-04-21Make the main thread exit cleanly in case of connection loss.Julien Dessaux3-9/+26
2010-04-21Add the IrcMsg as an optional parameter for an internal command.Julien Dessaux4-7/+7
2010-04-21Removed all the dynamic module loading stuff.Julien Dessaux7-58/+31
2010-04-21Fixed several stuff.Julien Dessaux10-21/+25
2010-02-08Fixed the clean killing of plugin's threads, fixed exception management and ↵Julien Dessaux7-33/+27
cleaned plugins' main functions.
2010-02-04Continue rewriting, found a problem in the way I kill plugins.Julien Dessaux9-25/+48
2010-02-04Began a complete rewrite of command and plugin management.Julien Dessaux12-87/+244
Wrote a command routing statement, added an IrcPlugin monad.
2010-02-04Fixed some types' functions.Julien Dessaux4-9/+9
2010-02-04Rewrote command handling, added the Quote module and cleaned input handling.Julien Dessaux9-57/+116
2010-02-04Implemented unregisterCommand.Julien Dessaux2-2/+13
2010-02-04Added command registering and dispatching for plugins.Julien Dessaux6-16/+79
2010-02-04Finished changing plugin data structure to Maps.Julien Dessaux3-9/+24
2010-02-04Reorganized code and types, changed slightly the architecture.Julien Dessaux10-164/+272
2010-02-04Rewrote the whole architecture.Julien Dessaux8-213/+233
2009-08-23Rebooting now works great, thanks to the communication channel preservation.v0.1.0Julien Dessaux3-15/+17
2009-08-13Added the IRCParser (thx galdor), and PrivMsg handling (simply repeat)Julien Dessaux4-19/+78
2009-08-13Added server states, in order to handle rebooting more cleanly (still ↵Julien Dessaux2-7/+25
missing saving the chan)
2009-08-11Rethought the way I handled IRC data.Julien Dessaux2-13/+7
2009-08-09Fixed my mess with the rfc doc stuff... :pJulien Dessaux1-4063/+3531
2009-08-07Added LICENCE, and rfc2812 (IRC protocol) as documentation.Julien Dessaux2-0/+4077
2009-08-07Began to write the commands' stuff, and made a working reboot.Julien Dessaux2-3/+29
2009-08-07Wrote the ping pong stuffJulien Dessaux3-2/+28
2009-08-07Refactored some minor stuffJulien Dessaux5-9/+14
2009-08-06Added IRC connection and initialisation stuff.Julien Dessaux4-5/+34
2009-08-06renamed "Server" algebraic data type to "IrcServer"Julien Dessaux3-9/+9
2009-08-05Wrote a dynamic compilation stuff that works (unable to test reboot yet)Julien Dessaux7-0/+183