summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-29Move English messages from po/en_US to po/enGiuseppe Bilotta
2010-06-28markov: strip lines before learning themGiuseppe Bilotta
2010-06-28Update file list in gemspecGiuseppe Bilotta
2010-06-28Version 0.9.15Giuseppe Bilotta
2010-06-28Thank rane_ for pestering us to release 0.9.15Giuseppe Bilotta
2010-06-23nickserv plugin: more liberal default identified stringGiuseppe Bilotta
2010-06-15New IRC Framework: don't raise on unknown casemapGiuseppe Bilotta
2010-05-22docgen: cope with README -> README.rdoc renameGiuseppe Bilotta
2010-05-21translator: fix undefined variableYaohan Chen
2010-05-21translator: connect to sites only when necessaryYaohan Chen
2010-05-12Survive active_support idiocyGiuseppe Bilotta
2010-04-16improve READMERaine Virta
2010-04-16change README's extension to rdocRaine Virta
2010-04-16translator: additional help for google translate auto-detect failureRaine Virta
2010-04-16translator: show info about failed translators in helpRaine Virta
2010-04-16reaction: handle :acts in can_add?Raine Virta
2010-04-16translator: decode html entities on google_translateRaine Virta
2010-03-29IRC: support 'CASEMAPPING=charset' from some idiotic serversGiuseppe Bilotta
2010-03-18Small httputil.rb fix. Wrong Argument port instead of pass.Matthias -apoc- Hecker
2010-03-18Small imdb plugin fix. Just changed the imdb url.Matthias -apoc- Hecker
2010-03-16seen: use corret 'where' in 'before' caseGiuseppe Bilotta
2010-03-16Tokyo Cabinet DB backendVoker57
2010-03-16DB backend optionVoker57
2010-03-16Moved DB stuff to registry/bdbVoker57
2010-03-14seen: Introduce framework for message and channel privacy.Robin H. Johnson
2010-03-14seen: Include the channel where the user's output was.Robin H. Johnson
2010-03-14basics: implement a channel list status queryRobin H. Johnson
2010-03-08Fix typo in previous patchGiuseppe Bilotta
2010-03-07Implement penalty for WHO and PART based on eggdrop code.Robin H. Johnson
2010-03-07Time parsing: also parse months and yearsGiuseppe Bilotta
2010-03-07rfc2812: Fix multiple RPL_WHOISCHANNELS handlingRobin H. Johnson
2010-02-25nickserv: add a missing colonRaine Virta
2010-02-25reaction: fix can_add? method logicRaine Virta
2010-02-25reaction: reverse permission checkRaine Virta
2010-02-13geoip: Add blogama and allow for fallback optionsDavid Gadling
2010-02-10react: restrict command reactions by defaultGiuseppe 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