Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made the Plugin monad a Reader instead of a State since it can't change. | Julien Dessaux | 2011-05-06 | 6 | -21/+14 |
| | |||||
* | Added a shitload of ducks to recognize and kill! | Julien Dessaux | 2011-05-06 | 1 | -6/+15 |
| | |||||
* | Code cleaning. | Julien Dessaux | 2011-05-05 | 2 | -5/+5 |
| | |||||
* | Added the Duck module (PAN!). | Julien Dessaux | 2011-05-05 | 1 | -0/+38 |
| | |||||
* | Updated for TLS 0.6 | Julien Dessaux | 2011-05-05 | 1 | -1/+2 |
| | |||||
* | Changed the way I handled the Bot monad for more concurrency. | Julien Dessaux | 2011-05-02 | 3 | -44/+56 |
| | |||||
* | Code cleaning. | Julien Dessaux | 2011-05-01 | 5 | -28/+27 |
| | |||||
* | Added plugin loading, and the most basic hook capability. | Julien Dessaux | 2011-05-01 | 5 | -32/+66 |
| | |||||
* | Improved message utilities. | Julien Dessaux | 2011-05-01 | 1 | -7/+11 |
| | |||||
* | Some API refactoring. | Julien Dessaux | 2011-05-01 | 6 | -50/+47 |
| | | | | I can't say how I hate the Types.hs thing in Haskell! | ||||
* | Continue refactoring, worked on the core loop and the plugin infrastructure. | Julien Dessaux | 2011-04-23 | 6 | -37/+137 |
| | |||||
* | Began a big refactoring/rewriting (again) | Julien Dessaux | 2011-04-13 | 4 | -0/+321 |
| | |||||
* | Moved files around as a preliminary for architectural changes. | Julien Dessaux | 2010-07-03 | 19 | -4727/+0 |
| | |||||
* | Wrote most of the resume code for the core and the irc plugin. | Julien Dessaux | 2010-06-20 | 4 | -33/+51 |
| | |||||
* | Fixed the plugin termination. | Julien Dessaux | 2010-05-29 | 6 | -20/+32 |
| | | | | The master of a plugin will now wait for the plugin it kills to terminate. | ||||
* | Added signal handling and a better semantic for bot status. | Julien Dessaux | 2010-05-29 | 3 | -9/+39 |
| | |||||
* | Rationalized the way bot configs are handled. | Julien Dessaux | 2010-05-29 | 5 | -31/+24 |
| | |||||
* | Implemented the clean killing of plugins' threads. | Julien Dessaux | 2010-05-29 | 5 | -32/+70 |
| | |||||
* | Cleaned further the bot updates handling. | Julien Dessaux | 2010-05-28 | 5 | -49/+53 |
| | |||||
* | Cleaned that ugly update message handling and added a reboot command to the ↵ | Julien Dessaux | 2010-05-25 | 6 | -58/+74 |
| | | | | ircbot. | ||||
* | Implemented update message handling in the bot's core. | Julien Dessaux | 2010-05-24 | 7 | -63/+159 |
| | |||||
* | Implemented ircbot update messages. | Julien Dessaux | 2010-05-24 | 5 | -44/+72 |
| | |||||
* | Cleaned the definition of irc plugins' data structure. | Julien Dessaux | 2010-05-18 | 7 | -7/+7 |
| | |||||
* | Removed thread ids from plugins data structure. | Julien Dessaux | 2010-05-16 | 11 | -46/+37 |
| | |||||
* | Rewrote nearly everything!v0.2.0 | Julien Dessaux | 2010-05-16 | 23 | -495/+4429 |
| | | | | | | | | | | | * 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 | 8 | -51/+49 |
| | |||||
* | Added an utility function to correctly answer a message we receive (aka /msg) | Julien Dessaux | 2010-04-22 | 2 | -8/+19 |
| | |||||
* | Wrote the list plugin command. | Julien Dessaux | 2010-04-22 | 4 | -5/+21 |
| | |||||
* | Make the main thread exit cleanly in case of connection loss. | Julien Dessaux | 2010-04-21 | 2 | -7/+23 |
| | |||||
* | Add the IrcMsg as an optional parameter for an internal command. | Julien Dessaux | 2010-04-21 | 3 | -6/+7 |
| | |||||
* | Removed all the dynamic module loading stuff. | Julien Dessaux | 2010-04-21 | 4 | -56/+23 |
| | |||||
* | Fixed several stuff. | Julien Dessaux | 2010-04-21 | 6 | -13/+12 |
| | |||||
* | Fixed the clean killing of plugin's threads, fixed exception management and ↵ | Julien Dessaux | 2010-02-08 | 2 | -6/+9 |
| | | | | cleaned plugins' main functions. | ||||
* | Continue rewriting, found a problem in the way I kill plugins. | Julien Dessaux | 2010-02-04 | 6 | -20/+32 |
| | |||||
* | Began a complete rewrite of command and plugin management. | Julien Dessaux | 2010-02-04 | 6 | -45/+130 |
| | | | | Wrote a command routing statement, added an IrcPlugin monad. | ||||
* | Fixed some types' functions. | Julien Dessaux | 2010-02-04 | 3 | -6/+6 |
| | |||||
* | Rewrote command handling, added the Quote module and cleaned input handling. | Julien Dessaux | 2010-02-04 | 6 | -56/+61 |
| | |||||
* | Implemented unregisterCommand. | Julien Dessaux | 2010-02-04 | 1 | -0/+11 |
| | |||||
* | Added command registering and dispatching for plugins. | Julien Dessaux | 2010-02-04 | 3 | -14/+68 |
| | |||||
* | Finished changing plugin data structure to Maps. | Julien Dessaux | 2010-02-04 | 3 | -9/+24 |
| | |||||
* | Reorganized code and types, changed slightly the architecture. | Julien Dessaux | 2010-02-04 | 7 | -163/+245 |
| | |||||
* | Rewrote the whole architecture. | Julien Dessaux | 2010-02-04 | 4 | -169/+216 |
| | |||||
* | Rebooting now works great, thanks to the communication channel preservation.v0.1.0 | Julien Dessaux | 2009-08-23 | 2 | -12/+13 |
| | |||||
* | Added the IRCParser (thx galdor), and PrivMsg handling (simply repeat) | Julien Dessaux | 2009-08-13 | 3 | -19/+76 |
| | |||||
* | Added server states, in order to handle rebooting more cleanly (still ↵ | Julien Dessaux | 2009-08-13 | 2 | -7/+25 |
| | | | | missing saving the chan) | ||||
* | Rethought the way I handled IRC data. | Julien Dessaux | 2009-08-11 | 2 | -13/+7 |
| | |||||
* | Began to write the commands' stuff, and made a working reboot. | Julien Dessaux | 2009-08-07 | 2 | -3/+29 |
| | |||||
* | Wrote the ping pong stuff | Julien Dessaux | 2009-08-07 | 2 | -0/+23 |
| | |||||
* | Refactored some minor stuff | Julien Dessaux | 2009-08-07 | 3 | -6/+10 |
| | |||||
* | Added IRC connection and initialisation stuff. | Julien Dessaux | 2009-08-06 | 3 | -4/+33 |
| |