summaryrefslogtreecommitdiff
path: root/lib/rbot/core
AgeCommit message (Expand)Author
2009-05-21multiple plugins: Changes to remove parenthesize warnings.David Gadling
2009-04-11utils: Utils.try_execGiuseppe Bilotta
2009-04-11utils: fix safe_exec failuresGiuseppe Bilotta
2009-03-15extends: String#wrap_nonemptyGiuseppe Bilotta
2009-03-13filters: BotModule user filter loadingGiuseppe Bilotta
2009-03-06load rubygems if availableGiuseppe Bilotta
2009-03-03utils: add a helper method for creating comma separated listsRaine Virta
2009-03-03config: add alias config removeRaine Virta
2009-03-03config: allow multiple values in config add and rmRaine Virta
2009-02-19remove whitespaceRaine Virta
2009-02-15+ @bot.path and datafile methodsGiuseppe Bilotta
2009-02-11utils: htmlinfo filtering doc cleanupsGiuseppe Bilotta
2009-01-28* (httputils) get_response must refresh the cached object even if :cache => f...dmitry kim
2009-01-27wordlist: strip UTF-8 BOM on loadGiuseppe Bilotta
2009-01-27wordlist: exist? methodGiuseppe Bilotta
2009-01-27wordlist: Wordlist.list command and UIGiuseppe Bilotta
2009-01-27wordlist providerRaine Virta
2009-01-22+ (userdata) method delete_botdata(key)Simon Hafner
2009-01-15auth: better clarify the allow/deny syntaxGiuseppe Bilotta
2009-01-08auth core botmodule: fix permission view without a specified userGiuseppe Bilotta
2008-12-16utils.rb: Utils.age_string to replace distance_of_time_in_wordsGiuseppe Bilotta
2008-12-16utils.rb: fix Utils.timeago for explicit date outputGiuseppe Bilotta
2008-12-16utils.rb: fix Utils.distance_of_time_in_words for negative offsetsGiuseppe Bilotta
2008-12-10* (httputil) provide an informative error message for non-http urlsdmitry kim
2008-11-21* (core/unicode) validate encoding.charsets with Iconvdmitry kim
2008-11-03auth botmodule: auth_allow_deny() accepts an optional :auth_path parameterGiuseppe Bilotta
2008-10-17irclog: timestamp_format config optionGiuseppe Bilotta
2008-10-13httputil: don't raise on HTTPServer/ClientErrorGiuseppe Bilotta
2008-09-24IRC logging: only log nick/quits on the channels the bot is inGiuseppe Bilotta
2008-08-10irclog core module: rename old logs when switching from dir to fileGiuseppe Bilotta
2008-08-10irclog core module: skip, don't die when unable to open logfileGiuseppe Bilotta
2008-08-08irclog core module: double-percent the {where} in irclog.filename_formatGiuseppe Bilotta
2008-08-06basics: option to join channel after identification is confirmedGiuseppe Bilotta
2008-08-05irclog core module: log rotationGiuseppe Bilotta
2008-07-31+ core/config: sort config search resultdmitry kim
2008-07-30+ @bot.wanted_nick stores the nick wanted by the botGiuseppe Bilotta
2008-07-30* nick is handled by config, not basicsGiuseppe Bilotta
2008-07-29auth core botmodule: advertise and act on mismatched master passwordGiuseppe Bilotta
2008-07-07httputil: don't fail when b0rked servers put the charset in the content-encodingGiuseppe Bilotta
2008-07-03utils.rb: added timeago and distance_of_time_in_words functionsCasey Link
2008-06-26config.rb: localize git date in versionGiuseppe Bilotta
2008-06-24extends.rb: suppress warningGiuseppe Bilotta
2008-06-24fake_message duplicates m.reply and m.in_thread from the :from messageYaohan Chen
2008-06-24fake messages will use the originating message's reply methodYaohan Chen
2008-06-23extends: define Array#shuffle(\!) only if not present already, and use simple...Giuseppe Bilotta
2008-06-18+ core/irclog: dedicated loggers threaddmitry kim
2008-06-16irclog: log own CTCP message with correct syntaxGiuseppe Bilotta
2008-05-04fixed typo in help authMoritz 'moemoe' Augsburger
2008-05-01* unicode.rb: @old_kcode --> @@old_kcode [we aren't always called as an insta...dmitry kim
2008-04-24config core botmodule: only show possible keys summary when more than one key...Giuseppe Bilotta