| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | linelen master | 2026-05-26 | 1 | -0/+14 | |
| | | |||||
| * | support +draft/channel-context in modules/greeting.py | 2022-04-22 | 1 | -1/+7 | |
| | | |||||
| * | Revert "Update translate.py" | 2020-11-18 | 1 | -18/+17 | |
| | | | | | This reverts commit eff99aff055c4312cde19841b30f4bd3d0131863. | ||||
| * | Handle music.youtube.com URLs | 2020-10-31 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #269 from dngfx/patch-1 | 2020-10-08 | 1 | -17/+18 | |
| |\ | | | | | Update translate.py | ||||
| | * | Update translate.py | 2020-07-12 | 1 | -17/+18 | |
| | | | | | | | Uses the new google v2 translate service which is more accurate. Also reduces code ugliness by quite a bit. | ||||
| * | | return raw result, not "unknown" for ad-hoc dnsbls | 2020-08-07 | 1 | -1/+1 | |
| | | | |||||
| * | | strip @ from @dnsbl | 2020-08-07 | 1 | -1/+1 | |
| | | | |||||
| * | | _lists, not lists | 2020-08-07 | 1 | -1/+1 | |
| | | | |||||
| * | | add AbuseAtCBL to dnsbl module | 2020-08-06 | 1 | -1/+9 | |
| | | | |||||
| * | | fix shorturl.py | 2020-07-14 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | this module provides a botset export but doesn't check that setting later when looking up configured shorteners check bot_settings if context and server values are not set | ||||
| * | | rename channel_save.py to autojoin.py | 2020-07-03 | 1 | -0/+0 | |
| | | | |||||
| * | | remove channels from autojoin when they are ERR_LINKCHANNEL (470) | 2020-07-03 | 1 | -0/+14 | |
| | | | |||||
| * | | strip ':' and ',' from titles too | 2020-06-26 | 1 | -1/+1 | |
| | | | |||||
| * | | !cfilter should be accessible by channel admins | 2020-06-12 | 1 | -1/+2 | |
| | | | |||||
| * | | show what quote was deleted, do partial match, fix qdel for last | 2020-06-10 | 1 | -4/+9 | |
| | | | |||||
| * | | cant remove a target-specific quote from zipped up mixed quotes. duh | 2020-06-10 | 1 | -2/+5 | |
| | | | |||||
| * | | quote grab category shouldn't be a server/channel object. wtf | 2020-06-03 | 1 | -7/+5 | |
| | | | |||||
| * | | rewrite quote search categories to account name when possible | 2020-06-03 | 1 | -0/+4 | |
| | | | |||||
| * | | add ban_enforce.py, to kick people affected by new bans | 2020-05-31 | 1 | -0/+27 | |
| | | | |||||
| * | | +draft/typing has been ratified | 2020-05-20 | 1 | -1/+4 | |
| | | | |||||
| * | | again, there may be more than one (nick,count) | 2020-05-12 | 1 | -1/+3 | |
| | | | |||||
| * | | turing (chan_id,count) in to a dict loses different days | 2020-05-12 | 1 | -4/+7 | |
| | | | |||||
| * | | log youtube API usage | 2020-05-07 | 1 | -1/+11 | |
| | | | |||||
| * | | disable !np youtube urls by default | 2020-05-07 | 1 | -4/+11 | |
| | | | |||||
| * | | sent messages should mark channels 'active' | 2020-05-06 | 1 | -0/+1 | |
| | | | |||||
| * | | add channel mlock (mode lock) functionality to channel_op.py | 2020-04-13 | 1 | -2/+68 | |
| | | | |||||
| * | | fix rss bindhost implementation | 2020-04-09 | 1 | -10/+18 | |
| | | | |||||
| * | | experimental support for rss bindhost | 2020-04-09 | 1 | -2/+9 | |
| | | | |||||
| * | | fix regression of message filters not matching without formatting | 2020-04-08 | 1 | -7/+9 | |
| | | | |||||
| * | | add ${BNICK} (bot's own nick) and ${CTRIGGER} (command trigger) to aliases | 2020-04-07 | 1 | -0/+4 | |
| | | | |||||
| * | | handle http redirects ourselves, to prevent redirect to localhost | 2020-04-05 | 1 | -6/+2 | |
| | | | |||||
| * | | `masks` -> `args` | 2020-03-10 | 1 | -1/+1 | |
| | | | |||||
| * | | remove debug print | 2020-03-10 | 1 | -1/+0 | |
| | | | |||||
| * | | don't skip already "short" urls in yourls.py - can't predict output length | 2020-03-09 | 1 | -3/+0 | |
| | | | |||||
| * | | post_data -> get_params | 2020-03-09 | 1 | -1/+1 | |
| | | | |||||
| * | | URL -> shortener_url | 2020-03-09 | 1 | -2/+2 | |
| | | | |||||
| * | | _call_shortener should take 2 more args | 2020-03-08 | 1 | -1/+1 | |
| | | | |||||
| * | | urllib was meant for yourls.py not shorturl.py | 2020-03-08 | 2 | -2/+3 | |
| | | | |||||
| * | | add urllib import | 2020-03-08 | 1 | -1/+1 | |
| | | | |||||
| * | | add (as yet untested) Your Own URL Shortener support in yourls.py | 2020-03-08 | 1 | -0/+36 | |
| | | | |||||
| * | | support extended url shorteners that take server and optional `context` ↵ | 2020-03-08 | 1 | -7/+17 | |
| | | | | | | | | | (channel) | ||||
| * | | Merge pull request #251 from fndax/issue-210 | 2020-03-08 | 1 | -7/+14 | |
| |\ \ | | | | | | | Make !words work in PM (fixes #210) | ||||
| | * | | Make !words work in PM | 2020-03-08 | 1 | -7/+14 | |
| | | | | | | | | | | | | | Closes: #210 | ||||
| * | | | args_split[0] -> user.nickname (seen.py) | 2020-03-08 | 1 | -2/+2 | |
| | | | | |||||
| * | | | switch inactive_channels.py settings to be days, defaulting to None (no prune) | 2020-03-08 | 1 | -14/+15 | |
| |/ / | |||||
| * | | use ban-mask export in badwords.py | 2020-03-08 | 1 | -3/+2 | |
| | | | |||||
| * | | give str(Exception) when webfinger fails | 2020-03-08 | 1 | -2/+3 | |
| | | | |||||
| * | | tolerate a server not having a host-meta | 2020-03-08 | 1 | -4/+6 | |
| | | | |||||
| * | | move _get_hostmask logic out in to banmask.py core module, for reuse | 2020-03-08 | 1 | -15/+7 | |
| | | | |||||
