summaryrefslogtreecommitdiff
path: root/Hsbot/Core.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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