New IRC Framework: store a User's real_name
[rbot] / lib / rbot /
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...
2007-04-12  Giuseppe BilottaStop timers when shutting down
2007-04-12  Giuseppe BilottaDefine pretty_inspect for the older version of Ruby...
2007-04-12  Giuseppe BilottaModule\#define_structure method: define a new Struct...
2007-04-11  Giuseppe BilottaHttpUtil: decompress gzipped body in partial_body too...
2007-04-11  Giuseppe BilottaNew IRC Framework: move #full_irc_downcase() and #full_...
2007-04-11  Giuseppe BilottaNew IRC Framework: fix critical bug in Irc::Netmask...
2007-04-11  Giuseppe Bilottause pretty printing with Logger (debug, info, warning...
2007-04-09  Giuseppe Bilottadatabase: rbot will now refuse to run on bdb versions...
2007-04-09  Giuseppe Bilottaauth: improve help
2007-04-09  Giuseppe Bilottaextends: pick_one and rand methods for Range
2007-04-09  Giuseppe Bilottafix restarting when directory had changed
2007-04-09  Giuseppe BilottaMore require cleanups
2007-04-08  Giuseppe BilottaHttpUtil: require 'cgi' as it is now used in most query...
2007-04-08  Giuseppe BilottaHTML IRCification: support options. currently only...
2007-04-08  Giuseppe Bilottarss plugin: watching now relies on an ID built from...
2007-04-08  Giuseppe BilottaHTML IRCification: don't modify the receiver; provide...
2007-04-08  Giuseppe BilottaHttpUtil: inform servers that we accept gzipped data
2007-04-08  Giuseppe BilottaHttpUtil: decode gzipped content
2007-04-08  Giuseppe Bilottaircbot: do not use debug in sendmsg() because it breaks...
2007-04-06  Dmitry Kim* (utils) fix stderr redirection in safe_exec()
2007-04-06  Giuseppe BilottaNew IRC Framework: topic setter should be a Netmask...
2007-04-06  Dmitry Kim* (rfc2812) fixed 'Welcome' message parsing
2007-04-06  Giuseppe BilottaDefault maximum lines to send per message is now 5
2007-04-06  Giuseppe BilottaExtend Numeric class with a clip() method to force...
2007-04-05  Dmitry Kim+ (httputil) 'x-rbot-location' header in response objec...
2007-04-05  Giuseppe BilottaHttpUtil: try all detected charsets when converting...
2007-04-05  Giuseppe BilottaFix overconservative line splitting and bug in last...
2007-04-05  Giuseppe BilottaFix a bug introduced in [830]
2007-04-05  Giuseppe BilottaHTML IRCification: try to handle super and subscripts
2007-04-05  Giuseppe BilottaFix truncation placement for multi-line messages
2007-04-04  Giuseppe BilottaHTML IRCification: match p and br tags case insensitive
2007-04-04  Giuseppe BilottaNew IRC Framework: use #reverse_each() instead of ...
2007-04-04  Tom Gilbertminor typo fix
2007-04-03  Giuseppe BilottaRelocate help strings to proper locations, add help...
2007-04-02  Dmitry Kim* (httputil) transparent charset support in HTTP::Response
2007-04-01  Giuseppe Bilottafix charset detection
2007-04-01  Giuseppe BilottaMore first_par fixups
2007-04-01  Giuseppe BilottaStringlib/rbot/core/utils/extends.rbutfy_xml() method...
2007-04-01  Giuseppe Bilottahttputil: reinstate partial_body
2007-03-30  Dmitry Kim*** (httputil) major rework, new caching implementatio...
2007-03-30  Giuseppe BilottaUtils: the array returned by get_first_pars now contain...
2007-03-30  Dmitry Kim* (utils.rb) reflect the api/semantics changes in comments
2007-03-30  Dmitry Kim- (utils.rb) removed http_get, since it's obsoleted
2007-03-26  Giuseppe BilottaHttpUtils: inline rescue doesn't rescue LoadError,...
2007-03-26  Giuseppe BilottaUtils: more first par enhancements
2007-03-25  Giuseppe BilottaUtils: fix a stupid bug in rubygems require and add...
2007-03-25  Giuseppe BilottaUtils: retry after requiring rubygems if htmlentities...
2007-03-25  Giuseppe BilottaUtils: cleanup first html par code
2007-03-25  Giuseppe BilottaUtils: convert unknown numering HTML entities to the...
2007-03-25  Giuseppe BilottaHttpUtil: fix partial_body when no body was given,...
2007-03-25  Giuseppe BilottaUtils: try non-paragraphs if no paragraphs was found
2007-03-25  Giuseppe BilottaUtils: when looking for the first par in a web page...
2007-03-25  Giuseppe BilottaUtils: fix ircify_html (the final stripsvn diff lib...
2007-03-25  Giuseppe Bilottaregistry: allow plugins to provide a recovery proc...
2007-03-25  Giuseppe Bilottaurl plugin: customizable max amount of data to retrieve...
2007-03-24  Giuseppe Bilottahttputil and url plugin improvements, see ChangeLog
2007-03-20  Dmitry Kim* tidying up 'help ignored plugins' output
2007-03-20  Dmitry Kim* don't set @failures_shown on debug(status)
2007-03-19  Giuseppe Bilottaplugins: only show number of ignored and/or failed...
2007-03-19  Dmitry Kim* config value hook :on_change wasn't called from unset()
2007-03-19  Dmitry Kim* duh, operator precedence error in serverlist patch
2007-03-18  Dmitry Kim+ lazy behavior for plugin registries (don't create...
2007-03-17  Dmitry Kim+ added support for multiple servers to try (round...
2007-03-17  Giuseppe BilottaPlugins: rename Plugins::pluginmanager to Plugins:...
2007-03-16  Giuseppe BilottaPlugins: move games into their own directory
2007-03-16  Giuseppe BilottaUse m.source instead of m.sourcenick whenever possible...
2007-03-16  Giuseppe BilottaServer hostname was not being set properly
2007-03-15  Dmitry Kim* fixed a regexp for "identify-msg" server capability...
2007-03-15  Giuseppe Bilottaconfig was not being saved after unsetting a value
2007-03-14  Giuseppe BilottaSocket IO filtering: rbot can now assume UTF-8 internally.
2007-03-14  Giuseppe BilottaImproved handling of server limits
2007-03-10  Giuseppe BilottaAllow customization of the plugins load path
2007-03-10  Giuseppe BilottaOption to change the bot IRC name, thanks to jsn-
2007-03-08  Giuseppe BilottaPrevious attempt at cleaning up the prefix matcher...
2007-03-05  Giuseppe BilottaPrevious commit wasn't that good, too restrictive....
2007-03-05  Giuseppe BilottaRework netmask/hostname detection code to work around...
next