]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - data/rbot/plugins/markov.rb
markov: document 'learn from <file>'
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / markov.rb
2011-12-04 Giuseppe Bilottamarkov: document 'learn from <file>'
2010-09-30 Giuseppe BilottaRevert "markov: removed unnecessary mutexes"
2010-06-28 Giuseppe Bilottamarkov: strip lines before learning them
2010-01-26 Voker57markov: detect addressing-by-nick in channel
2010-01-25 Giuseppe Bilottamarkov: fix delay
2010-01-25 Giuseppe Bilottamarkov: unify should_talk
2010-01-25 Giuseppe Bilottamarkov: whitespace cleanup
2010-01-25 Voker57markov: removed unnecessary mutexes
2010-01-25 Voker57markov: close registry correctly
2010-01-25 Voker57markov: Intern only when it makes sense
2010-01-25 Voker57markov: stats
2010-01-25 Voker57markov: Moved weighted pick to separate function
2010-01-25 Voker57markov: learn message after maybe replying to it.
2010-01-25 Voker57markov: bidirectional line generating
2010-01-25 Voker57markov: ignore word patterns
2010-01-25 Voker57markov: fixed parameter type
2010-01-25 Voker57markov: use not only first two first words for building...
2010-01-25 Voker57markov: separate probability for answering when adressed
2010-01-25 Voker57markov: read-only list
2010-01-25 Voker57markov: made delay an option, fixed non-replied status
2009-08-26 franzruby 1.9: get rid of colons in case statements
2009-03-03 Spencer Rinehartmarkov: ensure messages are cleaned before learning...
2009-03-01 Giuseppe Bilottamarkov: v2 storage
2009-02-28 Giuseppe Bilottamarkov: refactor triplet learning
2009-02-28 Giuseppe Bilottamarkov: refactor word picking
2009-02-25 Raine Virtamarkov: add config option for delay in learning thread
2009-02-25 Raine Virtamarkov: organize help
2009-02-25 Raine Virtamarkov: add command for learning from files
2009-02-25 Raine Virtamarkov: enable gettext for more replies
2009-02-25 Spencer Rinehartmarkov: Only work with unreplied messages.
2009-02-22 Giuseppe Bilottamarkov: try harder when generating strings
2009-02-22 Giuseppe Bilottamarkov: learn vs learn_line
2009-02-19 Raine Virtaremove whitespace
2009-02-12 Giuseppe Bilottamarkov: localize strings
2009-02-12 Giuseppe Bilottamarkov: show queue size only when not empty
2009-02-12 Spencer Rinehartmarkov plugin: add the size of the learning queue to...
2009-01-28 Giuseppe Bilottamarkov plugin: stricter permission on ignore and probab...
2009-01-21 Simon Hafner+ (reply) config option to force reply to query
2009-01-21 Simon Hafner* (plugins) changed to the new reply schema (:nick)
2008-08-08 Giuseppe Bilottamarkov plugin: always plain replies when chipping in
2008-08-06 Giuseppe Bilottamarkov plugin: don't echo a line a line that is just...
2008-08-06 Giuseppe Bilottamarkov plugin: configurable maximum number of words
2008-08-06 Giuseppe Bilottamarkov plugin: use symbol when deleting obsolete config key
2008-08-02 Giuseppe Bilottamarkov plugin: add ability to ignore channels and not...
2008-07-03 Giuseppe Bilottamarkov plugin: don't raise if seed message doesn't...
2008-06-30 dmitry kim* markov: lowered the priority of the learning thread
2008-06-30 dmitry kim+ markov: sleep() some in the learning thread
2008-06-25 Giuseppe Bilottamarkov plugin: use plain message
2008-06-25 Yaohan Chenmarkov plugin: do learning in one thread, instead of...
2008-04-06 Giuseppe Bilotta+ use the message() delegate instead of listen() when...
2008-03-22 Giuseppe Bilottamarkov plugin: thread markov chain construction and...
2008-03-22 Giuseppe Bilottamarkov plugin: small optimization for markov chains...
2008-03-22 Giuseppe Bilottamarkov plugin: remove @lastline cruft
2008-02-14 Giuseppe Bilottamarkov plugin: markov probability <chance> wasn't worki...
2008-02-13 Giuseppe Bilottamarkov plugin: move settings to @bot.config
2008-02-13 Giuseppe Bilottamarkov plugin: insert standard plugin header
2008-02-13 Giuseppe Bilottamarkov plugin: update help
2008-02-13 Giuseppe Bilottamarkov plugin: display current probability when {{...
2007-08-29 Giuseppe Bilottatimers: get rid of useless data passing to timer actions.
2007-02-18 Giuseppe BilottaPlugin header boilerplating.
2007-02-10 Giuseppe Bilottamarkov plugin: upgrade ignores to new IRC framework
2006-06-02 Alexander Beisigfixed #85, made "chat about" more reliable by trying...
2006-01-04 Tom Gilbertfrom #32
2005-12-10 Tom Gilbertsupplied in #53
2005-10-13 Tom Gilbertclose #38 for real
2005-10-13 Tom Gilbertclose #38
2005-10-13 Tom Gilbertvarious outstanding changes
2005-09-28 Tom Gilbertroll out that one change
2005-09-28 Tom Gilbertapply patch and close #37 and #33
2005-09-07 Tom Gilberttweaking the markov plugin a little
2005-08-12 Tom Gilbertoops, mustn't override cleanup
2005-08-08 Tom Gilbertnew plugin for markov-chain chat inanity :)