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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-05-06
Made the Plugin monad a Reader instead of a State since it can't change.
Julien Dessaux
6
-21
/
+14
2011-05-06
Added a shitload of ducks to recognize and kill!
Julien Dessaux
2
-7
/
+16
2011-05-05
Code cleaning.
Julien Dessaux
3
-6
/
+14
2011-05-05
Added the Duck module (PAN!).
Julien Dessaux
2
-1
/
+40
2011-05-05
Updated for TLS 0.6
Julien Dessaux
2
-4
/
+6
2011-05-02
Changed the way I handled the Bot monad for more concurrency.
Julien Dessaux
4
-45
/
+57
2011-05-01
Code cleaning.
Julien Dessaux
6
-30
/
+29
2011-05-01
Added plugin loading, and the most basic hook capability.
Julien Dessaux
6
-35
/
+68
2011-05-01
Improved message utilities.
Julien Dessaux
1
-7
/
+11
2011-05-01
Some API refactoring.
Julien Dessaux
7
-51
/
+47
2011-04-23
Continue refactoring, worked on the core loop and the plugin infrastructure.
Julien Dessaux
7
-38
/
+140
2011-04-13
Began a big refactoring/rewriting (again)
Julien Dessaux
41
-5105
/
+421
2010-10-10
Regressed from parsec3 to parsec2 to solve a cabal install weird dependency p...
Julien Dessaux
2
-7
/
+7
2010-10-02
Fixed the plugin loading process.
Julien Dessaux
1
-18
/
+19
2010-08-22
Added the help command for the quote module.
Julien Dessaux
3
-1
/
+19
2010-08-22
Added the quote quick command.
Julien Dessaux
3
-4
/
+14
2010-08-20
Improved message dispatching in core.
Julien Dessaux
2
-16
/
+19
2010-08-20
Greatly improved configuration file handling.
Julien Dessaux
2
-49
/
+65
2010-08-01
Got a working hsbot-irc back online!
Julien Dessaux
7
-111
/
+59
2010-08-01
Moved the CLI argument processing stuff in its own file.
Julien Dessaux
2
-54
/
+64
2010-08-01
Added configuration debug stuff.
Julien Dessaux
2
-3
/
+16
2010-08-01
Added the cli parser and a config file handler for hsbot-irc.
Julien Dessaux
4
-4
/
+216
2010-07-16
Got rid of the pseudo dynamic starting stuff, wrote a decent CLI parameters h...
Julien Dessaux
4
-56
/
+68
2010-07-04
Made some slight changes in order to make the bot's core "compile".
Julien Dessaux
4
-58
/
+66
2010-07-03
Moved files around as a preliminary for architectural changes.
Julien Dessaux
29
-0
/
+17
2010-06-20
Wrote most of the resume code for the core and the irc plugin.
Julien Dessaux
6
-50
/
+57
2010-05-29
Fixed the plugin termination.
Julien Dessaux
6
-20
/
+32
2010-05-29
Added signal handling and a better semantic for bot status.
Julien Dessaux
4
-10
/
+39
2010-05-29
Rationalized the way bot configs are handled.
Julien Dessaux
5
-31
/
+24
2010-05-29
Implemented the clean killing of plugins' threads.
Julien Dessaux
6
-33
/
+70
2010-05-28
Cleaned further the bot updates handling.
Julien Dessaux
5
-49
/
+53
2010-05-25
Cleaned that ugly update message handling and added a reboot command to the i...
Julien Dessaux
7
-58
/
+75
2010-05-24
Implemented update message handling in the bot's core.
Julien Dessaux
9
-64
/
+161
2010-05-24
Implemented ircbot update messages.
Julien Dessaux
6
-44
/
+73
2010-05-18
Cleaned the definition of irc plugins' data structure.
Julien Dessaux
8
-8
/
+8
2010-05-16
Removed thread ids from plugins data structure.
Julien Dessaux
11
-46
/
+37
2010-05-16
Rewrote nearly everything!
v0.2.0
Julien Dessaux
33
-654
/
+856
2010-04-26
Added the quote module.
Julien Dessaux
3
-21
/
+127
2010-04-25
Some refactoring + cosmetics.
Julien Dessaux
13
-62
/
+70
2010-04-22
Added an utility function to correctly answer a message we receive (aka /msg)
Julien Dessaux
3
-12
/
+21
2010-04-22
Wrote the list plugin command.
Julien Dessaux
6
-15
/
+40
2010-04-21
Make the main thread exit cleanly in case of connection loss.
Julien Dessaux
3
-9
/
+26
2010-04-21
Add the IrcMsg as an optional parameter for an internal command.
Julien Dessaux
4
-7
/
+7
2010-04-21
Removed all the dynamic module loading stuff.
Julien Dessaux
7
-58
/
+31
2010-04-21
Fixed several stuff.
Julien Dessaux
10
-21
/
+25
2010-02-08
Fixed the clean killing of plugin's threads, fixed exception management and c...
Julien Dessaux
7
-33
/
+27
2010-02-04
Continue rewriting, found a problem in the way I kill plugins.
Julien Dessaux
9
-25
/
+48
2010-02-04
Began a complete rewrite of command and plugin management.
Julien Dessaux
12
-87
/
+244
2010-02-04
Fixed some types' functions.
Julien Dessaux
4
-9
/
+9
2010-02-04
Rewrote command handling, added the Quote module and cleaned input handling.
Julien Dessaux
9
-57
/
+116
[next]