2007-04-05 |
Giuseppe Bilotta | lastfm plugin: don't be silent when no events are found |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Giuseppe Bilotta | lastfm plugin: command to compactly display next events... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Giuseppe Bilotta | lastfm plugin: bugfixes, proper handling of artists... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Giuseppe Bilotta | lastfm plugin: initial work on artist/track/album retri... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Dmitry Kim | + (httputil) 'x-rbot-location' header in response objec... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Giuseppe Bilotta | HttpUtil: try all detected charsets when converting... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Giuseppe Bilotta | lastfm plugin: fix incorrect song info when title or... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Giuseppe Bilotta | imdb plugin: remove spaces around slashes separating... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Giuseppe Bilotta | url plugin: echo all info on a single line, and use... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Giuseppe Bilotta | Fix overconservative line splitting and bug in last... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Giuseppe Bilotta | Fix a bug introduced in [830] |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Giuseppe Bilotta | HTML IRCification: try to handle super and subscripts |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Giuseppe Bilotta | search plugin: gcalc command thanks to epitron |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Chris Gahan | Some new feature(s)! |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Dmitry Kim | * (url) fix response size reporting for ranged responses |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Giuseppe Bilotta | Fix truncation placement for multi-line messages |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Giuseppe Bilotta | imdb plugin: fix detection of multiple titles per year |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Giuseppe Bilotta | imdb plugin: make aka searches optional |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Giuseppe Bilotta | imdb plugin: option to try to detect articles and put... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Dmitry Kim | + (fish) webpage translation support |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Giuseppe Bilotta | imdb plugin: imdb.popular and imdb.exact config options... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Giuseppe Bilotta | imdb plugin: let the site tell us which roles to prefer... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Giuseppe Bilotta | imdb plugin: add country and director to movie info |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Giuseppe Bilotta | imdb plugin: show both popular and exact matches |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Giuseppe Bilotta | imdb plugin: use constants for common strings and regexps |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Giuseppe Bilotta | imdb plugin: show popular movies acted/directed when... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Giuseppe Bilotta | HTML IRCification: match p and br tags case insensitive |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Giuseppe Bilotta | imdb plugin: handle double-redirection and other charse... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Giuseppe Bilotta | imdb plugin: search on the 'aka' sites, allowing the... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Giuseppe Bilotta | imdb plugin: add plot summary to movie information... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Giuseppe Bilotta | New IRC Framework: use #reverse_each() instead of ... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Tom Gilbert | fix "warning: don't put space before argument parentheses" |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Tom Gilbert | minor typo fix |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Giuseppe Bilotta | Relocate help strings to proper locations, add help... |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Dmitry Kim | * (httputil) transparent charset support in HTTP::Response |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Dmitry Kim | * (rss) bypass http cache when handling 'show' command |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Giuseppe Bilotta | fix charset detection |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Giuseppe Bilotta | More first_par fixups |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Giuseppe Bilotta | Stringlib/rbot/core/utils/extends.rbutfy_xml() method... |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Giuseppe Bilotta | httputil: reinstate partial_body |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Giuseppe Bilotta | search plugin: let the user know when no body was found... |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Dmitry Kim | + reflect the httputil changes in ChangeLog |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Giuseppe Bilotta | rss plugin: code cleanup. add support for slashdot... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Dmitry Kim | *** (httputil) major rework, new caching implementatio... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Dmitry Kim | * an ugly quickfix for sending non-unicode strings :/ |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Giuseppe Bilotta | Utils: the array returned by get_first_pars now contain... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Dmitry Kim | * (utils.rb) reflect the api/semantics changes in comments |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Dmitry Kim | - (utils.rb) removed http_get, since it's obsoleted |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Dmitry Kim | * (rss.rb) we didn't really mean to create a Mutex... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Dmitry Kim | + support for non-iso-8859-1 languages (ru, zt, ja... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Giuseppe Bilotta | HttpUtils: inline rescue doesn't rescue LoadError,... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Giuseppe Bilotta | Utils: more first par enhancements |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Giuseppe Bilotta | url plugins: when echoing first par, be more clear... |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Giuseppe Bilotta | Utils: fix a stupid bug in rubygems require and add... |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Giuseppe Bilotta | Utils: retry after requiring rubygems if htmlentities... |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Giuseppe Bilotta | Utils: cleanup first html par code |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Giuseppe Bilotta | Utils: convert unknown numering HTML entities to the... |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Giuseppe Bilotta | url plugin: url.first_par option. when enabled, the... |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Giuseppe Bilotta | HttpUtil: fix partial_body when no body was given,... |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Giuseppe Bilotta | Utils: try non-paragraphs if no paragraphs was found |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Giuseppe Bilotta | Utils: when looking for the first par in a web page... |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Giuseppe Bilotta | Utils: fix ircify_html (the final stripsvn diff lib... |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Giuseppe Bilotta | rss plugin: attempt data recovery when marshalling... |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Giuseppe Bilotta | registry: allow plugins to provide a recovery proc... |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Giuseppe Bilotta | rss plugin: nil the mutex when dumping, to prevent... |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Giuseppe Bilotta | url plugin: customizable max amount of data to retrieve... |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Giuseppe Bilotta | httputil and url plugin improvements, see ChangeLog |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Giuseppe Bilotta | url plugin: when reading body chunks, don't discard... |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Giuseppe Bilotta | keywords plugin: there is no rescan method for plugins... |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Dmitry Kim | * french, german and russian lang files converted to... |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Dmitry Kim | * apparently, synthetic privmsgs for remotectl are... |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Giuseppe Bilotta | shiritori plugin: only load rulesets on request |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Giuseppe Bilotta | rss plugin: 0.9 feeds don't work, so we just patch... |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Dmitry Kim | * tidying up 'help ignored plugins' output |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Dmitry Kim | * don't set @failures_shown on debug(status) |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Giuseppe Bilotta | rss plugin: lock the mutex on more occasions |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Giuseppe Bilotta | plugins: only show number of ignored and/or failed... |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Dmitry Kim | * config value hook :on_change wasn't called from unset() |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Giuseppe Bilotta | chanserv plugin: currently only manages opping etc... |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Dmitry Kim | * duh, operator precedence error in serverlist patch |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Dmitry Kim | + lazy behavior for plugin registries (don't create... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Dmitry Kim | + added support for multiple servers to try (round... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Giuseppe Bilotta | Plugins: rename Plugins::pluginmanager to Plugins:... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Giuseppe Bilotta | Plugins: move games into their own directory |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Giuseppe Bilotta | remotectl: ensure that source and destination of synthe... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Giuseppe Bilotta | Use m.source instead of m.sourcenick whenever possible... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Giuseppe Bilotta | Server hostname was not being set properly |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Dmitry Kim | * fixed a regexp for "identify-msg" server capability... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Giuseppe Bilotta | Forgot to add the actual unicode I/O filter to the... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Dmitry Kim | + Added remotectl plugin and an example druby API clien... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Giuseppe Bilotta | config was not being saved after unsetting a value |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Chris Gahan | Added config option: "url.titles_only" |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Giuseppe Bilotta | Socket IO filtering: rbot can now assume UTF-8 internally. |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Giuseppe Bilotta | Improved handling of server limits |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Giuseppe Bilotta | imdb plugin: update to the new site layout, use rbot... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Giuseppe Bilotta | Update changelog |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Giuseppe Bilotta | Allow customization of the plugins load path |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Giuseppe Bilotta | Option to change the bot IRC name, thanks to jsn- |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Giuseppe Bilotta | Previous attempt at cleaning up the prefix matcher... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Giuseppe Bilotta | quiz plugin: don't crash when the answer is entirely... |
commit | commitdiff | tree | snapshot |
next |