0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 03, 2024 — Nov 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add damerau-levenshtein distance to supybot.utils.seq use it in factoids invalid command to match possible typos write tests for same. More... over 15 years ago
fix some encoding error for non-ascii langs More... over 15 years ago
add detected source language display for 'auto' google translate, add test for auto translate. More... over 15 years ago
enable google translate to autodetect language with 'auto' fromlang. More... over 15 years ago
add tests for factoids.alias More... over 15 years ago
delete leftover debug-prints More... over 15 years ago
add factoids alias function, to link more keys to existing factoids. More... over 15 years ago
mod factoids plugin to use a separate key-value relationship table this avoids duplication, and allows one to set a bunch of aliases for a factoid, without creating duplicates of the same fact content. More... over 15 years ago
make 'factoids info' include usage count in output. add test for same. More... over 15 years ago
don't give up too easily with invalid command, instead search factoid keys with wildcard first. More... over 15 years ago
add rank test to factoids, update factoids test code to sqlite3 More... over 15 years ago
rename factrank to just rank for consistency More... over 15 years ago
add config for required capabilities to manage the regexp db, and check for them before taking action. More... over 15 years ago
add replies function to reply plugin, which makes multiple replies, if supybot.reply.oneToOne is false. More... over 15 years ago
add more messageparser tests More... over 15 years ago
write more test code, and in the process add some minor mods to the plugin code More... over 15 years ago
write some test code for messageparser More... over 15 years ago
update messageparser readme to point to the web doc. More... over 15 years ago
This merges an old branch i had for sqlite3 factoids+moobotfactoids. fix up moobotfactoids+factoids to use the sqlite text_factory=str, also fixed up a test for factoid search, since it now sorts keys alphabetically. More... over 15 years ago
add vacuum method to clean up db. require admin capability by default to do this. More... over 15 years ago
quote regexp in rank output. More... over 15 years ago
rename listall and triggerrank to list and rank, to be more in conformance with normal plugin command naming practice. More... over 15 years ago
in listall, put id in parentheses /outside/ the quotes. More... over 15 years ago
create info command for messageparser More... over 15 years ago
allow remove by id, if --id is specified. More... over 15 years ago
allow show by id with option --id More... over 15 years ago
list regexp id in listall (to be used for showing/removing regexp by id) More... over 15 years ago
test regexp for validity before adding it. More... over 15 years ago
add lock and unlock command methods More... over 15 years ago
preserve usage count upon overwriting an existing regexp entry. More... over 15 years ago