..
dnsbl
add torexit.dan.me.uk to dnsbls
2020-09-18 01:02:31 +00:00
fediverse
give str(Exception) when webfinger fails
2020-03-08 18:45:15 +00:00
git_webhooks
git_webhooks/github.py: fix ping()
2022-03-01 10:03:36 -06:00
scripts
switch scripts module to no longer use set_prefix()
2019-11-25 10:53:16 +00:00
tweets
[Tweets] Fix tweet age calc for TZ!=UTC
2020-11-05 06:00:45 +00:00
acronym.py
remove parser
from utils.http.Request, add Request.soup()
2019-11-26 11:35:56 +00:00
alias_variables.py
add ${BNICK} (bot's own nick) and ${CTRIGGER} (command trigger) to aliases
2020-04-07 19:30:32 +01:00
autojoin.py
rename channel_save.py to autojoin.py
2020-07-03 13:14:52 +01:00
badges.py
add !badge show <name>
2020-02-26 21:02:10 +00:00
badwords.py
use ban-mask export in badwords.py
2020-03-08 18:45:57 +00:00
ban_enforce.py
Update ban_enforce.py
2020-10-04 19:24:45 -05:00
birthday.py
show useful error message when failing to parse birthday setting
2019-12-02 18:01:31 +00:00
bitcoin.py
utils.http.Response.data should always be bytes
- add .decode and .soup
2019-11-26 13:42:01 +00:00
botlist.py
don't respond to !botlist automatically
2019-11-15 10:57:29 +00:00
channel_log.py
we need to manually flush log files
2020-02-24 17:21:35 +00:00
channel_op.py
fix !cmute +time
2020-09-25 18:09:10 +00:00
check_certificate.py
add check_certificate.py, to warn about expiring or not valid client certs
2019-09-26 16:03:23 +01:00
coins.py
only do to_pretty_time as relative when requested
2020-02-24 10:18:55 +00:00
command_suggestions.py
add server/channel config to disable command suggestions
2019-10-30 11:48:35 +00:00
cron_reminders.py
add cron_reminders.py (admin-only for now)
2020-02-11 11:19:25 +00:00
define.py
update define.py to use command spec (and not docstrings)
2020-02-15 00:13:43 +00:00
dice.py
implement command spec modifiers, use for pattern
, use pattern for dice.py
2020-02-15 23:31:55 +00:00
duckduckgo.py
utils.http.Response.data should always be bytes
- add .decode and .soup
2019-11-26 13:42:01 +00:00
ducks.py
ducks.py: do not accept ,bef
or ,trap
if ducks are disabled
2022-02-13 17:28:11 -06:00
echo.py
add spec arg names to echo.py
2020-01-26 11:25:27 +00:00
eightball.py
add !8 as alias of !8ball
2019-09-09 14:25:19 +01:00
eval_lua.py
remove parser
from utils.http.Request, add Request.soup()
2019-11-26 11:35:56 +00:00
eval_python.py
force utf8 encoding on eval_python.py
2019-12-18 19:51:35 +00:00
factoids.py
we don't have a target_desc when we can't find a factoid
2020-02-09 18:55:47 +00:00
github.py
github.py: use default shorteners
2022-01-20 13:45:16 -06:00
google.py
show !g snippet when available, title when not
2020-02-25 16:50:17 +00:00
greeting.py
support +draft/channel-context in modules/greeting.py
2022-04-22 10:14:47 +00:00
hash.py
Show available hash algorithms when none is provided
2019-07-28 16:41:12 +01:00
healthcheck.py
healthcheck: typo
2020-02-08 22:09:51 -05:00
highlight_spam.py
remove debug print
2019-08-14 14:51:07 +01:00
hostmask_tracking.py
!maskfind should work in-channel too
2020-01-11 22:30:43 +00:00
ids.py
exports.get_one() -> exports.get()
2020-03-08 14:14:00 +00:00
imdb.py
utils.http.Response.data should always be bytes
- add .decode and .soup
2019-11-26 13:42:01 +00:00
imgur.py
add cookies
and .json()
to utils.http.Response objects
2019-11-25 18:17:30 +00:00
in.py
split utils.datetime out in to .parse and .format
2020-01-30 21:20:56 +00:00
inactive_channels.py
sent messages should mark channels 'active'
2020-05-06 16:35:54 +01:00
info.py
handle git being in a detached head state when getting current commit
2020-02-08 13:21:29 +00:00
ip_addresses.py
additional fixes to ipinfo/geoip
2021-10-18 18:18:05 -04:00
ircv3.py
boldify hostname in !specsup
2020-02-08 19:05:44 +00:00
ircv3_botignore.py
fully support draft/bot spec
2021-06-11 23:52:13 -05:00
ircv3_editmsg.py
exports.get_one() -> exports.get()
2020-03-08 14:14:00 +00:00
ircv3_multiline.py
remove src/utils/irc/protocol.py
2019-10-28 10:56:33 +00:00
ircv3_resume.py
don't overwrite on_resume()
in ircv3_resume
2019-12-10 11:09:03 +00:00
ircv3_typing.py
+draft/typing has been ratified
2020-05-20 16:36:40 +01:00
isup.py
put a permission restriction on !tcpup - it could be abused for port scanning
2019-10-18 15:18:46 +01:00
karma.py
make that easier on the eyes
2021-02-05 18:38:27 -06:00
kick-rejoin.py
transient timers shouldn't use the event system
2019-10-08 13:49:55 +01:00
lastfm.py
handle lastfm tracks only having 1 tag
2021-07-10 16:57:59 +00:00
location.py
refuse setting location to timezones we can't understand
2020-11-09 23:32:44 +00:00
markov.py
add markov-chance, 0 to 100 percent chance of randomly triggered markov chains
2020-02-20 18:51:20 +00:00
message_filter.py
don't run filters/replaces on assured lines
2021-12-19 00:36:20 +00:00
messages.py
only do to_pretty_time as relative when requested
2020-02-24 10:18:55 +00:00
mumble.py
don't use dt.microseconds - only covers within the current second
2019-12-13 06:37:57 +00:00
nickserv.py
use utils.SensitiveSetting in nickserv.py
2019-09-12 12:17:52 +01:00
onionoo.py
utils.http.Response.data should always be bytes
- add .decode and .soup
2019-11-26 13:42:01 +00:00
ops.py
add help and channel_only kwargs to !ops
2019-07-09 21:24:35 +01:00
ping.py
show target user in !ping response
2020-01-30 11:54:24 +00:00
pronouns.py
Change example pronouns to neutral pronouns
2020-11-01 20:26:44 +00:00
quotes.py
quotes.py: allow opting out of quotes
2021-06-24 20:57:14 -05:00
rainbow.py
update rainbow.py to use command spec
2020-01-30 11:54:40 +00:00
random_number.py
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
relay.py
change relay.py to use command specs
2020-02-27 18:06:06 +00:00
rest_api.py
utilise @utils.export for function exporting in more places
2020-02-19 17:29:10 +00:00
rot13.py
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
rss.py
make no entries message more specific
2021-03-09 17:24:55 -06:00
rust.py
add cookies
and .json()
to utils.http.Response objects
2019-11-25 18:17:30 +00:00
sed.py
handle /[/,`#]/ as sed delimeters
2021-02-20 18:41:40 +00:00
seen.py
args_split[0] -> user.nickname (seen.py)
2020-03-08 21:42:31 +00:00
shorturl.py
shorturl.py: use bitly v4 api ( #355 )
2023-01-17 13:46:52 -06:00
soundcloud.py
utils.http.Response.data should always be bytes
- add .decode and .soup
2019-11-26 13:42:01 +00:00
spotify.py
utils.http.Response.data should always be bytes
- add .decode and .soup
2019-11-26 13:42:01 +00:00
stats.py
only do to_pretty_time as relative when requested
2020-02-24 10:18:55 +00:00
tell.py
split utils.datetime out in to .parse and .format
2020-01-30 21:20:56 +00:00
thesaurus.py
utils.http.Response.data should always be bytes
- add .decode and .soup
2019-11-26 13:42:01 +00:00
title.py
strip ':' and ',' from titles too
2020-06-26 13:43:14 +01:00
todo.py
rewrite todo.py
2020-02-15 00:47:40 +00:00
trakt.py
utils.http.Response.data should always be bytes
- add .decode and .soup
2019-11-26 13:42:01 +00:00
translate.py
Revert "Update translate.py"
2020-11-18 14:34:56 +00:00
urbandictionary.py
urbandictionary: use https ( #357 )
2023-01-17 19:33:28 -06:00
user_time.py
exports.get_one() -> exports.get()
2020-03-08 14:14:00 +00:00
vote.py
update other modules to use categorised require_access
2020-02-07 00:11:28 +00:00
weather.py
weather.py: add kelvin unit
2021-05-25 16:57:13 -05:00
wikipedia.py
update wikipedia.py to use command specs
2020-01-29 17:23:38 +00:00
wolframalpha.py
wolfram|alpha: squash newlines put in returned input ( #361 )
2023-04-18 19:57:32 -05:00
words.py
again, there may be more than one (nick,count)
2020-05-12 01:20:47 +01:00
yourls.py
don't skip already "short" urls in yourls.py - can't predict output length
2020-03-09 00:07:30 +00:00
youtube.py
modules/youtube.py: add api exception handling
2022-07-11 16:36:32 -05:00