index
:
adyxax/hsbot
master
An IRC bot written in haskell
Julien Dessaux
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Finished the quote append function.
Julien Dessaux
2011-09-18
1
-2
/
+6
|
*
Added the getLastActiveQuote transaction.
Julien Dessaux
2011-09-18
1
-1
/
+5
|
*
Wrote the quote append function.
Julien Dessaux
2011-09-10
1
-9
/
+39
|
*
Cosmetics.
Julien Dessaux
2011-09-10
2
-20
/
+20
|
*
Added the getChannel helper.
Julien Dessaux
2011-09-10
1
-0
/
+8
|
*
Merge branch 'master' into quoteModule
Julien Dessaux
2011-09-10
11
-169
/
+203
|
\
|
|
|
|
|
|
|
|
Conflicts: hsbot.cabal
|
*
Added score sorting for the duck module
Julien Dessaux
2011-09-02
1
-1
/
+7
|
|
|
*
Fixed mistake that prevented death message to be parsed upon restarting
Julien Dessaux
2011-08-09
1
-2
/
+2
|
|
|
*
Moved to death messages IRC output around, because those were sent too soon
Julien Dessaux
2011-08-09
2
-16
/
+12
|
|
|
*
cosmetic
Julien Dessaux
2011-08-08
1
-2
/
+1
|
|
|
*
Added exception handling, an autorestart when that happens and output in ↵
Julien Dessaux
2011-08-08
6
-36
/
+61
|
|
|
|
|
|
|
|
case of restart/reload
|
*
Added Administrative plugin that will permit dynamic reloading
Julien Dessaux
2011-08-08
2
-0
/
+46
|
|
|
*
Fixed bad comments and some cosmetics
Julien Dessaux
2011-08-08
3
-5
/
+6
|
|
|
*
Added access controls to hsbot.
Julien Dessaux
2011-08-08
5
-6
/
+32
|
|
|
*
Updated TODO list
Julien Dessaux
2011-08-06
1
-10
/
+4
|
|
|
*
Fixed TLS client implementation
Julien Dessaux
2011-07-11
5
-70
/
+18
|
|
|
*
Added some duck funny faces
Julien Dessaux
2011-06-17
1
-1
/
+1
|
|
|
*
Improved the duck plugin arguments handling
Julien Dessaux
2011-06-17
1
-4
/
+9
|
|
|
*
Fixed a bug in command parsing
Julien Dessaux
2011-06-17
1
-6
/
+9
|
|
|
*
Simplified and greatly improved scoring for the duck game.
Julien Dessaux
2011-06-05
1
-38
/
+23
|
|
*
|
Fixed compilation errors. Since I forgot to add the quote module to cabal ↵
Julien Dessaux
2011-06-23
2
-37
/
+40
|
|
|
|
|
|
|
|
there were many!
*
|
Added the help message that explicit the API to implement
Julien Dessaux
2011-06-23
1
-0
/
+51
|
|
*
|
Improved data structures
Julien Dessaux
2011-06-23
1
-10
/
+22
|
|
*
|
Began adding transactions on the quote database : getters and locks management.
Julien Dessaux
2011-05-17
1
-0
/
+38
|
|
*
|
Wrote the quote module data structures.
Julien Dessaux
2011-05-17
1
-0
/
+47
|
/
*
Fixed inconsistencies in the duck module.
Julien Dessaux
2011-05-16
1
-6
/
+5
|
*
Some more stupid ducks' faces.
Julien Dessaux
2011-05-15
1
-1
/
+1
|
*
Fixed Duck module's behaviour when talked from other channels.
Julien Dessaux
2011-05-15
1
-23
/
+23
|
*
Removed the most ugly ducks.
Julien Dessaux
2011-05-15
1
-5
/
+3
|
*
Allow to change ducks' spawning frequency.
Julien Dessaux
2011-05-15
2
-9
/
+16
|
*
Added persistent statistics for the duck Module.
Julien Dessaux
2011-05-14
2
-18
/
+87
|
*
Added a function to get the sender of an irc message.
Julien Dessaux
2011-05-13
1
-0
/
+5
|
*
Re-engineered and finished the duck spawning capability.
Julien Dessaux
2011-05-11
2
-28
/
+58
|
*
Added a function to get the destination channel of a message.
Julien Dessaux
2011-05-11
2
-1
/
+7
|
*
Improving a bit the Ping module's code.
Julien Dessaux
2011-05-10
1
-3
/
+1
|
*
Implemented bot commands parsing.
Julien Dessaux
2011-05-10
2
-1
/
+13
|
*
Added the ability to directly answer /msg.
Julien Dessaux
2011-05-08
2
-5
/
+6
|
*
Added duck spawning capabilities, ready to be shot!
Julien Dessaux
2011-05-07
2
-9
/
+33
|
*
Made the Plugin monad a Reader instead of a State since it can't change.
Julien Dessaux
2011-05-06
7
-22
/
+15
|
*
Added a shitload of ducks to recognize and kill!
Julien Dessaux
2011-05-06
2
-7
/
+16
|
*
Code cleaning.
Julien Dessaux
2011-05-05
3
-6
/
+14
|
*
Added the Duck module (PAN!).
Julien Dessaux
2011-05-05
2
-1
/
+40
|
*
Updated for TLS 0.6
Julien Dessaux
2011-05-05
2
-4
/
+6
|
*
Changed the way I handled the Bot monad for more concurrency.
Julien Dessaux
2011-05-02
4
-45
/
+57
|
*
Code cleaning.
Julien Dessaux
2011-05-01
6
-30
/
+29
|
*
Added plugin loading, and the most basic hook capability.
Julien Dessaux
2011-05-01
6
-35
/
+68
|
*
Improved message utilities.
Julien Dessaux
2011-05-01
1
-7
/
+11
|
*
Some API refactoring.
Julien Dessaux
2011-05-01
7
-51
/
+47
|
|
|
|
I can't say how I hate the Types.hs thing in Haskell!
*
Continue refactoring, worked on the core loop and the plugin infrastructure.
Julien Dessaux
2011-04-23
7
-38
/
+140
|
*
Began a big refactoring/rewriting (again)
Julien Dessaux
2011-04-13
41
-5105
/
+421
|
[next]