]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/shortlog
user/henk/code/ruby/rbot.git
2010-05-12 Giuseppe BilottaSurvive active_support idiocy
2010-04-16 Raine Virtaimprove README
2010-04-16 Raine Virtachange README's extension to rdoc
2010-04-16 Raine Virtatranslator: additional help for google translate auto...
2010-04-16 Raine Virtatranslator: show info about failed translators in help
2010-04-16 Raine Virtareaction: handle :acts in can_add?
2010-04-16 Raine Virtatranslator: decode html entities on google_translate
2010-03-29 Giuseppe BilottaIRC: support 'CASEMAPPING=charset' from some idiotic...
2010-03-18 Matthias -apoc... Small httputil.rb fix. Wrong Argument port instead...
2010-03-18 Matthias -apoc... Small imdb plugin fix. Just changed the imdb url.
2010-03-16 Giuseppe Bilottaseen: use corret 'where' in 'before' case
2010-03-16 Voker57Tokyo Cabinet DB backend
2010-03-16 Voker57DB backend option
2010-03-16 Voker57Moved DB stuff to registry/bdb
2010-03-14 Robin H. Johnsonseen: Introduce framework for message and channel privacy.
2010-03-14 Robin H. Johnsonseen: Include the channel where the user's output was.
2010-03-14 Robin H. Johnsonbasics: implement a channel list status query
2010-03-08 Giuseppe BilottaFix typo in previous patch
2010-03-07 Robin H. JohnsonImplement penalty for WHO and PART based on eggdrop...
2010-03-07 Giuseppe BilottaTime parsing: also parse months and years
2010-03-07 Robin H. Johnsonrfc2812: Fix multiple RPL_WHOISCHANNELS handling
2010-02-25 Raine Virtanickserv: add a missing colon
2010-02-25 Raine Virtareaction: fix can_add? method logic
2010-02-25 Raine Virtareaction: reverse permission check
2010-02-13 David Gadlinggeoip: Add blogama and allow for fallback options
2010-02-10 Giuseppe Bilottareact: restrict command reactions by default
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
2010-01-25 Giuseppe BilottaMessage 'prefixed?' method
2009-12-21 Alex Leglermessage: Allow forcefully prepending of the nick when...
2009-12-21 Alex Leglerircbot/rfc2812/message: Add banlist message handling
2009-12-21 Alex Leglerircbot: Delegate ERR_NOSUCHNICK and ERR_NOSUCHCHANNEL...
2009-12-21 Giuseppe Bilottahangman: expand %{site} in help
2009-12-21 Raine Virtaspotify: fail on load if Spotify module is not available
2009-12-21 Raine Virtaspotify: handle errors
2009-12-21 Raine Virtaadd spotify plugin
2009-12-21 Raine Virtalastfm: use Spotify from lib_spotify
2009-12-21 Raine Virtaadd lib_spotify plugin
2009-12-21 Raine Virtalastfm: wrap artist name with bold in now_playing output
2009-12-21 Raine Virtalastfm: use CGI.escape on query part of spotify searches
2009-12-21 Raine Virtalastfm: remove dashes from Spotify queries
2009-12-21 Raine Virtalastfm: show spotify links on now_playing if possible
2009-12-21 Raine Virtalastfm: fix detection of invalid username on now_playing
2009-11-30 Yaohan ChenWhen a translator fails to initialize, map its command...
2009-11-30 Yaohan ChenSimplify support for using "auto" to detect source...
2009-11-30 Raine Virtatranslator: use google's RESTful interface for google_t...
2009-11-30 Raine Virtatranslator: fix random bug caused by undefined variables
2009-11-06 Giuseppe Bilottairclog: don't kill logger thread on false can_log_on
2009-11-05 Giuseppe Bilottaremote: bring up to date with changes in MessageMapper
2009-11-05 Giuseppe Bilottaremote: use permit? instead of allow?
2009-11-03 Giuseppe Bilottadice: restore + killed by ec5745fa7abd47b8ca12bd783b075...
2009-11-01 Raine Virtaurban: fix numpages being nil in some cases
2009-11-01 Giuseppe Bilottatumblr: better guess for group name on ## channels
2009-11-01 Giuseppe BilottaIRC Framework: Channel.npname()
2009-11-01 Giuseppe BilottaRuby 1.9 compat: use String#[0,1] for channel prefixes
2009-10-21 franzhttputil.rb: fix http.no_expire_cache being IntegerValue
2009-10-21 Raine Virtaurban: fix page detection logic
2009-10-21 Raine Virtaurban: fix regex for detecting an undefined term
2009-10-21 Giuseppe BilottaLoop until connected in reconnect()
2009-09-24 Giuseppe Bilottasearch plugin: handle image in results
2009-09-24 Giuseppe Bilottaircify_html: options to handle img tags
2009-09-12 Giuseppe Bilottasearch plugin: cleanup and fix results Array vs String...
2009-09-08 Giuseppe Bilottabasics: log the fact that we're not joining default...
2009-09-06 franzruby 1.9: Exception#to_str
2009-09-06 franzruby 1.9: fix method_defined?
2009-08-31 Giuseppe Bilottasearch: show long definitions with 'google define:stuff'
2009-08-31 Giuseppe Bilottasearch plugin: update gdef
2009-08-31 Giuseppe Bilottatumplr plugin: first draft
2009-08-30 Giuseppe BilottaRevert "utils: try nokogiri/hpricot if hpricot is not...
2009-08-30 Giuseppe Bilottaurl plugin: carry htmlinfo filtering output with the...
2009-08-30 Giuseppe Bilottahttputil: POST respose '201 Created' is good
2009-08-30 Giuseppe Bilottautils: try nokogiri/hpricot if hpricot is not available
2009-08-28 Giuseppe Bilottasearch plugin: enhance 'lucky' output
2009-08-28 Giuseppe Bilottasearch plugin: update google search
2009-08-27 Giuseppe Bilottaurl plugin: only chop non-word characters on 404
2009-08-27 Giuseppe Bilottautils: avoid namespace conflict
2009-08-27 Giuseppe Bilottareaction plugin: shorter help for replies
2009-08-27 Giuseppe Bilottareaction plugin: 'ruby:' replies
2009-08-26 franzgettext: fix empty LANGUAGE env var
2009-08-26 franzruby 1.9: fix *methods.include?
2009-08-26 franzruby 1.9: disable the Singleton monkeypatch for 1.9
2009-08-26 franzruby 1.9: monkeypatch MonitorMixin and ConditionVariable
2009-08-26 franzruby 1.9: fix Integer(nil)
2009-08-26 franzruby 1.9: convert Exception to string explicitly
2009-08-26 franzircbot: fix indentation error
next