fake_message duplicates m.reply and m.in_thread from the :from message
[rbot] / lib /
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...
2008-04-14  Giuseppe Bilottautils: don't hang when getting first par with nonexista...
2008-04-14  Giuseppe Bilottaauth core botmodule: it's p, not params
2008-04-14  Giuseppe Bilotta+ temporary permissions
2008-04-13  Giuseppe Bilottaplugins: rework delegate() to accept options
2008-04-12  Giuseppe Bilotta+ UnknownMessage class
2008-04-12  Giuseppe Bilotta+ NamesMessage class
2008-04-12  Giuseppe Bilottarfc2812: parse User mode changes, even though they...
2008-04-12  Giuseppe Bilottarfc2812: clean up channel mode handling
2008-04-12  Giuseppe Bilotta+ ModeChangeMessage class
2008-04-12  Giuseppe Bilotta+ MotdMessage class
2008-04-12  Giuseppe Bilotta+ delegate notice() for NoticeMessage
2008-04-12  Giuseppe Bilotta+ WelcomeMessage class
2008-04-12  Giuseppe Bilottaplugins: make delegate() aware of ignored and fake...
2008-04-12  doki_penevent delegation thresholds
2008-04-10  dmitry kim* recalculate the relative version timestamp on !version
2008-04-10  Giuseppe Bilottafilters: suppress a warning
2008-04-10  doki_penBug fix, priority order needs to be marked dirty when...
2008-04-10  Giuseppe Bilottaplugins: reinstate debug lines in privmsg()
2008-04-09  Giuseppe Bilottaplugins: mark priorities dirty on rescan
2008-04-09  doki_penAdded event priorities to modules.
2008-04-08  Giuseppe Bilottamessage: force Irc color to be specificed with 2 digits
2008-04-08  Giuseppe Bilottaextends: Array#shuffle! and shuffle methods
2008-04-08  Giuseppe Bilottaextends: Array#delete_one takes an optional argument...
2008-04-08  Giuseppe Bilottarevert previous useless commit and rdocify documentatio...
2008-04-08  Giuseppe Bilottaextends: registry reader attribute for BotModule
2008-04-08  Giuseppe Bilottaextends: BotModule#fake_message() to simplify creation...
2008-04-07  Giuseppe Bilottamessage: new 'ignored' property
2008-04-07  Giuseppe Bilottaplugins: irc_delegate to do listen+actual delegate
2008-04-06  Giuseppe Bilottaplugins: message() delegate
2008-03-27  Giuseppe Bilottaauth core module: allow and deny commands
2008-03-27  Giuseppe Bilottaplugins: expose the registry and the map handler as...
2008-03-27  dmitry kim* plugins/unicode -> core/unicode; don't require "jcode"
2008-03-27  dmitry kim* (core/remote) use safe bind() defaults
2008-03-27  Giuseppe Bilotta* handle invites properly -- forgot more than half...
2008-03-27  Giuseppe Bilotta* handle invites properly
2008-03-26  Giuseppe BilottaMerge atj's auth changes
2008-03-25  Adam Jamescore/auth.rb: don't allow the master password to be...
2008-03-25  Giuseppe Bilottaircbot: remove obsolete commented includes
2008-03-25  Giuseppe Bilottafilters: UI and methods to list filter groups
2008-03-24  Giuseppe Bilottautils: Utils.secs_to_short convert seconds into hour...
2008-03-23  Giuseppe Bilottaauth core module: missing h in permissions searcH help
next