summaryrefslogtreecommitdiff
path: root/Hsbot/Core.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added support for IRC server passwordJulien Dessaux2012-02-261-0/+3
|
* Updated for the latest hs-tls api.Julien Dessaux2012-02-261-3/+2
|
* Temporary fix for the parsing mistake when not using TLSJulien Dessaux2011-11-071-1/+1
|
* Fixed the fix to properly handle incomplete messages when there is nothing ↵Julien Dessaux2011-11-031-1/+1
| | | | more to read.
* Fixed the incorrect parsing of the TCP stream.Julien Dessaux2011-11-031-19/+33
|
* Updated to support the latest version of the tls module.Julien Dessaux2011-11-031-1/+1
|
* Moved to death messages IRC output around, because those were sent too soonJulien Dessaux2011-08-091-2/+4
|
* Added exception handling, an autorestart when that happens and output in ↵Julien Dessaux2011-08-081-18/+17
| | | | case of restart/reload
* Added access controls to hsbot.Julien Dessaux2011-08-081-0/+1
|
* Fixed TLS client implementationJulien Dessaux2011-07-111-9/+9
|
* Code cleaning.Julien Dessaux2011-05-051-4/+4
|
* Updated for TLS 0.6Julien Dessaux2011-05-051-1/+2
|
* Changed the way I handled the Bot monad for more concurrency.Julien Dessaux2011-05-021-22/+30
|
* Code cleaning.Julien Dessaux2011-05-011-16/+16
|
* Added plugin loading, and the most basic hook capability.Julien Dessaux2011-05-011-10/+13
|
* Some API refactoring.Julien Dessaux2011-05-011-1/+0
| | | | 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 Dessaux2011-04-231-25/+53
|
* Began a big refactoring/rewriting (again)Julien Dessaux2011-04-131-0/+105
|
* Moved files around as a preliminary for architectural changes.Julien Dessaux2010-07-031-91/+0
|
* Wrote most of the resume code for the core and the irc plugin.Julien Dessaux2010-06-201-11/+18
|
* Added signal handling and a better semantic for bot status.Julien Dessaux2010-05-291-4/+17
|
* Rationalized the way bot configs are handled.Julien Dessaux2010-05-291-6/+6
|
* Implemented the clean killing of plugins' threads.Julien Dessaux2010-05-291-3/+5
|
* Cleaned further the bot updates handling.Julien Dessaux2010-05-281-24/+26
|
* Cleaned that ugly update message handling and added a reboot command to the ↵Julien Dessaux2010-05-251-32/+24
| | | | ircbot.
* Implemented update message handling in the bot's core.Julien Dessaux2010-05-241-37/+41
|
* Removed thread ids from plugins data structure.Julien Dessaux2010-05-161-8/+10
|
* Rewrote nearly everything!v0.2.0Julien Dessaux2010-05-161-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 Dessaux2010-04-251-4/+4
|
* Make the main thread exit cleanly in case of connection loss.Julien Dessaux2010-04-211-7/+22
|
* Fixed several stuff.Julien Dessaux2010-04-211-3/+3
|
* Continue rewriting, found a problem in the way I kill plugins.Julien Dessaux2010-02-041-5/+7
|
* Began a complete rewrite of command and plugin management.Julien Dessaux2010-02-041-5/+1
| | | | Wrote a command routing statement, added an IrcPlugin monad.
* Fixed some types' functions.Julien Dessaux2010-02-041-2/+2
|
* Rewrote command handling, added the Quote module and cleaned input handling.Julien Dessaux2010-02-041-0/+4
|
* Finished changing plugin data structure to Maps.Julien Dessaux2010-02-041-2/+3
|
* Reorganized code and types, changed slightly the architecture.Julien Dessaux2010-02-041-131/+21
|
* Rewrote the whole architecture.Julien Dessaux2010-02-041-28/+135
|
* Rebooting now works great, thanks to the communication channel preservation.v0.1.0Julien Dessaux2009-08-231-3/+3
|
* Added server states, in order to handle rebooting more cleanly (still ↵Julien Dessaux2009-08-131-1/+15
| | | | missing saving the chan)
* Refactored some minor stuffJulien Dessaux2009-08-071-0/+1
|
* Added IRC connection and initialisation stuff.Julien Dessaux2009-08-061-0/+5
|
* renamed "Server" algebraic data type to "IrcServer"Julien Dessaux2009-08-061-4/+4
|
* Wrote a dynamic compilation stuff that works (unable to test reboot yet)Julien Dessaux2009-08-051-0/+36