summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rewrote nearly everything!v0.2.0Julien Dessaux2010-05-1633-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
* 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 ↵Julien Dessaux2010-02-087-33/+27
| | | | cleaned plugins' main functions.
* 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
| | | | Wrote a command routing statement, added an IrcPlugin monad.
* 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 ↵Julien Dessaux2009-08-132-7/+25
| | | | missing saving the chan)
* Rethought the way I handled IRC data.Julien Dessaux2009-08-112-13/+7
|
* Fixed my mess with the rfc doc stuff... :pJulien Dessaux2009-08-091-4063/+3531
|
* Added LICENCE, and rfc2812 (IRC protocol) as documentation.Julien Dessaux2009-08-072-0/+4077
|
* Began to write the commands' stuff, and made a working reboot.Julien Dessaux2009-08-072-3/+29
|
* Wrote the ping pong stuffJulien Dessaux2009-08-073-2/+28
|
* Refactored some minor stuffJulien Dessaux2009-08-075-9/+14
|
* Added IRC connection and initialisation stuff.Julien Dessaux2009-08-064-5/+34
|
* renamed "Server" algebraic data type to "IrcServer"Julien Dessaux2009-08-063-9/+9
|
* Wrote a dynamic compilation stuff that works (unable to test reboot yet)Julien Dessaux2009-08-057-0/+183
|
* Initial importJulien Dessaux2009-08-031-0/+0