summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-15Start implementing common regular expressions to be used by plugin map() requ...Giuseppe Bilotta
2007-02-15New IRC Framework: set default capabilities to RFC's valuesGiuseppe Bilotta
2007-02-15Allow all printable 7-bit ASCII characters in passwordsGiuseppe Bilotta
2007-02-15Stringify password when creating botuser. Useful when e.g. conf.yaml contains...Giuseppe Bilotta
2007-02-14Reset configuration changed status after saving successfullyGiuseppe Bilotta
2007-02-14Modernize/optimize/cleanup a bunch of pluginsGiuseppe Bilotta
2007-02-14shortenurls plugin, merging tinyurl and rubyurl and adding access to most of ...Giuseppe Bilotta
2007-02-14Only save config file when configuration changedGiuseppe Bilotta
2007-02-14lart pluing: use plugin.map instead of plugin.registerGiuseppe Bilotta
2007-02-14Make message map regexps less aggressiveGiuseppe Bilotta
2007-02-14Try to fail more graciously when net/https is not loadable (usually because o...Giuseppe Bilotta
2007-02-14Really minor typo in previous commitGiuseppe Bilotta
2007-02-14New Irc Framework: fix default channel modes prefixes for usersGiuseppe Bilotta
2007-02-14New Irc Framework: fix bug in debug message causing failuresGiuseppe Bilotta
2007-02-13quiz plugin: quiz refresh command to refresh the question pool for the curren...Giuseppe Bilotta
2007-02-13quiz plugin: QuizAnswer class to wrap quiz answers, including information abo...Giuseppe Bilotta
2007-02-13quiz plugin: multiple answers allowed per questions, patch from Yaohan Chen, ...Giuseppe Bilotta
2007-02-12Remote Service Provider: increase security by preventing a malicious client f...Giuseppe Bilotta
2007-02-12Remote Service Provider: implement auth control for remote clients. They can ...Giuseppe Bilotta
2007-02-12Remote Service Provider now functional, although it lacks remote client auth/idGiuseppe Bilotta
2007-02-12Fix casemap/server mismatch problems when moving the bots between servers wit...Giuseppe Bilotta
2007-02-12quiz plugin: more UTF-8 workarounds while we wait for Ruby 2.0Giuseppe Bilotta
2007-02-12Initial work on a DRb-based remote service for rbot. Thanks to halorgium for ...Giuseppe Bilotta
2007-02-11MessageMapper: documentation cleanup, and Template enhancements (they now rem...Giuseppe Bilotta
2007-02-11Minor messagemapper optimizationsGiuseppe Bilotta
2007-02-11quiz plugin: initial support for unicode (UTF-8) answersGiuseppe Bilotta
2007-02-11Start work on preferring size to length: it's the same for arrays, and will b...Giuseppe Bilotta
2007-02-10rss plugin: spam log lessGiuseppe Bilotta
2007-02-10markov plugin: upgrade ignores to new IRC frameworkGiuseppe Bilotta
2007-02-10Preserve safe save dir across rescansGiuseppe Bilotta
2007-02-10Handle server connections (e.g. through a bip proxy) that do not use the full...Giuseppe Bilotta
2007-02-10No we aren't. Fix devoiceme. Thanks KamuGiuseppe Bilotta
2007-02-10Ahem. Rename usermodes plugin to modes plugin :D. Are we done with this yet?Giuseppe Bilotta
2007-02-10Rename op plugin to usermodesGiuseppe Bilotta
2007-02-10op plugin: fix hop and add voiceGiuseppe Bilotta
2007-02-10op plugin: add half-op commands (hop). Also, previous contribution was miscre...Giuseppe Bilotta
2007-02-10op plugin: also provide a deop command. Thanks to Yaohan ChenGiuseppe Bilotta
2007-02-10quiz plugin: online and on-disk sources can now be customizedGiuseppe Bilotta
2007-02-08rss plugin: rss watch improvements: can now specify the channel when creating...Giuseppe Bilotta
2007-02-08Message mapper: we are ony interested in matching messages that fully agree w...Giuseppe Bilotta
2007-02-08Japanese language support, thanks to Yaohan ChenGiuseppe Bilotta
2007-02-07Rubify ugly unhilight_nick codeGiuseppe Bilotta
2007-02-07quiz plugin: dottification of nicks made optional, defaults to trueGiuseppe Bilotta
2007-02-07Fix rbot quietingGiuseppe Bilotta
2007-02-06Enhance Utils tools to get first pars, allowing an option to strip an initial...Giuseppe Bilotta
2007-02-06dict plugin: options to set number of hits and first_pars which will be displ...Giuseppe Bilotta
2007-02-06Fix IRCification of HTML strings when only whitespace is present between IRC ...Giuseppe Bilotta
2007-02-06Move code to get first par from a series of urls from search plugin to Utils,...Giuseppe Bilotta
2007-02-06Optimizations to ircify_first_html_parGiuseppe Bilotta
2007-02-06Move code to find and ircify first par from search plugin to utilsGiuseppe Bilotta