0
I Use This!
Inactive

Commits : Listings

Analyzed 16 days ago. based on code collected 16 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
for google translate, error if destination language is 'auto'. More... almost 15 years ago
for google translate, error if destination language is 'auto'. More... almost 15 years ago
in Later nick validation, use irc.isNick. now instead of forcing strictRfc to true, we are using the config. More... almost 15 years ago
in Later nick validation, use irc.isNick. now instead of forcing strictRfc to true, we are using the config. More... almost 15 years ago
take out getDb override from factoids, since i have changed it upstream, in plugins.__init__.py, to use proper sqlite3 syntax. More... almost 15 years ago
take out getDb override from factoids, since i have changed it upstream, in plugins.__init__.py, to use proper sqlite3 syntax. More... almost 15 years ago
make on-join telling for later configurable. More... almost 15 years ago
make on-join telling for later configurable. More... almost 15 years ago
topic now checks for +t mode before denying topic changes, and also allows halfops in addition to ops. default required capabilities for topic changes (if topic is +t and user is not an op or halfop), are chan,op and chan,halfop thanks jemfinch for the suggestions. More... almost 15 years ago
topic now checks for +t mode before denying topic changes, and also allows halfops in addition to ops. default required capabilities for topic changes (if topic is +t and user is not an op or halfop), are chan,op and chan,halfop thanks jemfinch for the suggestions. More... almost 15 years ago
Make registry.Regexp.error mimic registry.Value.error More... almost 15 years ago
Make registry.Regexp.error mimic registry.Value.error More... almost 15 years ago
add replace function to format that takes varying-length strings to replace. add test for it add error test for format.translate for different length translate args. More... almost 15 years ago
add replace function to format that takes varying-length strings to replace. add test for it add error test for format.translate for different length translate args. More... almost 15 years ago
Fix factoids bug ,Factoids.showFactoidIfOnlyOneMatch feature is broken when used off-channel: https://sourceforge.net/tracker/?func=detail&aid=2965589&group_id=58965&atid=489447 More... almost 15 years ago
Fix factoids bug ,Factoids.showFactoidIfOnlyOneMatch feature is broken when used off-channel: https://sourceforge.net/tracker/?func=detail&aid=2965589&group_id=58965&atid=489447 More... almost 15 years ago
commit mtughan's bugfix for this bug: https://sourceforge.net/tracker/?func=detail&aid=2985241&group_id=58965&atid=489447 More... almost 15 years ago
commit mtughan's bugfix for this bug: https://sourceforge.net/tracker/?func=detail&aid=2985241&group_id=58965&atid=489447 More... almost 15 years ago
change Topic to have a default required capability set, for all write operations. by default, now only allows chanops, and users with admin or channel,op capability to change topics More... almost 15 years ago
change Topic to have a default required capability set, for all write operations. by default, now only allows chanops, and users with admin or channel,op capability to change topics More... almost 15 years ago
make later plugin send waiting messages on user join also, not just on privmsg. More... almost 15 years ago
make later plugin send waiting messages on user join also, not just on privmsg. More... almost 15 years ago
add nick validation to later tell this avoids plugging the later db with messages for bogus nicks More... almost 15 years ago
add nick validation to later tell this avoids plugging the later db with messages for bogus nicks More... almost 15 years ago
create conditional plugin with associated tests. includes string and numeric comparisons, simple string matching. More... almost 15 years ago
create conditional plugin with associated tests. includes string and numeric comparisons, simple string matching. More... almost 15 years ago
add a random-synonym getting function to Dict, add tests for it. using the moby-thes database from dict.org. More... almost 15 years ago
add a random-synonym getting function to Dict, add tests for it. using the moby-thes database from dict.org. More... almost 15 years ago
add damerau-levenshtein distance to supybot.utils.seq use it in factoids invalid command to match possible typos write tests for same. More... almost 15 years ago
add damerau-levenshtein distance to supybot.utils.seq use it in factoids invalid command to match possible typos write tests for same. More... almost 15 years ago