Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrote nearly everything!v0.2.0 | Julien Dessaux | 2010-05-16 | 1 | -56/+54 |
| | | | | | | | | | | | * 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 | ||||
* | Some refactoring + cosmetics. | Julien Dessaux | 2010-04-25 | 1 | -4/+4 |
| | |||||
* | Make the main thread exit cleanly in case of connection loss. | Julien Dessaux | 2010-04-21 | 1 | -7/+22 |
| | |||||
* | Fixed several stuff. | Julien Dessaux | 2010-04-21 | 1 | -3/+3 |
| | |||||
* | Continue rewriting, found a problem in the way I kill plugins. | Julien Dessaux | 2010-02-04 | 1 | -5/+7 |
| | |||||
* | Began a complete rewrite of command and plugin management. | Julien Dessaux | 2010-02-04 | 1 | -5/+1 |
| | | | | Wrote a command routing statement, added an IrcPlugin monad. | ||||
* | Fixed some types' functions. | Julien Dessaux | 2010-02-04 | 1 | -2/+2 |
| | |||||
* | Rewrote command handling, added the Quote module and cleaned input handling. | Julien Dessaux | 2010-02-04 | 1 | -0/+4 |
| | |||||
* | Finished changing plugin data structure to Maps. | Julien Dessaux | 2010-02-04 | 1 | -2/+3 |
| | |||||
* | Reorganized code and types, changed slightly the architecture. | Julien Dessaux | 2010-02-04 | 1 | -131/+21 |
| | |||||
* | Rewrote the whole architecture. | Julien Dessaux | 2010-02-04 | 1 | -28/+135 |
| | |||||
* | Rebooting now works great, thanks to the communication channel preservation.v0.1.0 | Julien Dessaux | 2009-08-23 | 1 | -3/+3 |
| | |||||
* | Added server states, in order to handle rebooting more cleanly (still ↵ | Julien Dessaux | 2009-08-13 | 1 | -1/+15 |
| | | | | missing saving the chan) | ||||
* | Refactored some minor stuff | Julien Dessaux | 2009-08-07 | 1 | -0/+1 |
| | |||||
* | Added IRC connection and initialisation stuff. | Julien Dessaux | 2009-08-06 | 1 | -0/+5 |
| | |||||
* | renamed "Server" algebraic data type to "IrcServer" | Julien Dessaux | 2009-08-06 | 1 | -4/+4 |
| | |||||
* | Wrote a dynamic compilation stuff that works (unable to test reboot yet) | Julien Dessaux | 2009-08-05 | 1 | -0/+36 |