summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2007-12-04New Auth Framework: migrate userdata on permificationGiuseppe Bilotta
2007-12-04New Auth Framework: migrate userdata on botuser copy/renameGiuseppe Bilotta
2007-12-03New Auth Framework: meet and hello commands to make transient botusers permanentGiuseppe Bilotta
2007-12-03salut plugin: only reply to salutations in unreplied messagesGiuseppe Bilotta
2007-12-03New Auth Framework: sanitize botusername ''before'' checking for existenceGiuseppe Bilotta
2007-12-03New Auth Framework: trap user editing exceptionsGiuseppe Bilotta
2007-12-03New Auth Framework: TypeError, not TypErrorGiuseppe Bilotta
2007-11-29* (plugins/rss) maintain refresh timeouts through restarts/rescansDmitry Kim
2007-11-29rss plugin: manageable permissions and defaultsGiuseppe Bilotta
2007-11-29rss plugin: calculate item_uid_for_bot() on Atom feeds without breakingGiuseppe Bilotta
2007-11-28rss plugin: help for 'who watches'Giuseppe Bilotta
2007-11-28rss plugin: initial support for Atom feeds (needs Ruby's rss module 0.1.8 or ↵Giuseppe Bilotta
later)
2007-11-28karma plugin: skip messages which don't have ++ or -- in themGiuseppe Bilotta
2007-11-26alias.rb:Yaohan Chen
* show a clear error message when the alias is removed but mapping is not yet
2007-11-26alias.rb:Yaohan Chen
* fix bug in alias checking code which prevented aliases with more than one parameters + reply with error message if mapping alias fails
2007-11-24* (plugins/urban) filter urbandictionary suggestion via uniq()Dmitry Kim
2007-11-24* (plugins/urban) CGI.escape -> URI.escapeDmitry Kim
2007-11-24* (plugins/urban) only return 1 answer; other minor improvementsDmitry Kim
2007-11-24* (plugins/urban) route around urbanwap acting smaert wrt IP addresses (back ↵Dmitry Kim
to html scraping)
2007-11-23shiritori.rb: use normalize-japanese.rb, if present, to allow katakanaYaohan Chen
2007-11-23twitter plugin: twitter friends status commandGiuseppe Bilotta
2007-11-23* (plugins/karma) don't thank for bot karma decrementsDmitry Kim
2007-11-23* (plugins/karma) new, hopefully less broken, karma syntax parserDmitry Kim
2007-11-22language.rb: add '.UTF-8' to Lang2Locale values to make gettext use UTF-8 on ↵Yaohan Chen
WIN32
2007-11-21New IRC Framework: warn, don't raise, on case mismatchGiuseppe Bilotta
2007-11-21factoids plugin: config value for number of search resultsGiuseppe Bilotta
2007-11-21factoids plugin: an empty trigger_pattern list means any word is a keywordGiuseppe Bilotta