summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/markov.rb
AgeCommit message (Expand)Author
2015-08-09Update markov.rbMarshall Roch
2014-02-20[plugins] random permissions fixMatthias H
2012-08-31markov: be more robust about flaky dbsGiuseppe Bilotta
2011-12-07markov: mention learn in summary helpGiuseppe Bilotta
2011-12-04markov: document 'learn from <file>'Giuseppe Bilotta
2010-09-30Revert "markov: removed unnecessary mutexes"Giuseppe Bilotta
2010-06-28markov: strip lines before learning themGiuseppe Bilotta
2010-01-26markov: detect addressing-by-nick in channelVoker57
2010-01-25markov: fix delayGiuseppe Bilotta
2010-01-25markov: unify should_talkGiuseppe Bilotta
2010-01-25markov: whitespace cleanupGiuseppe Bilotta
2010-01-26markov: removed unnecessary mutexesVoker57
2010-01-26markov: close registry correctlyVoker57
2010-01-26markov: Intern only when it makes senseVoker57
2010-01-26markov: statsVoker57
2010-01-26markov: Moved weighted pick to separate functionVoker57
2010-01-26markov: learn message after maybe replying to it.Voker57
2010-01-26markov: bidirectional line generatingVoker57
2010-01-26markov: ignore word patternsVoker57
2010-01-26markov: fixed parameter typeVoker57
2010-01-26markov: use not only first two first words for building phraseVoker57
2010-01-26markov: separate probability for answering when adressedVoker57
2010-01-26markov: read-only listVoker57
2010-01-26markov: made delay an option, fixed non-replied statusVoker57
2009-08-26ruby 1.9: get rid of colons in case statementsfranz
2009-03-03markov: ensure messages are cleaned before learning and replying.Spencer Rinehart
2009-03-01markov: v2 storageGiuseppe Bilotta
2009-02-28markov: refactor triplet learningGiuseppe Bilotta
2009-02-28markov: refactor word pickingGiuseppe Bilotta
2009-02-26markov: add config option for delay in learning threadRaine Virta
2009-02-26markov: organize helpRaine Virta
2009-02-26markov: add command for learning from filesRaine Virta
2009-02-26markov: enable gettext for more repliesRaine Virta
2009-02-25markov: Only work with unreplied messages.Spencer Rinehart
2009-02-22markov: try harder when generating stringsGiuseppe Bilotta
2009-02-22markov: learn vs learn_lineGiuseppe Bilotta
2009-02-19remove whitespaceRaine Virta
2009-02-12markov: localize stringsGiuseppe Bilotta
2009-02-12markov: show queue size only when not emptyGiuseppe Bilotta
2009-02-12markov plugin: add the size of the learning queue to the status message.Spencer Rinehart
2009-01-28markov plugin: stricter permission on ignore and probabilityGiuseppe Bilotta
2009-01-22+ (reply) config option to force reply to querySimon Hafner
2009-01-22* (plugins) changed to the new reply schema (:nick)Simon Hafner
2008-08-08markov plugin: always plain replies when chipping inGiuseppe Bilotta
2008-08-06markov plugin: don't echo a line a line that is just a substring of the input...Giuseppe Bilotta
2008-08-06markov plugin: configurable maximum number of wordsGiuseppe Bilotta
2008-08-06markov plugin: use symbol when deleting obsolete config keyGiuseppe Bilotta
2008-08-03markov plugin: add ability to ignore channels and not just single usersGiuseppe Bilotta
2008-07-03markov plugin: don't raise if seed message doesn't have enough wordsGiuseppe Bilotta
2008-06-30* markov: lowered the priority of the learning threaddmitry kim