summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2007-02-05azgame plugin: Japanese support (via wordlist) thanks to Yaohan ChenGiuseppe Bilotta
2007-02-05Fix horrible bug in reworked sendmsg code that prevented it from working ↵Giuseppe Bilotta
correctly with messages with embedded newlines
2007-02-05azgame plugin: move az rules into the plugin initializationGiuseppe Bilotta
2007-02-05rss plugin: fix missplet 'gmane'Giuseppe Bilotta
2007-02-05rss plugin: performance enhancements when outputting formatted rss to ↵Giuseppe Bilotta
multiple locations, and make use of the overlong lines management introduced
2007-02-05linkbot plugins to properly delegate messages from linkbotsGiuseppe Bilotta
2007-02-05search plugin now exploits the new sendmsg improvementsGiuseppe Bilotta
2007-02-05sendmsg improvements: plugins can now choose what to do with overlong ↵Giuseppe Bilotta
messages without having to resort to custom solutions
2007-02-04More search.rb first_par fixupsGiuseppe Bilotta
2007-02-04Minor optimization in message.rbGiuseppe Bilotta
2007-02-04Improve 'first paragraph' detection in search plugin, and clean up ↵Giuseppe Bilotta
ircify_html method
2007-02-04Tuning of messagemapper debug outputGiuseppe Bilotta
2007-02-04weather plugin: allow choice between metric, english or both units when ↵Giuseppe Bilotta
retrieving data from weather underground
2007-02-04Weather plugin fixupsGiuseppe Bilotta
2007-02-04Merge weather pluginsGiuseppe Bilotta
2007-02-04Reschedule save timer when changing core.save_everyGiuseppe Bilotta
2007-02-04Fix rescheduling of timersGiuseppe Bilotta
2007-02-04Properly implement maximization of raw message lengthGiuseppe Bilotta
2007-02-04Minor auth help fixGiuseppe Bilotta
2007-02-02Enhance the :requirements functionality in #map() to allow regexps with ↵Giuseppe Bilotta
capturing groups: the first non-nil capture will be passed on as the corresponding parameter value, instead of the whole matched expression. See ChangeLog and documented source for details.
2007-02-02Two plugins had the executable property set. Reset itGiuseppe Bilotta
2007-02-02Plugin map requirements are now checked at regular expression time, not later onGiuseppe Bilotta
2007-02-02In the new message mapper code, fail unconditionally when an entry doesn't ↵Giuseppe Bilotta
match its requirements. This is sub-optimal: the requirements should be included in the generated regular expression.