index
:
adyxax/hsbot
master
An IRC bot written in haskell
Julien Dessaux
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Hsbot
/
Types.hs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for IRC server password
Julien Dessaux
2012-02-26
1
-0
/
+1
*
Taking advantage of the new TLS debugging capabilities
Julien Dessaux
2011-11-03
1
-1
/
+2
*
Updated to support the latest version of the tls module.
Julien Dessaux
2011-11-03
1
-1
/
+1
*
Added exception handling, an autorestart when that happens and output in case...
Julien Dessaux
2011-08-08
1
-1
/
+1
*
Added access controls to hsbot.
Julien Dessaux
2011-08-08
1
-1
/
+12
*
Fixed TLS client implementation
Julien Dessaux
2011-07-11
1
-2
/
+0
*
Made the Plugin monad a Reader instead of a State since it can't change.
Julien Dessaux
2011-05-06
1
-4
/
+4
*
Changed the way I handled the Bot monad for more concurrency.
Julien Dessaux
2011-05-02
1
-1
/
+2
*
Code cleaning.
Julien Dessaux
2011-05-01
1
-1
/
+1
*
Added plugin loading, and the most basic hook capability.
Julien Dessaux
2011-05-01
1
-3
/
+3
*
Some API refactoring.
Julien Dessaux
2011-05-01
1
-3
/
+29
*
Continue refactoring, worked on the core loop and the plugin infrastructure.
Julien Dessaux
2011-04-23
1
-6
/
+13
*
Began a big refactoring/rewriting (again)
Julien Dessaux
2011-04-13
1
-0
/
+54
*
Moved files around as a preliminary for architectural changes.
Julien Dessaux
2010-07-03
1
-75
/
+0
*
Fixed the plugin termination.
Julien Dessaux
2010-05-29
1
-1
/
+1
*
Added signal handling and a better semantic for bot status.
Julien Dessaux
2010-05-29
1
-1
/
+11
*
Rationalized the way bot configs are handled.
Julien Dessaux
2010-05-29
1
-1
/
+1
*
Cleaned further the bot updates handling.
Julien Dessaux
2010-05-28
1
-3
/
+18
*
Cleaned that ugly update message handling and added a reboot command to the i...
Julien Dessaux
2010-05-25
1
-5
/
+5
*
Implemented update message handling in the bot's core.
Julien Dessaux
2010-05-24
1
-0
/
+50
*
Rewrote nearly everything!
v0.2.0
Julien Dessaux
2010-05-16
1
-108
/
+0
*
Some refactoring + cosmetics.
Julien Dessaux
2010-04-25
1
-27
/
+14
*
Add the IrcMsg as an optional parameter for an internal command.
Julien Dessaux
2010-04-21
1
-4
/
+5
*
Removed all the dynamic module loading stuff.
Julien Dessaux
2010-04-21
1
-3
/
+1
*
Fixed several stuff.
Julien Dessaux
2010-04-21
1
-2
/
+2
*
Began a complete rewrite of command and plugin management.
Julien Dessaux
2010-02-04
1
-7
/
+24
*
Fixed some types' functions.
Julien Dessaux
2010-02-04
1
-3
/
+3
*
Rewrote command handling, added the Quote module and cleaned input handling.
Julien Dessaux
2010-02-04
1
-3
/
+4
*
Added command registering and dispatching for plugins.
Julien Dessaux
2010-02-04
1
-11
/
+11
*
Reorganized code and types, changed slightly the architecture.
Julien Dessaux
2010-02-04
1
-0
/
+104