New Auth Framework: BotUser data is now actually saved/restored
[rbot] / lib / rbot /
2007-09-04  Giuseppe BilottaNew Auth Framework: BotUser data is now actually saved...
2007-09-04  Giuseppe BilottaNew Auth Framework, New Irc Framework: convenience...
2007-09-04  Giuseppe BilottaNew Auth Framework: BotUser can now store generic data
2007-09-04  Giuseppe BilottaNew Auth Framework: BotUser transiency is now checked...
2007-09-04  Giuseppe BilottaNew Auth Framework: transient netmask finetuning
2007-09-04  Giuseppe BilottaNew Auth Framework: no need to have TransientBotUser...
2007-09-04  Giuseppe BilottaNew Auth Framework: use #to_irc_netmask() instead of...
2007-09-04  Giuseppe BilottaNew Irc Framework: Netmask-to-Netmask conversion should...
2007-09-04  Giuseppe BilottaNew Irc Framework: ident methods synonyms for user...
2007-09-02  Giuseppe BilottaNew Auth Framework: TransientBotUser management
2007-09-02  Giuseppe BilottaNew Irc Framework: make Netmask.new(somenetmask) work
2007-09-02  Giuseppe BilottaNew Auth Framework: introducing transient botusers
2007-09-02  Giuseppe Bilottamessage.rb: convenience method to get the botuser corre...
2007-09-02  Giuseppe Bilottaregistry.rb: suppress warning when @recovery is not...
2007-09-02  Giuseppe Bilottaplugins.rb: use fast delegation hash
2007-09-02  Giuseppe Bilottaircbot.rb: correct Exception#pretty_print() definition
2007-09-02  Giuseppe Bilottaplugins.rb: set up fast delegation hash
2007-09-02  Giuseppe Bilottaplugins.rb: minor #delegate() optimization
2007-09-02  Giuseppe Bilottaircbot.rb: add '/rbot' to the SOURCE_URL
2007-09-02  Giuseppe Bilottaconfig botmodule: support CTCP commands VERSION and...
2007-09-02  Giuseppe BilottaRefactor version string construction
2007-09-02  Giuseppe Bilotta* move 'version' help to the module that actually suppo...
2007-09-02  Giuseppe Bilotta* CTCP replies always use the same CTCP command. Use...
2007-09-02  Giuseppe Bilotta+ ctcp_listen plugin delegate
2007-09-02  Giuseppe Bilotta* (message.rb) CTCP commands may have no parameters
2007-09-02  Giuseppe Bilotta+ cleaner support for CTCP commands
2007-09-02  Giuseppe Bilottabotuser.rb: fix typo in debug message
2007-09-01  Dmitry Kim* (ircsocket) removed timer, added writer thread, refac...
2007-08-31  Dmitry Kim* (timer) stop the bot timer for shutdown / rescan
2007-08-30  Dmitry Kim* (message.rb) dear tango_! i think i know what r1073...
2007-08-30  Dmitry Kim* (timers) failures made more verbose; reverted timer...
2007-08-30  Dmitry Kim!!! (message.rb) dear tango_! i have no idea what r1073...
2007-08-30  Dmitry Kim* (ircbot) block autosave timer during rescan/restart
2007-08-30  Giuseppe Bilottacore/config: remove leftover heavy-load debug line
2007-08-30  Giuseppe Bilottadbhash.rb: fix stupid typo
2007-08-30  Giuseppe Bilottamessage.rb: try to handle situations where the source...
2007-08-30  Dmitry Kim+ (timer) comments + documentation
2007-08-30  Dmitry Kim*** (timer) new timer implementation
2007-08-29  Dmitry Kim* (httputil) increased open_timeout to 20 since resolvi...
2007-08-29  Giuseppe BilottaPut the Irc attributes back where they belong
2007-08-29  Giuseppe BilottaColor codes and Irc.color(fg, bg) methods to ease color...
2007-08-29  Giuseppe BilottaColorRx: accept a color specification with no foregroun...
2007-08-29  Giuseppe BilottaAdd Italic (\011) constant to complement Underline...
2007-08-29  Giuseppe BilottaHttpUtil: match /gzip/ regexp instead of exact (x-...
2007-08-29  Giuseppe BilottaFlatten out Language module and class
2007-08-28  Giuseppe Bilottabasics botmodule: use #to_s to stringify multiword...
2007-08-28  Giuseppe Bilottaircbot: improve quit/restart message propagation
2007-08-28  Giuseppe Bilottaircsocket: raise errors occurred while spooling so...
2007-08-27  Giuseppe BilottaGetText: add Config.datadir-based locale search path.
2007-08-27  Giuseppe BilottaLanguage.from_locale now checks if the corresponding...
2007-08-27  Giuseppe BilottaCall 'super' from the correct place in httputil
2007-08-26  Giuseppe BilottaOnly use locale functions when GetText was loaded
2007-08-26  Giuseppe BilottaCall 'super' method from #cleanup() in core modules too
2007-08-26  Giuseppe BilottaReport plugin loading failues as errors, not as warnings
2007-08-26  Giuseppe Bilottatimer: tick when rescheduling
2007-08-26  Giuseppe Bilottaauth core module: fix a bug in the permissions set...
2007-08-26  Giuseppe BilottaUse rbot's own warning() command instead of Ruby built...
2007-08-26  Giuseppe BilottaTranslate Utils.secs_to_string strings
2007-08-26  Giuseppe Bilottagettextize some more strings
2007-08-26  Giuseppe BilottaRemove extra (un)bolding from 'help failed plugins...
2007-08-26  Giuseppe BilottaOutput gettext textdomain information when setting...
2007-08-26  Giuseppe BilottaSanitize language string by downcasing, and use the...
2007-08-26  Giuseppe BilottaCleaner gettext debug information reporting
2007-08-25  Giuseppe BilottaTry to guess the default language from the locale guess...
2007-08-25  Giuseppe Bilottagettext support: initial works for language -> locale...
2007-08-23  Giuseppe Bilottaauth core module: misplaced ) prevented gettext replacement
2007-08-23  Giuseppe BilottaNew Auth module: keep auth.password and botowner passwo...
2007-08-23  Giuseppe Bilottaconfig: allow migration from/to Boolean/IntegerValues
2007-08-22  Giuseppe BilottaNew Irc Framework: optimize Channel#has_user?()
2007-08-22  Giuseppe BilottaNew Irc Framework: channel add_user was adding users...
2007-08-21  Dmitry Kim* (ircbot) remove $cl_loglevel undefined warning
2007-08-12  Dmitry Kim* (ircbot) fatal typo in :badnick handler
2007-08-11  Dmitry Kim* (httputils) docs spelling
2007-08-11  Dmitry Kim* (httputils) avoid "method replaced" warning
2007-08-10  Dmitry Kim* (httputils) moved encoding/charsets magic into httpre...
2007-07-31  Giuseppe BilottaStore the real_name information from WHO replies
2007-07-31  Giuseppe BilottaNew IRC Framework: store a User's real_name
2007-07-31  Giuseppe BilottaNew IRC Framework: WHO the channels we join, so that...
2007-07-31  Giuseppe Bilottabotuser.rb: don't fail when being passed nil instead...
2007-07-29  Giuseppe BilottaAdd missing space in message
2007-07-29  Giuseppe BilottaUser mode-checking methods now accept channel names...
2007-07-26  Giuseppe BilottaMode-checking methohds for User too
2007-07-26  Giuseppe BilottaChannel methods to check for user modes, with quickies...
2007-07-23  Yaohan Chen* display installed version when gettext version is...
2007-07-22  Yaohan Chenfixed a copy-paste error causing incorrect count of...
2007-07-18  Yaohan Chen- added version check for ruby/gettext, too low or...
2007-07-14  Yaohan Chenadded a warning message if retrieving gettext info...
2007-07-14  Yaohan Chen- fixed an error due to copy and pasting causing the...
2007-07-12  Dmitry Kim* (gettext) make us somewhat less dependent on gettext...
2007-07-12  Dmitry Kim* (gettext) work around failing current_textdomain_info()
2007-07-09  Yaohan Chenfixed a few strings which used gettext without changing...
2007-07-09  Yaohan Chenintegrated ruby-gettext
2007-05-20  Giuseppe BilottaRaise with a meaningful error message when block/unbloc...
2007-05-10  Dmitry Kim+ (extends) :limit option support in ircify_html()
2007-05-10  Giuseppe BilottaBe slightly less anal about non-RFC-compliant MOTD...
2007-05-10  Dmitry Kim+ (plugins) draft implementation of event hooks
2007-04-26  Dmitry Kim+ (httputil) bruteforce truncated chars when guessing...
2007-04-21  Dmitry Kim+ pidfile support + command line option for pid file...
2007-04-15  Giuseppe BilottaHttpUtil: fix gunzipping with partial content; and...
2007-04-12  Giuseppe BilottaTry calling the interpreter explicitly on restart if...
next