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.hs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-05-16
Rewrote nearly everything!
v0.2.0
Julien Dessaux
1
-30
/
+0
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
2010-02-04
Implemented unregisterCommand.
Julien Dessaux
2
-2
/
+13
2010-02-04
Added command registering and dispatching for plugins.
Julien Dessaux
6
-16
/
+79
2010-02-04
Finished changing plugin data structure to Maps.
Julien Dessaux
3
-9
/
+24
2010-02-04
Reorganized code and types, changed slightly the architecture.
Julien Dessaux
10
-164
/
+272
2010-02-04
Rewrote the whole architecture.
Julien Dessaux
8
-213
/
+233
2009-08-23
Rebooting now works great, thanks to the communication channel preservation.
v0.1.0
Julien Dessaux
3
-15
/
+17
2009-08-13
Added the IRCParser (thx galdor), and PrivMsg handling (simply repeat)
Julien Dessaux
4
-19
/
+78
2009-08-13
Added server states, in order to handle rebooting more cleanly (still missing...
Julien Dessaux
2
-7
/
+25
2009-08-11
Rethought the way I handled IRC data.
Julien Dessaux
2
-13
/
+7
2009-08-09
Fixed my mess with the rfc doc stuff... :p
Julien Dessaux
1
-4063
/
+3531
2009-08-07
Added LICENCE, and rfc2812 (IRC protocol) as documentation.
Julien Dessaux
2
-0
/
+4077
2009-08-07
Began to write the commands' stuff, and made a working reboot.
Julien Dessaux
2
-3
/
+29
2009-08-07
Wrote the ping pong stuff
Julien Dessaux
3
-2
/
+28
2009-08-07
Refactored some minor stuff
Julien Dessaux
5
-9
/
+14
2009-08-06
Added IRC connection and initialisation stuff.
Julien Dessaux
4
-5
/
+34
2009-08-06
renamed "Server" algebraic data type to "IrcServer"
Julien Dessaux
3
-9
/
+9
2009-08-05
Wrote a dynamic compilation stuff that works (unable to test reboot yet)
Julien Dessaux
7
-0
/
+183