bitbot-3.11-fork/modules
2020-02-09 10:49:35 +00:00
..
dnsbl set dnsbl _name to DNSBL, better wording than "failed" 2019-12-13 15:12:38 +00:00
fediverse split utils.datetime out in to .parse and .format 2020-01-30 21:20:56 +00:00
git_webhooks update other modules to use categorised require_access 2020-02-07 00:11:28 +00:00
scripts switch scripts module to no longer use set_prefix() 2019-11-25 10:53:16 +00:00
tweets split utils.datetime out in to .parse and .format 2020-01-30 21:20:56 +00:00
accept_invite.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
acronym.py remove parser from utils.http.Request, add Request.soup() 2019-11-26 11:35:56 +00:00
alias_variables.py move !alias variables in to alias_variables.py, add RNICK (random nick) 2020-02-05 18:18:32 +00:00
badges.py split utils.datetime out in to .parse and .format 2020-01-30 21:20:56 +00:00
badwords.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01: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
bot_channel.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
botlist.py don't respond to !botlist automatically 2019-11-15 10:57:29 +00:00
channel_log.py split utils.datetime out in to .parse and .format 2020-01-30 21:20:56 +00:00
channel_op.py allow multipe require_accces (comma sep), support "low"/"high"/"admin" 2020-02-06 23:50:19 +00:00
channel_save.py batch up channel_save.py JOINs in to groups of 10 2019-07-22 12:42:43 +01: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 split utils.datetime out in to .parse and .format 2020-01-30 21:20:56 +00:00
command_suggestions.py add server/channel config to disable command suggestions 2019-10-30 11:48:35 +00:00
define.py correctly deal with "define previous message" 2019-12-29 07:27:37 +00:00
dice.py tolerate spaces in dice modifiers 2020-01-14 10:48:09 +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 show how many seconds by which you missed !bef/!bang 2020-02-07 14:40:54 +00: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 _all_factoids() takes an array of targets 2020-02-09 00:36:23 +00:00
github.py utils.http.Response.data should always be bytes - add .decode and .soup 2019-11-26 13:42:01 +00:00
google.py utils.http.Response.data should always be bytes - add .decode and .soup 2019-11-26 13:42:01 +00:00
greeting.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01: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 IRCUser.get_identified_account() doesn't exist anymore 2019-11-22 11:50:23 +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 add opt-in inactive channel pruning 2020-02-07 17:57:36 +00: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 utils.http.Response.data should always be bytes - add .decode and .soup 2019-11-26 13:42:01 +00:00
ircv3.py boldify hostname in !specsup 2020-02-08 19:05:44 +00:00
ircv3_botignore.py ircv3_botignore.py should use HIGH priority 2019-07-09 21:25:43 +01:00
ircv3_editmsg.py split utils.datetime out in to .parse and .format 2020-01-30 21:20:56 +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 default pattern-based commands to expect_output=False 2020-01-11 19:10:19 +00: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 update karma.py to use command spec 2020-01-26 02:59:16 +00:00
kick-rejoin.py transient timers shouldn't use the event system 2019-10-08 13:49:55 +01:00
lastfm.py utils.datetime.datetime_utcnow() -> utils.datetime.utcnow() 2019-11-25 18:18:09 +00:00
location.py utils.http.Response.data should always be bytes - add .decode and .soup 2019-11-26 13:42:01 +00:00
markov.py utils.http.Response.data should always be bytes - add .decode and .soup 2019-11-26 13:42:01 +00:00
message_filter.py switch message_filter.py to use utils.parse.sed 2020-02-09 10:49:35 +00:00
messages.py split utils.datetime out in to .parse and .format 2020-01-30 21:20:56 +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
nr.py remove all eagle stuff from nr.py 2019-11-26 13:37:30 +00: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 Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
quotes.py add IRCBuffer.BufferLine.format() - /me vs message formatting 2020-01-30 14:56:57 +00: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 !relaygroup add/remove no longer exists 2019-12-15 21:08:15 +00:00
rest_api.py update !apikey to use command spec 2020-02-05 16:40:15 +00:00
rot13.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
rss.py throw helpful errors when RSS pages cannot be decoded 2020-01-31 11:47:00 +00:00
rust.py add cookies and .json() to utils.http.Response objects 2019-11-25 18:17:30 +00:00
sed.py seds starting with numbers caused an "invalid group reference" 2020-01-11 16:57:54 +00:00
seen.py split utils.datetime out in to .parse and .format 2020-01-30 21:20:56 +00:00
shorturl.py utils.http.Response.data should always be bytes - add .decode and .soup 2019-11-26 13:42:01 +00: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 split utils.datetime out in to .parse and .format 2020-01-30 21:20:56 +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 split utils.datetime out in to .parse and .format 2020-01-30 21:20:56 +00:00
todo.py consistently use 'todo list' vs 'todo' 2019-07-11 10:11:21 +10: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 add "lstring" command spec; "last string" - explicit args or last message 2020-01-29 17:15:54 +00:00
urbandictionary.py utils.http.Response.data should always be bytes - add .decode and .soup 2019-11-26 13:42:01 +00:00
user_time.py split utils.datetime out in to .parse and .format 2020-01-30 21:20:56 +00:00
vote.py update other modules to use categorised require_access 2020-02-07 00:11:28 +00:00
weather.py use " | " as location & temp separator 2019-11-26 18:42:33 +00:00
wikipedia.py update wikipedia.py to use command specs 2020-01-29 17:23:38 +00:00
wolframalpha.py switch to using the full wolfram alpha API 2019-12-11 11:18:36 +00:00
words.py add a setting to only track words from registered users 2020-02-06 16:52:09 +00:00
youtube.py split utils.datetime out in to .parse and .format 2020-01-30 21:20:56 +00:00