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
/
Main.hs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrote nearly everything!
v0.2.0
Julien Dessaux
2010-05-16
1
-36
/
+0
*
Make the main thread exit cleanly in case of connection loss.
Julien Dessaux
2010-04-21
1
-0
/
+1
*
Removed all the dynamic module loading stuff.
Julien Dessaux
2010-04-21
1
-1
/
+7
*
Fixed several stuff.
Julien Dessaux
2010-04-21
1
-3
/
+3
*
Fixed the clean killing of plugin's threads, fixed exception management and c...
Julien Dessaux
2010-02-08
1
-2
/
+4
*
Continue rewriting, found a problem in the way I kill plugins.
Julien Dessaux
2010-02-04
1
-2
/
+2
*
Reorganized code and types, changed slightly the architecture.
Julien Dessaux
2010-02-04
1
-0
/
+1
*
Rewrote the whole architecture.
Julien Dessaux
2010-02-04
1
-60
/
+15
*
Rebooting now works great, thanks to the communication channel preservation.
v0.1.0
Julien Dessaux
2009-08-23
1
-9
/
+10
*
Added the IRCParser (thx galdor), and PrivMsg handling (simply repeat)
Julien Dessaux
2009-08-13
1
-16
/
+18
*
Added server states, in order to handle rebooting more cleanly (still missing...
Julien Dessaux
2009-08-13
1
-6
/
+10
*
Rethought the way I handled IRC data.
Julien Dessaux
2009-08-11
1
-3
/
+3
*
Began to write the commands' stuff, and made a working reboot.
Julien Dessaux
2009-08-07
1
-2
/
+28
*
Wrote the ping pong stuff
Julien Dessaux
2009-08-07
1
-0
/
+12
*
Refactored some minor stuff
Julien Dessaux
2009-08-07
1
-1
/
+3
*
Added IRC connection and initialisation stuff.
Julien Dessaux
2009-08-06
1
-2
/
+3
*
Wrote a dynamic compilation stuff that works (unable to test reboot yet)
Julien Dessaux
2009-08-05
1
-0
/
+23