openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
supybot_fixes
Settings
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Nov 03, 2024 — Nov 03, 2025
Showing page 8 of 238
Search / Filter on:
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.
Daniel Folkinshteyn
More...
over 15 years ago
fix some encoding error for non-ascii langs
Daniel Folkinshteyn
More...
over 15 years ago
add detected source language display for 'auto' google translate, add test for auto translate.
Daniel Folkinshteyn
More...
over 15 years ago
enable google translate to autodetect language with 'auto' fromlang.
Daniel Folkinshteyn
More...
over 15 years ago
add tests for factoids.alias
Daniel Folkinshteyn
More...
over 15 years ago
delete leftover debug-prints
Daniel Folkinshteyn
More...
over 15 years ago
add factoids alias function, to link more keys to existing factoids.
Daniel Folkinshteyn
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.
Daniel Folkinshteyn
More...
over 15 years ago
make 'factoids info' include usage count in output. add test for same.
Daniel Folkinshteyn
More...
over 15 years ago
don't give up too easily with invalid command, instead search factoid keys with wildcard first.
nanotube
More...
over 15 years ago
add rank test to factoids, update factoids test code to sqlite3
nanotube
More...
over 15 years ago
rename factrank to just rank for consistency
nanotube
More...
over 15 years ago
add config for required capabilities to manage the regexp db, and check for them before taking action.
Daniel Folkinshteyn
More...
over 15 years ago
add replies function to reply plugin, which makes multiple replies, if supybot.reply.oneToOne is false.
Daniel Folkinshteyn
More...
over 15 years ago
add more messageparser tests
Daniel Folkinshteyn
More...
over 15 years ago
write more test code, and in the process add some minor mods to the plugin code
Daniel Folkinshteyn
More...
over 15 years ago
write some test code for messageparser
Daniel Folkinshteyn
More...
over 15 years ago
update messageparser readme to point to the web doc.
Daniel Folkinshteyn
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.
Daniel Folkinshteyn
More...
over 15 years ago
add vacuum method to clean up db. require admin capability by default to do this.
Daniel Folkinshteyn
More...
over 15 years ago
quote regexp in rank output.
Daniel Folkinshteyn
More...
over 15 years ago
rename listall and triggerrank to list and rank, to be more in conformance with normal plugin command naming practice.
Daniel Folkinshteyn
More...
over 15 years ago
in listall, put id in parentheses /outside/ the quotes.
Daniel Folkinshteyn
More...
over 15 years ago
create info command for messageparser
nanotube
More...
over 15 years ago
allow remove by id, if --id is specified.
Daniel F
More...
over 15 years ago
allow show by id with option --id
Daniel F
More...
over 15 years ago
list regexp id in listall (to be used for showing/removing regexp by id)
Daniel F
More...
over 15 years ago
test regexp for validity before adding it.
Daniel F
More...
over 15 years ago
add lock and unlock command methods
Daniel F
More...
over 15 years ago
preserve usage count upon overwriting an existing regexp entry.
Daniel F
More...
over 15 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
237
238
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree