summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2007-11-04factoids plugin: command to forget a fact by index rather than textGiuseppe Bilotta
2007-11-04factoids plugin: display (selected, random) multiple facts in a single line, ↵Giuseppe Bilotta
but in long form
2007-11-04factoids plugin: move meta display into Factoid#to_sGiuseppe Bilotta
2007-11-04factoids plugin: display multiple facts one per line, but only a limited ↵Giuseppe Bilotta
number of them
2007-11-04factoids plugin: mark factoids as changed after factfile importGiuseppe Bilotta
2007-11-04factoids plugin: factfile importGiuseppe Bilotta
2007-11-04factoids plugin: ensure that edited metadata is properly saved, and check ↵Giuseppe Bilotta
for parseable dates
2007-11-04factoids plugin: fact metadata editingGiuseppe Bilotta
2007-11-04factoids plugin: output fact numbers prefixed by a pound sign (#), and ↵Giuseppe Bilotta
accept it in index parameter
2007-11-04factoids plugin: tell fact metadata, if presentGiuseppe Bilotta
2007-11-04factoids plugin: retrieve fact by indexGiuseppe Bilotta
2007-11-04factoids plugin: default auth_path for fact editingGiuseppe Bilotta
2007-11-04keywords plugin: when exporting to factoids, split at ' or 'Giuseppe Bilotta
2007-11-04factoids plugin: fact command (get a random fact). Remove fact command from ↵Giuseppe Bilotta
chucknorris plugin
2007-11-04factoids plugin: Factoid and FactoidList classesGiuseppe Bilotta
2007-11-04keywords plugin: export data to flat factoids fileGiuseppe Bilotta
2007-11-03keywords plugin: don't break if forget, tell and/or learn were registered by ↵Giuseppe Bilotta
another plugin (e.g. factoids)
2007-11-03factoids pluginGiuseppe Bilotta
2007-11-01azgame plugin: better handling of late checksGiuseppe Bilotta
2007-11-01lart plugin: listlart and listpraise commandsGiuseppe Bilotta
2007-11-01reaction plugin: better matching for non-regexp triggersGiuseppe Bilotta
2007-10-31reaction plugin: fix reaction removal when no index was specifiedGiuseppe Bilotta
2007-10-31reaction plugin: improve trigger_syntax furtherGiuseppe Bilotta
2007-10-31reaction plugin: reactions can now call commandsGiuseppe Bilotta
2007-10-31reaction plugin: allow removal of a single reaction to a triggerGiuseppe Bilotta
2007-10-31reaction plugin: collect trigger syntax into a single regexpGiuseppe Bilotta
2007-10-31reaction plugin: update help text to match new syntaxGiuseppe Bilotta
2007-10-31* (plugins/usermodes) connect() accepts no argumentsDmitry Kim
2007-10-31azgame: another missing parenthesisGiuseppe Bilotta
2007-10-31linkbot.rb: ignore colors when matching against message patternYaohan Chen
2007-10-31dictclient.rb: make commands threadedYaohan Chen
2007-10-30azgame: longer timeout when checking italian wordsGiuseppe Bilotta
2007-10-29azgame: thread word check so that online checking doesn't blockGiuseppe Bilotta
2007-10-21azgame: missing closing parenthesis in messageGiuseppe Bilotta
2007-10-21azgame: fix score calculationGiuseppe Bilotta
2007-10-17usermodes plugin: initial commit. handles automatico usermode setting on connectGiuseppe Bilotta
2007-10-13karma plugin: setkarma commandGiuseppe Bilotta
2007-10-07* dictclient.rb: break help message into topicsYaohan Chen
2007-10-04quiz plugin: split top N tables at the name divisorGiuseppe Bilotta
2007-09-22reaction plugin: uniformize auth_path for trigger removal commandsGiuseppe Bilotta
2007-09-22reaction plugin: order reaction candidates by number of captures as ↵Giuseppe Bilotta
secondary order
2007-09-21reaction plugin: no more :stuff, but :before and :after for the pre and ↵Giuseppe Bilotta
postmatch text
2007-09-21reaction plugin: it's %{key}, not %%{key}Giuseppe Bilotta
2007-09-21reaction plugin: quoted multi-word triggers in [1189] were not being ↵Giuseppe Bilotta
unquoted when setting up the trigger
2007-09-21reaction plugin: use the longest-matching trigger, not the first one foundGiuseppe Bilotta
2007-09-21reaction plugin: make triggers case insensitiveGiuseppe Bilotta
2007-09-21reaction plugin: range attribute should be an accessor, not a readerGiuseppe Bilotta
2007-09-21reaction plugin: revert [1204], having r.range == nil is an actually ↵Giuseppe Bilotta
supported scenario, and if it happens unexpectedly it's some other bug
2007-09-21* (plugins/url) url.display_link_info now also applies for error messagesDmitry Kim
2007-09-21* (plugins/reaction) fixed r.range == nil caseDmitry Kim