index
:
user/henk/code/ruby/rbot.git
fix/deprecated_gethostbyname
main
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
rbot
/
plugins
/
markov.rb
Age
Commit message (
Expand
)
Author
2009-01-22
+ (reply) config option to force reply to query
Simon Hafner
2009-01-22
* (plugins) changed to the new reply schema (:nick)
Simon Hafner
2008-08-08
markov plugin: always plain replies when chipping in
Giuseppe Bilotta
2008-08-06
markov plugin: don't echo a line a line that is just a substring of the input...
Giuseppe Bilotta
2008-08-06
markov plugin: configurable maximum number of words
Giuseppe Bilotta
2008-08-06
markov plugin: use symbol when deleting obsolete config key
Giuseppe Bilotta
2008-08-03
markov plugin: add ability to ignore channels and not just single users
Giuseppe Bilotta
2008-07-03
markov plugin: don't raise if seed message doesn't have enough words
Giuseppe Bilotta
2008-06-30
* markov: lowered the priority of the learning thread
dmitry kim
2008-06-30
+ markov: sleep() some in the learning thread
dmitry kim
2008-06-25
markov plugin: use plain message
Giuseppe Bilotta
2008-06-25
markov plugin: do learning in one thread, instead of threading for each message
Yaohan Chen
2008-04-07
+ use the message() delegate instead of listen() when possible
Giuseppe Bilotta
2008-03-22
markov plugin: thread markov chain construction and use in listen()
Giuseppe Bilotta
2008-03-22
markov plugin: small optimization for markov chains contructions
Giuseppe Bilotta
2008-03-22
markov plugin: remove @lastline cruft
Giuseppe Bilotta
2008-02-14
markov plugin: markov probability <chance> wasn't working correctly
Giuseppe Bilotta
2008-02-13
markov plugin: move settings to @bot.config
Giuseppe Bilotta
2008-02-13
markov plugin: insert standard plugin header
Giuseppe Bilotta
2008-02-13
markov plugin: update help
Giuseppe Bilotta
2008-02-13
markov plugin: display current probability when {{{markov probability}}} is c...
Giuseppe Bilotta
2007-08-29
timers: get rid of useless data passing to timer actions.
Giuseppe Bilotta
2007-02-18
Plugin header boilerplating.
Giuseppe Bilotta
2007-02-10
markov plugin: upgrade ignores to new IRC framework
Giuseppe Bilotta
2006-06-02
fixed #85, made "chat about" more reliable by trying to avoid two word sentences
Alexander Beisig
2006-01-04
from #32
Tom Gilbert
2005-12-10
supplied in #53
Tom Gilbert
2005-10-13
close #38 for real
Tom Gilbert
2005-10-13
close #38
Tom Gilbert
2005-10-13
various outstanding changes
Tom Gilbert
2005-09-28
roll out that one change
Tom Gilbert
2005-09-28
apply patch and close #37 and #33
Tom Gilbert
2005-09-07
tweaking the markov plugin a little
Tom Gilbert
2005-08-12
oops, mustn't override cleanup
Tom Gilbert
2005-08-08
new plugin for markov-chain chat inanity :)
Tom Gilbert