Age | Commit message (Expand) | Author |
2008-07-31 | + core/config: sort config search result | dmitry kim |
2008-07-30 | message.rb: fix a thinko in inspect() | Giuseppe Bilotta |
2008-07-30 | + @bot.wanted_nick stores the nick wanted by the bot | Giuseppe Bilotta |
2008-07-30 | * nick is handled by config, not basics | Giuseppe Bilotta |
2008-07-30 | ircbot.rb: server no-color modes can be configured | Giuseppe Bilotta |
2008-07-29 | auth core botmodule: advertise and act on mismatched master password | Giuseppe Bilotta |
2008-07-16 | Revert "* use to_irc_netmask(:force => true) to unlink Netmasks from their Se... | Giuseppe Bilotta |
2008-07-16 | Dumpable definition of #any? and #all? methods for Channel#mode | Giuseppe Bilotta |
2008-07-14 | plugins.rb: commands were being delegated even from ignored messages | Giuseppe Bilotta |
2008-07-14 | * use to_irc_netmask(:force => true) to unlink Netmasks from their Server to ... | Giuseppe Bilotta |
2008-07-11 | do not crash when GetText.cached= is not defined | Yaohan Chen |
2008-07-07 | httputil: don't fail when b0rked servers put the charset in the content-encoding | Giuseppe Bilotta |
2008-07-03 | utils.rb: added timeago and distance_of_time_in_words functions | Casey Link |
2008-07-01 | Version 0.9.11-rc1 | Giuseppe Bilotta |
2008-06-29 | message.rb: suppress warning about duplicate method | Giuseppe Bilotta |
2008-06-29 | * fix handling of IDENTIFY_MSG | Giuseppe Bilotta |
2008-06-28 | ircbot.rb: @bot.topic() can also be used to retrieve topic information instea... | Giuseppe Bilotta |
2008-06-28 | New IRC framework: allow RPL_TOPIC(_INFO) for channels we are not on, since s... | Giuseppe Bilotta |
2008-06-26 | ircbot.rb: make #mode()'s third argument optional | Giuseppe Bilotta |
2008-06-26 | config.rb: localize git date in version | Giuseppe Bilotta |
2008-06-26 | message.rb: saner \#inspect() for BasicUserMessage and derivatives | Giuseppe Bilotta |
2008-06-24 | allow multi-line (artificial) messages be delegated and handled | Yaohan Chen |
2008-06-24 | extends.rb: suppress warning | Giuseppe Bilotta |
2008-06-24 | ircbot.rb: create the appropriate directories when updating botclass dir from... | Giuseppe Bilotta |
2008-06-24 | message handling: improve IRC format handling for received messages | Giuseppe Bilotta |
2008-06-24 | ircsocket.rb: use syswrite since ruby's buffered io is racy | Giuseppe Bilotta |
2008-06-24 | fake_message duplicates m.reply and m.in_thread from the :from message | Yaohan Chen |
2008-06-24 | fake messages will use the originating message's reply method | Yaohan Chen |
2008-06-24 | ircbot.rb: copy missing template files on startup | Giuseppe Bilotta |
2008-06-24 | config.rb: system wide overrides in /etc/rbot.conf | Giuseppe Bilotta |
2008-06-23 | Set GetText.cached = false so that mo files are reloaded when setting locale | Yaohan Chen |
2008-06-23 | rfc2812.rb: skip unknown channel modes altogether | Giuseppe Bilotta |
2008-06-23 | + strip all colours and formatting when sending to a +c or +C channel | Giuseppe Bilotta |
2008-06-23 | #any? and #all? methods for Channel#mode to check if modes are set | Giuseppe Bilotta |
2008-06-23 | extends: define Array#shuffle(\!) only if not present already, and use simple... | Giuseppe Bilotta |
2008-06-23 | rfc2812.rb: warn about unhandled numeric replies too | Giuseppe Bilotta |
2008-06-23 | ircbot.rb: ask about current channel modes on join | Giuseppe Bilotta |
2008-06-23 | rfc2812.rb: refactor MODE parsing to use it for RPL_CHANNELMODEIS (324) too | Giuseppe Bilotta |
2008-06-20 | dbhash: doh | Giuseppe Bilotta |
2008-06-20 | dbhash.rb: slightly rework errors for failing to load bdb | Giuseppe Bilotta |
2008-06-20 | ircbot.rb: ensure that the logger is flushed | Giuseppe Bilotta |
2008-06-19 | rbotconfig: be aware that -git versions also have revision information | Giuseppe Bilotta |
2008-06-18 | rfc2812: be compatible with ruby < 1.8.7 | Giuseppe Bilotta |
2008-06-18 | rfc2812: fix MODE line parsing | Giuseppe Bilotta |
2008-06-18 | + core/irclog: dedicated loggers thread | dmitry kim |
2008-06-18 | * ircbot: fix quiet/reset_quiet wrt missing args | dmitry kim |
2008-06-17 | + print the location of the debug log to stdout on start | dmitry kim |
2008-06-17 | * load-gettext: warn() -> warning() | dmitry kim |
2008-06-17 | * plugins.rb: avoid uninitialized warning on @priority | dmitry kim |
2008-06-16 | irclog: log own CTCP message with correct syntax | Giuseppe Bilotta |