utils.rb: fix handling of require return value
[rbot] / lib /
2008-12-15  Giuseppe Bilottautils.rb: fix handling of require return value ror/fixes
2008-12-12  Giuseppe Bilottaircsocket: tunable IRC penalty
2008-12-12  Giuseppe Bilottaircsocket: clean up opt parsing
2008-12-10  dmitry kim* (httputil) provide an informative error message for...
2008-11-20  dmitry kim* (core/unicode) validate encoding.charsets with Iconv
2008-11-20  dmitry kim* fix config validation diagnostics for ArrayValue
2008-11-03  Giuseppe Bilottaauth botmodule: auth_allow_deny() accepts an optional...
2008-10-17  Giuseppe Bilottairclog: timestamp_format config option
2008-10-13  Giuseppe Bilottahttputil: don't raise on HTTPServer/ClientError
2008-09-24  Giuseppe BilottaIRC logging: only log nick/quits on the channels the...
2008-09-24  Giuseppe Bilottaircbot.rb: fill was_on info when delegating sent QUIT
2008-09-24  Giuseppe Bilottairc.rb: User#channels method
2008-09-05  Giuseppe Bilottaquiet exception list
2008-09-05  Giuseppe Bilottamessage.rb: fix the fix to message addressing logic
2008-08-19  Giuseppe BilottaIRC Socket: documentation cleanup
2008-08-19  Giuseppe BilottaIRC socket: minor flood_send logic fixes
2008-08-19  Giuseppe BilottaIRC socket: get rid of delay/burst
2008-08-13  Giuseppe Bilottamessage.rb: fix message addressing logic
2008-08-11  Giuseppe Bilottarfc2812: always return the actual Channel or User when...
2008-08-11  Giuseppe Bilottarfc2812: handle ERR_NOSUCHNICK and ERR_NOSUCHCHANNEL
2008-08-11  Giuseppe Bilottarfc2812: create channels and users for al commands...
2008-08-10  Giuseppe Bilottairclog core module: rename old logs when switching...
2008-08-10  Giuseppe Bilottairclog core module: skip, don't die when unable to...
2008-08-09  Giuseppe Bilotta+ handle WHOIS queries
2008-08-09  Giuseppe Bilottarfc2812.rb: support RPL_AWAY reply
2008-08-09  Giuseppe Bilotta+ support channel URL and creation time
2008-08-09  Giuseppe Bilottamessage.rb: correct @plainmessage and @message for...
2008-08-08  Giuseppe Bilottairclog core module: double-percent the {where} in irclo...
2008-08-08  Giuseppe Bilottaplugins.rb: use IO.read instead of readlins+join gimmicks
2008-08-06  Giuseppe Bilottabasics: option to join channel after identification...
2008-08-05  Giuseppe Bilottairclog core module: log rotation
2008-08-03  Giuseppe Bilotta* fix ominous bug in Regexp::IP_ADDR
2008-07-30  dmitry kim+ core/config: sort config search result
2008-07-30  Giuseppe Bilottamessage.rb: fix a thinko in inspect()
2008-07-30  Giuseppe Bilotta+ @bot.wanted_nick stores the nick wanted by the bot
2008-07-30  Giuseppe Bilotta* nick is handled by config, not basics
2008-07-30  Giuseppe Bilottaircbot.rb: server no-color modes can be configured
2008-07-29  Giuseppe Bilottaauth core botmodule: advertise and act on mismatched...
2008-07-15  Giuseppe BilottaRevert "* use to_irc_netmask(:force => true) to unlink...
2008-07-15  Giuseppe BilottaDumpable definition of #any? and #all? methods for...
2008-07-14  Giuseppe Bilottaplugins.rb: commands were being delegated even from...
2008-07-13  Giuseppe Bilotta* use to_irc_netmask(:force => true) to unlink Netmasks...
2008-07-12  Yaohan Chendo not crash when GetText.cached= is not defined
2008-07-07  Giuseppe Bilottahttputil: don't fail when b0rked servers put the charse...
2008-07-03  Casey Linkutils.rb: added timeago and distance_of_time_in_words...
2008-06-30  Giuseppe BilottaVersion 0.9.11-rc1 rbot-0.9.11-rc1
2008-06-29  Giuseppe Bilottamessage.rb: suppress warning about duplicate method
2008-06-29  Giuseppe Bilotta* fix handling of IDENTIFY_MSG
2008-06-28  Giuseppe Bilottaircbot.rb: @bot.topic() can also be used to retrieve...
2008-06-28  Giuseppe BilottaNew IRC framework: allow RPL_TOPIC(_INFO) for channels...
2008-06-26  Giuseppe Bilottaircbot.rb: make #mode()'s third argument optional
2008-06-26  Giuseppe Bilottaconfig.rb: localize git date in version
2008-06-25  Giuseppe Bilottamessage.rb: saner \#inspect() for BasicUserMessage...
2008-06-24  Yaohan Chenallow multi-line (artificial) messages be delegated...
2008-06-24  Giuseppe Bilottaextends.rb: suppress warning
2008-06-24  Giuseppe Bilottaircbot.rb: create the appropriate directories when...
2008-06-24  Giuseppe Bilottamessage handling: improve IRC format handling for recei...
2008-06-24  Giuseppe Bilottaircsocket.rb: use syswrite since ruby's buffered io...
2008-06-24  Yaohan Chenfake_message duplicates m.reply and m.in_thread from...
2008-06-24  Yaohan Chenfake messages will use the originating message's reply...
2008-06-24  Giuseppe Bilottaircbot.rb: copy missing template files on startup
2008-06-24  Giuseppe Bilottaconfig.rb: system wide overrides in /etc/rbot.conf
2008-06-23  Yaohan ChenSet GetText.cached = false so that mo files are reloade...
2008-06-23  Giuseppe Bilottarfc2812.rb: skip unknown channel modes altogether
2008-06-22  Giuseppe Bilotta+ strip all colours and formatting when sending to...
2008-06-22  Giuseppe Bilotta#any? and #all? methods for Channel#mode to check if...
2008-06-22  Giuseppe Bilottaextends: define Array#shuffle(\!) only if not present...
2008-06-22  Giuseppe Bilottarfc2812.rb: warn about unhandled numeric replies too
2008-06-22  Giuseppe Bilottaircbot.rb: ask about current channel modes on join
2008-06-22  Giuseppe Bilottarfc2812.rb: refactor MODE parsing to use it for RPL_CHA...
2008-06-20  Giuseppe Bilottadbhash: doh
2008-06-20  Giuseppe Bilottadbhash.rb: slightly rework errors for failing to load bdb
2008-06-20  Giuseppe Bilottaircbot.rb: ensure that the logger is flushed
2008-06-19  Giuseppe Bilottarbotconfig: be aware that -git versions also have revis...
2008-06-18  Giuseppe Bilottarfc2812: be compatible with ruby < 1.8.7
2008-06-18  Giuseppe Bilottarfc2812: fix MODE line parsing
2008-06-18  dmitry kim+ core/irclog: dedicated loggers thread
2008-06-18  dmitry kim* ircbot: fix quiet/reset_quiet wrt missing args
2008-06-17  dmitry kim+ print the location of the debug log to stdout on...
2008-06-17  dmitry kim* load-gettext: warn() -> warning()
2008-06-17  dmitry kim* plugins.rb: avoid uninitialized warning on @priority
2008-06-16  Giuseppe Bilottairclog: log own CTCP message with correct syntax
2008-06-07  Yaohan Chenrecommit 33c336af346dc08b4f4f4951dd6eae7150cef481 po...
2008-06-06  Yaohan ChenRevert "each plugin uses its own po file"
2008-06-06  Yaohan Cheneach plugin uses its own po file
2008-05-28  Yaohan Chenchanged m.thread to m.in_thread, with different semantics
2008-05-28  Yaohan Chenuse m.thread.nil? rather than longer m.thread == nil
2008-05-28  Yaohan Chenadd attribute BasicUserMessage#thread
2008-05-22  dmitry kim* autoflush $stdout in setup wizard
2008-05-20  Giuseppe BilottaFix m.reply() regexp check for nick presence, which...
2008-05-03  Moritz 'moemoe'... fixed typo in help auth
2008-04-30  dmitry kim* unicode.rb: @old_kcode --> @@old_kcode [we aren't...
2008-04-30  Giuseppe Bilottamessagemapper: Regexp#mm_cleanup method instead of...
2008-04-30  Giuseppe Bilottamessagemapper.rb: keep options when removing captures...
2008-04-30  Giuseppe Bilottarfc2812.rb: handle mode changes like -o+b
2008-04-23  Giuseppe Bilottaconfig core botmodule: only show possible keys summary...
2008-04-23  Giuseppe Bilottaconfig core botmodule: bolden keys on search
2008-04-23  Giuseppe Bilottacore: refactor signal trapping, and call it from initia...
2008-04-23  Giuseppe Bilottacore: restart on SIGHUP
2008-04-22  Giuseppe BilottaLicensing uniformity: dual-license rbot core under...
next