summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-10rss plugin: append space to author when appropriateGiuseppe Bilotta
2008-02-10rss plugin: implement and use select_nonempty to grab correct category and ↵Giuseppe Bilotta
author fields
2008-02-10rss plugin: add 'git' feed typeGiuseppe Bilotta
2008-02-10botuser: add command to reset the netmasks listGiuseppe Bilotta
2008-01-30utils: fix decode_html_entities for numerical entities without HTMLEntitiesGiuseppe Bilotta
2008-01-30grouphug.rb: apply patch (#170) from tarpman to adjust to new grouphug page ↵Yaohan Chen
format
2008-01-20url plugin: check the canonical name, the IP address, and any known aliases ↵Giuseppe Bilotta
against no_info_hosts
2007-12-31wheelfortune plugin: helpGiuseppe Bilotta
2007-12-31lastfm plugin: update event parsingGiuseppe Bilotta
2007-12-24factoids plugin: split facts output at the -- joinerGiuseppe Bilotta
2007-12-24factoids plugin: 'facts about' searches whole words, 'facts search' uses ↵Giuseppe Bilotta
regular expressions, keyword-style '?' queries act like 'facts about'
2007-12-19* (core/auth) fixed an error in error handling codeDmitry Kim
2007-12-19linkbot.rb:Yaohan Chen
+ strip embedded formatting code in nicknames + update patterns when the configuration is changed
2007-12-16* (registry) no infinite recursion, pleaseDmitry Kim
2007-12-16wheelfortune: fix 'wof cancel' commandGiuseppe Bilotta
2007-12-14* (registry) dup() the default on returnDmitry Kim
2007-12-14* (registry) fix the default value handling for non-existent registry filesDmitry Kim
2007-12-14maskdb: be case insenstiveGiuseppe Bilotta
2007-12-13remotectl: what's action_path? when in doubt, expungeGiuseppe Bilotta
2007-12-13rss: rss rewatch now accepts an optional handle to force rewatching that ↵Giuseppe Bilotta
particular feed
2007-12-13auth: adjust some permissionsGiuseppe Bilotta
2007-12-13messagemapper: fix set_auth_path() logicGiuseppe Bilotta
2007-12-13auth: 'permission search' command to look up the full_auth_path of commandsGiuseppe Bilotta
2007-12-13plugins: register maps with full information accessible via @bot.plugins.mapsGiuseppe Bilotta
2007-12-13plugins: refactor common code in #map() and #map!() to auxiliary #do_map() ↵Giuseppe Bilotta
method
2007-12-11auth: user tell should be in the 'manage' auth path, and thus forbidden by ↵Giuseppe Bilotta
default
2007-12-11wheelfortune: wof replace mechanism to fix the category, clue and/or answer ↵Giuseppe Bilotta
of a QA not yet announced
2007-12-11wheelfortune: rework replies to QA additions, providing the round number at ↵Giuseppe Bilotta
which the clue will be given
2007-12-11wheelfortune: spare one line when announcingGiuseppe Bilotta
2007-12-07maskdb: dup strings for manipulationGiuseppe Bilotta
2007-12-07wheelfortune: start checking permissionsGiuseppe Bilotta
2007-12-07wheelfortune: the name of the game chosen by the player is stored for future ↵Giuseppe Bilotta
retrieval
2007-12-07userdata: classes with singleton methods are not dumpable. dup the hash ↵Giuseppe Bilotta
before storage
2007-12-07wheelfortune: vowels must now be boughtGiuseppe Bilotta
2007-12-07New Irc Framework: netmask generalization now takes into consideration ↵Giuseppe Bilotta
AzzurraNet host shadowing
2007-12-07wheelfortune: some work on presentationGiuseppe Bilotta
2007-12-07wheelfortune: say when there are no scoresGiuseppe Bilotta
2007-12-06wheelfortune: allow the game name to be customizedGiuseppe Bilotta
2007-12-06wheelfortune: display round count on cancelGiuseppe Bilotta
2007-12-06wheelfortune: multiple fixesGiuseppe Bilotta
2007-12-06wheelfortune: it's chan, not p[:chan]Giuseppe Bilotta
2007-12-06wheelfortune: Wheel-of-Fortune game plugin. Initial commitGiuseppe Bilotta
2007-12-06debug info to track hard-to-nail bug about disappearing hosts in botuser ↵Giuseppe Bilotta
netmasks
2007-12-06auth: don't say stupid things when the password is changedGiuseppe Bilotta
2007-12-06userdata: don't extend the botuser hash to support dotted indices when ↵Giuseppe Bilotta
migrating users
2007-12-04rss plugin: display author if present in default formatGiuseppe Bilotta
2007-12-04auth core module: improve user destroy semanticsGiuseppe Bilotta
2007-12-04userdata: extend userdata hash with DottedIndex accessGiuseppe Bilotta
2007-12-04extends: DottedIndex module to extend Hash-like classes for nested ↵Giuseppe Bilotta
dot-separated index access (h['one.key'] is like h[:one][:key] with intermediate hash creation)
2007-12-04azgame plugin: whitespace cleanupGiuseppe Bilotta