bitbot-3.11-fork/modules
2019-11-27 12:06:57 +00:00
..
channel_log include CHGHOST lines in channel_log logs 2019-10-31 15:36:22 +00:00
commands remove IRCBuffer.skip_next (not used), pass buffer lines on message events 2019-11-27 12:06:57 +00:00
fediverse default first_item to None or it doesn't exist when there's no toots 2019-11-26 14:31:22 +00:00
git_webhooks utils.http.Response.data should always be bytes - add .decode and .soup 2019-11-26 13:42:01 +00:00
ircv3_sasl don't get far in to attempting sasl when we haven't got it configured 2019-11-08 13:34:05 +00:00
line_handler remove IRCBuffer.skip_next (not used), pass buffer lines on message events 2019-11-27 12:06:57 +00:00
permissions WHOX can effect hostmask permissions too 2019-11-26 18:45:13 +00:00
scripts switch scripts module to no longer use set_prefix() 2019-11-25 10:53:16 +00:00
tweets move all datetime-related code from utils/__init__ to utils.datetime 2019-11-15 13:59:09 +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
admin.py move IRCLine related code from utils.irc to IRCLine.py 2019-10-27 10:19:00 +00:00
aliases.py support "$$" as a literal "$" in alias arg replacements 2019-11-20 18:25:32 +00:00
badges.py utils.datetime.datetime_utcnow() -> utils.datetime.utcnow() 2019-11-25 18:18:09 +00:00
badwords.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
birthday.py Switch more settings to FunctionSettings 2019-09-04 14:27:10 +01: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_access.py IRCUser.get_identified_account() doesn't exist anymore 2019-11-22 11:50:23 +00:00
channel_blacklist.py disregard empty JOIN channel params (e.g. "JOIN #bad,") 2019-09-07 12:58:20 +01:00
channel_keys.py Don't assign keys to an array index that doesn't exist yet 2019-11-08 17:05:09 +00:00
channel_op.py IRCUser.get_identified_account() doesn't exist anymore 2019-11-22 11:50:23 +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
check_mode.py allow all preprocess.command and check.command failures to have a message 2019-09-26 12:14:55 +01:00
coins.py move all datetime-related code from utils/__init__ to utils.datetime 2019-11-15 13:59:09 +00:00
command_suggestions.py add server/channel config to disable command suggestions 2019-10-30 11:48:35 +00:00
config.py add check.command.permission and check.command.authenticated callbacks 2019-11-26 15:32:24 +00:00
ctcp.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
database_backup.py add .back suffix to database backups 2019-10-14 18:13:43 +01:00
deferred_read.py add deferred_read.py, to defer parsing of *some* lines until after 001 2019-06-22 22:22:50 +01:00
define.py add cookies and .json() to utils.http.Response objects 2019-11-25 18:17:30 +00:00
dice.py default !roll to 1d6 2019-09-26 14:48:05 +01: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 support !duckstats for users other than yourself 2019-11-11 17:21:40 +00:00
echo.py remove shlex from echo.py 2019-11-20 13:33:30 +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 utils.http.Response.data should always be bytes - add .decode and .soup 2019-11-26 13:42:01 +00:00
factoids.py implement @utils.kwarg() magic, use it for command.regex hooks 2019-06-26 14:37:41 +01:00
fake_echo.py move IRCLine related code from utils.irc to IRCLine.py 2019-10-27 10:19:00 +00:00
format_activity.py set private NOTICE context so print_activity shows who a notice was sent to 2019-11-19 17:23: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
help.py boldify important parts in !help output 2019-11-19 12:31:15 +00:00
highlight_spam.py remove debug print 2019-08-14 14:51:07 +01:00
ids.py IRCUser.get_identified_account() doesn't exist anymore 2019-11-22 11:50:23 +00:00
ignore.py add optional duration for !ignore 2019-11-18 15:57:27 +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 from_pretty_time was moved to utils.datetime 2019-11-17 19:48:05 +00:00
info.py show branch name in !version output 2019-11-04 13:40:16 +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 Show IRCd 'version' string in !specsup output 2019-06-29 22:44:05 +01:00
ircv3_botignore.py ircv3_botignore.py should use HIGH priority 2019-07-09 21:25:43 +01:00
ircv3_chathistory.py Adda system of aliases for CAPs, mostly for changeable draft specs and creating 2019-06-21 17:15:46 +01:00
ircv3_echo_message.py Revert ".eat()ing privmsg/notice send should be high priority" 2019-07-30 15:01:29 +01:00
ircv3_labeled_responses.py change labeled-response WARN logging to DEBUG - it's mostly unimportant 2019-11-04 10:17:47 +00:00
ircv3_message_tracking.py Prefix names for all IRCv3 modules with "ircv3_" 2019-06-03 12:44:04 +01:00
ircv3_metadata.py Adda system of aliases for CAPs, mostly for changeable draft specs and creating 2019-06-21 17:15:46 +01:00
ircv3_msgid.py remove tags from StdOut objects - expose through event_kwargs 2019-11-25 16:28:03 +00:00
ircv3_multiline.py remove src/utils/irc/protocol.py 2019-10-28 10:56:33 +00:00
ircv3_resume.py Fix more instances of event["args"] (now event["line"].args) 2019-06-22 22:08:39 +01:00
ircv3_server_time.py Add an export for IRCv3 CAPs 2019-06-20 16:52:23 +01:00
ircv3_sts.py Ignore sts tokens on plain-text connections if no port key is provided 2019-06-10 14:01:58 +01:00
ircv3_typing.py refactor commands (mostly stdout/stderr) and split typing/reply out 2019-11-22 16:23:30 +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 Show 0 karma in the colour of gold™ 2019-10-11 23:23:58 -07: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 'to' -> 'so', typo in !cfilter comment 2019-09-20 14:57:24 +01:00
modules.py add ModuleManager.try_reload_modules(), to try reloading in a transaction 2019-10-14 12:56:04 +01:00
more.py add more.py 2019-11-26 14:18:12 +00:00
mumble.py 'srt' -> 'str' 2019-09-17 12:23:05 +01:00
nick_regain.py transient timers shouldn't use the event system 2019-10-08 13:49:55 +01: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
perform.py Remove debug print from perform.py 2019-07-22 12:32:54 +01:00
pong.py Remove "!" from help strings 2019-06-18 17:33:42 +01:00
print_activity.py separate server name and context name with ":" in print_activity.py 2019-11-19 17:23:00 +00:00
pronouns.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
proxy.py improve proxy.py socket override using nested function def 2019-10-28 18:11:57 +00:00
quotes.py better help/usage for quote.py commands 2019-10-04 15:25:53 +01:00
random_number.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
relay.py fix relay exception 2019-10-28 13:56:04 +00:00
rest_api.py add on_pause() and on_resume() for module - use in rest_api.py 2019-11-04 10:52:41 +00:00
rot13.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
rss.py utils.http.Response.data should always be bytes - add .decode and .soup 2019-11-26 13:42:01 +00:00
rust.py add cookies and .json() to utils.http.Response objects 2019-11-25 18:17:30 +00:00
sed.py don't disregard matched backslashes before ampersand 2019-09-08 11:43:13 +01:00
seen.py move all datetime-related code from utils/__init__ to utils.datetime 2019-11-15 13:59:09 +00:00
shorturl.py utils.http.Response.data should always be bytes - add .decode and .soup 2019-11-26 13:42:01 +00:00
signals.py remove src/utils/irc/protocol.py 2019-10-28 10:56:33 +00:00
silence.py move all datetime-related code from utils/__init__ to utils.datetime 2019-11-15 13:59:09 +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 move all datetime-related code from utils/__init__ to utils.datetime 2019-11-15 13:59:09 +00:00
strip_color.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
strip_otr.py add strip_otr.py 2019-09-16 15:29:09 +01:00
tell.py switch !to to !tell, add !to as an alias of !tell 2019-11-25 12:18:07 +00:00
thesaurus.py utils.http.Response.data should always be bytes - add .decode and .soup 2019-11-26 13:42:01 +00:00
throttle.py switch throttle.py to use FunctionSetting 2019-09-04 12:11:22 +01:00
title.py page is already a soup 2019-11-26 14:34:41 +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 utils.http.Response.data should always be bytes - add .decode and .soup 2019-11-26 13:42:01 +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 move all datetime-related code from utils/__init__ to utils.datetime 2019-11-15 13:59:09 +00:00
vote.py Fix !startvote advice on voting on the started vote 2019-10-25 14:21:47 +01:00
weather.py use " | " as location & temp separator 2019-11-26 18:42:33 +00:00
wikipedia.py show urls in !wikipedia output 2019-11-26 14:18:18 +00:00
wolframalpha.py utils.http.Response.data should always be bytes - add .decode and .soup 2019-11-26 13:42:01 +00:00
words.py move all datetime-related code from utils/__init__ to utils.datetime 2019-11-15 13:59:09 +00:00
youtube.py utils.http.Response.data should always be bytes - add .decode and .soup 2019-11-26 13:42:01 +00:00