]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib
[webservice] dispatch command in post aswell
[user/henk/code/ruby/rbot.git] / lib /
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
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...
2008-04-19 Giuseppe Bilottacore/irclog: black and whitelists
2008-04-19 Giuseppe Bilottacore/irclog: config option for max open files
2008-04-17 dmitry kim* make the daemonization thing to suck less (wrt standa...
2008-04-16 Giuseppe Bilottagettext: support anonymous modules (and thus plugins...
2008-04-15 dmitry kim+ ircbot logging: log_session_end on restarts, too
2008-04-15 dmitry kim* ircbot logging: fixed the logger thread wrt daemonizing
2008-04-15 dmitry kim+ ircbot logging: atomic multiline log records
2008-04-15 dmitry kim* ircbot logging: $log_queue / logger thread
2008-04-15 Giuseppe Bilottadebug logging: don't raise on SecurityError
2008-04-15 dmitry kim+ core/irclog: stamp/close logs on rescan/restart
2008-04-15 dmitry kim+ core/irclog: expiration for the open logfiles cache
2008-04-15 dmitry kim+ core/irclog: time stamp on open
2008-04-15 Giuseppe Bilottairclog: uniformize logging style
2008-04-14 Giuseppe Bilottairclog core module: dispatch from listen() to catch...
2008-04-14 Giuseppe Bilottaircbot.rb: fix some IRC log refactoring issues
2008-04-14 Giuseppe BilottaIRC logging refactoring
2008-04-14 Giuseppe Bilottautils: URI fragment is sometimes found in id attribute...
next