lastfm plugin: refactoring
[rbot] / lib /
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...
2007-02-24  Giuseppe BilottaTry to give a meaningful quit message when quitting...
2007-02-23  Giuseppe BilottaUtils.secs_to_string now convert seconds to integers...
2007-02-20  Giuseppe BilottaUse ASCII KCODE to prevent problems like missing charac...
2007-02-20  Giuseppe BilottaMinor message optimizations
2007-02-20  Giuseppe BilottaNew IRC Framework: bot now keeps track of his nick...
2007-02-20  Giuseppe BilottaFix timer handling when Actions raise errors
2007-02-18  Giuseppe BilottaInitial steps towards a namespace rationalization
2007-02-18  Giuseppe BilottaPlugin header boilerplating.
2007-02-18  Giuseppe BilottaMinor optimization to Auth.random_password
2007-02-18  Giuseppe BilottaMore fixes for nickname handling on connection
2007-02-18  Giuseppe Bilottabasics: respond to public pings too (i.e. to /ping...
2007-02-17  Giuseppe BilottaNew IRC Framework: optimize processing of server messag...
2007-02-17  Giuseppe BilottaNew IRC Framework: fix initial handling and guessing...
2007-02-15  Giuseppe BilottaRegexp: IP address regexps where missing an octet
2007-02-15  Giuseppe BilottaMore Regexp madness. Fixes, optimizations, and a new...
2007-02-15  Giuseppe BilottaNew unreplied() method for plugins that want to handle...
2007-02-15  Giuseppe BilottaStart implementing common regular expressions to be...
2007-02-15  Giuseppe BilottaNew IRC Framework: set default capabilities to RFC...
2007-02-15  Giuseppe BilottaAllow all printable 7-bit ASCII characters in passwords
2007-02-15  Giuseppe BilottaStringify password when creating botuser. Useful when...
2007-02-14  Giuseppe BilottaReset configuration changed status after saving success...
2007-02-14  Giuseppe BilottaOnly save config file when configuration changed
2007-02-14  Giuseppe BilottaMake message map regexps less aggressive
2007-02-14  Giuseppe BilottaTry to fail more graciously when net/https is not loada...
2007-02-14  Giuseppe BilottaReally minor typo in previous commit
2007-02-14  Giuseppe BilottaNew Irc Framework: fix default channel modes prefixes...
2007-02-14  Giuseppe BilottaNew Irc Framework: fix bug in debug message causing...
2007-02-12  Giuseppe BilottaRemote Service Provider: increase security by preventin...
2007-02-12  Giuseppe BilottaRemote Service Provider: implement auth control for...
2007-02-12  Giuseppe BilottaRemote Service Provider now functional, although it...
2007-02-12  Giuseppe BilottaFix casemap/server mismatch problems when moving the...
2007-02-12  Giuseppe BilottaInitial work on a DRb-based remote service for rbot...
2007-02-11  Giuseppe BilottaMessageMapper: documentation cleanup, and Template...
2007-02-11  Giuseppe BilottaMinor messagemapper optimizations
2007-02-11  Giuseppe BilottaStart work on preferring size to length: it's the same...
2007-02-10  Giuseppe BilottaPreserve safe save dir across rescans
2007-02-10  Giuseppe BilottaHandle server connections (e.g. through a bip proxy...
2007-02-08  Giuseppe BilottaMessage mapper: we are ony interested in matching messa...
2007-02-07  Giuseppe BilottaFix rbot quieting
2007-02-06  Giuseppe BilottaEnhance Utils tools to get first pars, allowing an...
2007-02-06  Giuseppe BilottaFix IRCification of HTML strings when only whitespace...
2007-02-06  Giuseppe BilottaMove code to get first par from a series of urls from...
2007-02-06  Giuseppe BilottaOptimizations to ircify_first_html_par
2007-02-06  Giuseppe BilottaMove code to find and ircify first par from search...
2007-02-06  Giuseppe BilottaMove extensions to standard classes into a specific...
2007-02-06  Giuseppe Bilottasendmsg improvements: default send options can now...
2007-02-06  Giuseppe BilottaCreate an utils subdir in core, which will store all...
2007-02-06  Giuseppe BilottaNew IRC Framework: more convenience methods to look...
next