..
channel_log
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
2019-06-28 23:16:05 +01:00
commands
return command (in case resolved alias) from _find_command_hook()
2019-09-12 21:53:52 +01:00
git_webhooks
use detect_encoding=False in github webhook url shortening
2019-09-09 16:08:51 +01:00
ircv3_sasl
Switch more settings to FunctionSettings
2019-09-04 14:27:10 +01:00
line_handler
remove try-rejoin (on 477) logic. will move to a module later
2019-09-07 15:21:35 +01:00
permissions
Add IntRangeSetting, reorder OptionsSetting arg order
2019-08-30 14:40:54 +01:00
scripts
tweets
use tweet_mode="extended" for !tw user_timeline() calls too
2019-09-05 14:46:39 +01:00
accept_invite.py
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
2019-06-28 23:16:05 +01:00
acronym.py
refactor utils.http.requests to support a Request object
2019-09-11 17:44:07 +01:00
admin.py
Show the line that was actually send from !raw, after format and filter
2019-09-07 12:50:50 +01:00
badges.py
force timezone info on to badge dates
2019-09-07 22:02:08 +01:00
badwords.py
birthday.py
Switch more settings to FunctionSettings
2019-09-04 14:27:10 +01:00
bitcoin.py
bot_channel.py
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
2019-06-28 23:16:05 +01:00
botlist.py
botsnack.py
bots need snacks too
2019-07-11 13:42:21 +01:00
channel_access.py
channel_blacklist.py
disregard empty JOIN channel params (e.g. "JOIN #bad,")
2019-09-07 12:58:20 +01:00
channel_keys.py
unset saved channel key on -k
2019-07-03 08:29:47 +01:00
channel_op.py
_parse_flags() should always return 2 objects
2019-09-12 23:13:02 +01:00
channel_save.py
batch up channel_save.py JOINs in to groups of 10
2019-07-22 12:42:43 +01:00
check_mode.py
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
2019-06-28 23:16:05 +01:00
check_urls.py
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
2019-06-28 23:16:05 +01:00
coins.py
change Cache.py to be key:value
2019-09-02 14:07:26 +01:00
command_suggestions.py
unknown_command.py -> command_suggestions.py
2019-06-24 22:58:14 +01:00
config.py
add utils.Setting.format() so subtypes can format differently
2019-09-12 12:17:09 +01:00
ctcp.py
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
2019-06-28 23:16:05 +01:00
cve.py
database_backup.py
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
Show an error (instead of throwing) when !define gets a 404
2019-07-03 07:59:12 +01:00
dice.py
duckduckgo.py
ducks.py
Add IntRangeSetting, reorder OptionsSetting arg order
2019-08-30 14:40:54 +01:00
echo.py
eightball.py
add !8 as alias of !8ball
2019-09-09 14:25:19 +01:00
eval_lua.py
refactor utils.http.requests to support a Request object
2019-09-11 17:44:07 +01:00
eval_python.py
eval_rust.py
refactor utils.http.requests to support a Request object
2019-09-11 17:44:07 +01:00
factoids.py
implement @utils.kwarg() magic, use it for command.regex hooks
2019-06-26 14:37:41 +01:00
fake_echo.py
Change raw.send and raw.receive commands to just pass around ParsedLines
2019-06-22 12:17:45 +01:00
fediverse.py
set a bitbot-specific useragent for fediverse requests
2019-09-12 21:58:26 +01:00
fediverse_server.py
make context/conversation a "valid" URI
2019-09-11 13:46:21 +01:00
format_activity.py
get_user_status() -> get_user_modes(), filter in format_activity.py
2019-09-12 22:39:21 +01:00
github.py
remove legacy --depends-on flags for github.py (leftover from webhooks)
2019-09-02 15:15:15 +01:00
google.py
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
2019-06-28 23:16:05 +01: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
Add missing ">" to !help output
2019-06-22 19:36:54 +01:00
highlight_spam.py
remove debug print
2019-08-14 14:51:07 +01:00
ids.py
ignore.py
don't use full event names to check what command we're in
2019-09-10 12:59:52 +01:00
imdb.py
imgur.py
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
2019-06-28 23:16:05 +01:00
in.py
alias !remindme to !in
2019-08-14 10:56:18 +01:00
info.py
remove debug prints from info.py
2019-09-05 11:58:35 +01:00
ip_addresses.py
Switch more settings to FunctionSettings
2019-09-04 14:27:10 +01: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
make labeled-response depend on batch
2019-06-23 09:44:59 +01:00
ircv3_message_tracking.py
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
ircv3_multiline.py
mulitline-concat shouldn't be a c2c tag
2019-07-02 12:09:56 +01: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
ircv3_sts.py
isup.py
lowerify isup.py's _name
2019-07-16 17:25:46 +01:00
karma.py
'resetkarme' -> 'resetkarma'
2019-09-12 21:57:40 +01:00
kick-rejoin.py
support enabling kick-rejoin per channel
2019-07-11 22:18:10 +01:00
lastfm.py
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
2019-06-28 23:16:05 +01:00
location.py
Switch more settings to FunctionSettings
2019-09-04 14:27:10 +01:00
message_filter.py
modules.py
mumble.py
put socket timeout and deadline around mumble queries
2019-09-02 14:18:27 +01:00
nick_regain.py
Fix more instances of event["args"] (now event["line"].args)
2019-06-22 22:08:39 +01:00
nickserv.py
use utils.SensitiveSetting in nickserv.py
2019-09-12 12:17:52 +01:00
nr.py
onionoo.py
Adds an Onionoo module for looking up Tor relays
2019-07-26 13:35:05 +01: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
print_activity.py
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
2019-06-28 23:16:05 +01:00
pronouns.py
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
2019-06-28 23:16:05 +01:00
proxy.py
Switch more settings to FunctionSettings
2019-09-04 14:27:10 +01:00
quotes.py
return quote category even if =quote isnt present
2019-09-07 15:17:30 +01:00
random_number.py
relay.py
default relay-extras to False
2019-09-02 16:16:28 +01:00
rest_api.py
remove TLS code from rest_api.py and force it to listen on localhost.
2019-09-13 11:37:53 +01:00
rot13.py
rss.py
suggest similar feeds when trying to remove an unknown feed
2019-08-12 16:07:07 +01:00
sed.py
don't disregard matched backslashes before ampersand
2019-09-08 11:43:13 +01:00
seen.py
shorturl.py
Add IntRangeSetting, reorder OptionsSetting arg order
2019-08-30 14:40:54 +01:00
signals.py
silence.py
add !unsilence
2019-09-09 18:06:37 +01:00
slowvoice.py
'evnet' -> 'event' typo
2019-07-09 20:58:02 +01:00
soundcloud.py
return matching string from buffer.find() as most uses were redundantly regexing
2019-08-13 13:48:03 +01:00
spotify.py
stats.py
better wording of "!stats <alias>"
2019-09-07 14:16:27 +01:00
strip_color.py
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
2019-06-28 23:16:05 +01:00
tfl.py
thesaurus.py
dont use "|" multi-event syntax. it's weird
2019-06-26 10:59:03 +01:00
throttle.py
switch throttle.py to use FunctionSetting
2019-09-04 12:11:22 +01:00
timer.py
title.py
Revert "switch to using IRCBot.http_client() in title.py"
2019-09-11 18:08:37 +01:00
to.py
todo.py
consistently use 'todo list' vs 'todo'
2019-07-11 10:11:21 +10:00
trakt.py
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
2019-06-28 23:16:05 +01:00
translate.py
wider watch for failed translation
2019-07-22 13:59:50 +01:00
urbandictionary.py
improve !ud regex
2019-07-02 14:53:08 +01:00
user_time.py
support location names for !timezone too
2019-09-08 18:22:04 +01:00
vote.py
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
2019-06-28 23:16:05 +01:00
weather.py
use reverse geocoding to turn location to latlon for weather
2019-07-16 16:42:32 +01:00
which.py
add which.py - closes #134
2019-09-04 15:39:56 +01:00
wikipedia.py
wolframalpha.py
words.py
support disabling word tracking per channel, not just per user
2019-09-10 10:34:44 +01:00
youtube.py
remove LOW priority from youtube regex - it doesnt need it
2019-09-08 12:21:28 +01:00