summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-12Remote Service Provider: increase security by preventing a malicious client ↵Giuseppe Bilotta
from accessing the @bot instance variable
2007-02-12Remote Service Provider: implement auth control for remote clients. They can ↵Giuseppe Bilotta
now login using 'remote login :username :password' to obtain a session_id that will identify them for subsequent connections
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 ↵Giuseppe Bilotta
with different casemaps
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
the idea
2007-02-11MessageMapper: documentation cleanup, and Template enhancements (they now ↵Giuseppe Bilotta
remeber which botmodule they were registered for)
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 ↵Giuseppe Bilotta
be more correct in most cases when proper support for multibyte strings will be implemented (via package or because of ruby 2)
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 ↵Giuseppe Bilotta
full user hostmask as a prefix of user messages
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 ↵Giuseppe Bilotta
miscredited: submitter was Kamu
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 ↵Giuseppe Bilotta
creating or deleting a watch, and can also list all channels watching any feed
2007-02-08Message mapper: we are ony interested in matching messages that fully agree ↵Giuseppe Bilotta
with the template
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 ↵Giuseppe Bilotta
initial part of the paragraphs extracted
2007-02-06dict plugin: options to set number of hits and first_pars which will be ↵Giuseppe Bilotta
displayed, similar to the ones found in search
2007-02-06Fix IRCification of HTML strings when only whitespace is present between IRC ↵Giuseppe Bilotta
bold/underline code
2007-02-06Move code to get first par from a series of urls from search plugin to ↵Giuseppe Bilotta
Utils, and use it in dict plugin too
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
2007-02-06Move extensions to standard classes into a specific extends.rb util moduleGiuseppe Bilotta
2007-02-06sendmsg improvements: default send options can now be configured via the ↵Giuseppe Bilotta
standard bot config mechanism. Maximum lines are also properly enforced
2007-02-06Suppress a couple of warningsGiuseppe Bilotta
2007-02-06Create an utils subdir in core, which will store all utility files that can ↵Giuseppe Bilotta
be reloaded without quitting the bot, and move httputil and utils to it
2007-02-06Minor fix for english salutationGiuseppe Bilotta
2007-02-06salut plugin: try to reply in the same language we've been addressedGiuseppe Bilotta
2007-02-06salut plugin: don't respond to salutations when changing the configurationGiuseppe Bilotta
2007-02-06New IRC Framework: more convenience methods to look into Netmask, User and ↵Giuseppe Bilotta
Channel Lists
2007-02-06New IRC Framework: NetmaskList now have an enhanced [] that allows retrieval ↵Giuseppe Bilotta
by Netmask or String
2007-02-05New IRC Framework: add missing accessors for channel modesGiuseppe Bilotta
2007-02-05Improved Utils.secs_to_stringGiuseppe Bilotta
2007-02-05rss plugin: the refresh rate of each rss can be set independently of the ↵Giuseppe Bilotta
global one. Set to 0 to reset
2007-02-05rss plugin: add command to change the handle or url or type of an existing feedGiuseppe Bilotta
2007-02-05Fix max_lines handling in new sendmsg codeGiuseppe Bilotta
2007-02-05azgame plugin: acceptable strings are defined per-language nowGiuseppe Bilotta
2007-02-05rss plugin: only parse feeds when xml changed. also, the xml is now saved to ↵Giuseppe Bilotta
the registry
2007-02-05linkbot plugin: nick/network catchers were not greedy enoughGiuseppe Bilotta