summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-25Utils: fix a stupid bug in rubygems require and add more first_html_par codeGiuseppe Bilotta
2007-03-25Utils: retry after requiring rubygems if htmlentities failed to load; when ↵Giuseppe Bilotta
grabbing first pars, try filtering out too short paragraphs
2007-03-25Utils: cleanup first html par codeGiuseppe Bilotta
2007-03-25Utils: convert unknown numering HTML entities to the corresponding UTF-8 ↵Giuseppe Bilotta
characters, when not using htmlentities
2007-03-25url plugin: url.first_par option. when enabled, the url plugin will attempt ↵Giuseppe Bilotta
to retrieve the first paragraph of a linked web page
2007-03-25HttpUtil: fix partial_body when no body was given, and increase default ↵Giuseppe Bilotta
info_bytes to 8k
2007-03-25Utils: try non-paragraphs if no paragraphs was foundGiuseppe Bilotta
2007-03-25Utils: when looking for the first par in a web page, look after any header, ↵Giuseppe Bilotta
not just h1; also, be stricter on what's included in a paragraph
2007-03-25Utils: fix ircify_html (the final stripsvn diff ↵Giuseppe Bilotta
lib/rbot/core/utils/extends.rb could cause it to return nil) and improve whitespace handling
2007-03-25rss plugin: attempt data recovery when marshalling failsGiuseppe Bilotta
2007-03-25registry: allow plugins to provide a recovery proc in case data marshalling ↵Giuseppe Bilotta
fails
2007-03-25rss plugin: nil the mutex when dumping, to prevent cross-version marshalling ↵Giuseppe Bilotta
problems
2007-03-25url plugin: customizable max amount of data to retrieve to look for a title. ↵Giuseppe Bilotta
return standard header info if no title found
2007-03-24httputil and url plugin improvements, see ChangeLogGiuseppe Bilotta
2007-03-24url plugin: when reading body chunks, don't discard read materialGiuseppe Bilotta
2007-03-22keywords plugin: there is no rescan method for plugins. Remove leftover from ↵Giuseppe Bilotta
when keywords was part of the core
2007-03-21* french, german and russian lang files converted to utf-8Dmitry Kim
2007-03-21* apparently, synthetic privmsgs for remotectl are hard. may need some ↵Dmitry Kim
massive rework later.
2007-03-20shiritori plugin: only load rulesets on requestGiuseppe Bilotta
2007-03-20rss plugin: 0.9 feeds don't work, so we just patch them to pretend they are ↵Giuseppe Bilotta
actually 1.0 RDF feeds
2007-03-20* tidying up 'help ignored plugins' outputDmitry Kim
2007-03-20* don't set @failures_shown on debug(status)Dmitry Kim
2007-03-20rss plugin: lock the mutex on more occasionsGiuseppe Bilotta
2007-03-19plugins: only show number of ignored and/or failed plugins only the first ↵Giuseppe Bilotta
time a user asks for help
2007-03-19* config value hook :on_change wasn't called from unset()Dmitry Kim
2007-03-19chanserv plugin: currently only manages opping etc via chanservGiuseppe Bilotta
2007-03-19* duh, operator precedence error in serverlist patchDmitry Kim
2007-03-18+ lazy behavior for plugin registries (don't create a BDB file until the ↵Dmitry Kim
registry is accessed by plugin for the first time)
2007-03-17+ added support for multiple servers to try (round-robin) for unreliable ircnetsDmitry Kim
* changed server.name/port to server.list (with config upgrade automation, too)
2007-03-17Plugins: rename Plugins::pluginmanager to Plugins::managerGiuseppe Bilotta
2007-03-16Plugins: move games into their own directoryGiuseppe Bilotta
2007-03-16remotectl: ensure that source and destination of synthetical message are ↵Giuseppe Bilotta
proper Irc classes. Use illegal '-remote.client-' nick for the remote user
2007-03-16Use m.source instead of m.sourcenick whenever possible to ensure messages ↵Giuseppe Bilotta
from servers don't cause stupid backtraces
2007-03-16Server hostname was not being set properlyGiuseppe Bilotta
2007-03-15* fixed a regexp for "identify-msg" server capability ("^" was missing)Dmitry Kim
2007-03-15Forgot to add the actual unicode I/O filter to the repository (see [753])Giuseppe Bilotta
2007-03-15+ Added remotectl plugin and an example druby API client implementationDmitry Kim
2007-03-15config was not being saved after unsetting a valueGiuseppe Bilotta
2007-03-14Added config option: "url.titles_only"Chris Gahan
2007-03-14Socket IO filtering: rbot can now assume UTF-8 internally.Giuseppe Bilotta
2007-03-14Improved handling of server limitsGiuseppe Bilotta
2007-03-13imdb plugin: update to the new site layout, use rbot headersGiuseppe Bilotta
2007-03-10Update changelogGiuseppe Bilotta
2007-03-10Allow customization of the plugins load pathGiuseppe Bilotta
2007-03-10Option to change the bot IRC name, thanks to jsn-Giuseppe Bilotta
2007-03-08Previous attempt at cleaning up the prefix matcher were too restrictive, try ↵Giuseppe Bilotta
using a different approach
2007-03-07quiz plugin: don't crash when the answer is entirely made of sepatorsGiuseppe Bilotta
2007-03-05autorejoin plugin: insult on rejoin now optionalGiuseppe Bilotta
2007-03-05quiz plugin: new cleanup command to remove players with 0 points and 0 jokersGiuseppe Bilotta
2007-03-05Previous commit wasn't that good, too restrictive. Relax, and differentiate ↵Giuseppe Bilotta
between user id and mask