.. |
channel_log
|
don't utils.irc.parse_format in format_activity.py, so we don't have to use
|
2019-03-06 14:30:33 +00:00 |
commands
|
Default taget_str in send.stdout/send.stderr to target.name
|
2019-05-22 08:24:59 +01:00 |
github
|
typo, 'preix' -> 'prefix'
|
2019-05-21 15:39:54 +01:00 |
line_handler
|
Pass server through FAIL events, use FAIL command as part of event path
|
2019-05-22 11:56:21 +01:00 |
permissions
|
Add masterpassword private-only command
|
2019-05-21 12:18:59 +01:00 |
sasl
|
Switch to using Capability.copy() for sasl
|
2019-05-19 11:13:37 +01:00 |
scripts
|
Move scripts module to it's own directory
|
2019-02-05 16:56:21 +00:00 |
8ball.py
|
Minor code styling change in modules/8ball.py
|
2018-11-17 12:48:42 +00:00 |
accept_invite.py
|
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
|
2018-10-03 13:22:37 +01:00 |
admin.py
|
stdout.write on success for !disconnect
|
2019-05-22 08:50:05 +01:00 |
auto_mode.py
|
You can't minus a set from a list (auto_mode.py)
|
2019-02-21 21:14:57 +00:00 |
badges.py
|
change utils.iso8601_format to default to no milliseconds, switch to using
|
2019-04-23 21:27:43 +01:00 |
badwords.py
|
'continue' -> 'return' in moules/badwords.py
|
2018-10-28 14:02:43 +00:00 |
birthday.py
|
Fix birthday.py help text copypaste fail
|
2019-05-06 19:27:42 +01:00 |
bitcoin.py
|
'utils.http.get_url' -> 'utils.http.request', return a Response object from
|
2018-12-11 22:26:38 +00:00 |
books.py
|
'utils.http.get_url' -> 'utils.http.request', return a Response object from
|
2018-12-11 22:26:38 +00:00 |
bot_channel.py
|
'received.numeric.###' -> 'received.###' throughout project
|
2019-02-16 15:53:14 +00:00 |
botlist.py
|
Add !botlist and !rollcall
|
2019-05-12 22:37:08 +01:00 |
channel_access.py
|
check we have a channel_arg kwarg before parsing it as an int
|
2019-01-30 19:20:11 +00:00 |
channel_op.py
|
Catch UserNotFoundException in var e
|
2019-05-08 07:36:17 +01:00 |
channel_save.py
|
Add IRCServer.send_joins, a nicer interface than manually ",".join ing
|
2019-02-20 17:08:30 +00:00 |
check_mode.py
|
Add a way to force success and force failure of a command permission check
|
2019-01-28 23:29:52 +00:00 |
check_urls.py
|
'utils.http.get_url' -> 'utils.http.request', return a Response object from
|
2018-12-11 22:26:38 +00:00 |
coins.py
|
Stop using prevent_highlight. it ruins terminals on OS X
|
2019-05-04 23:28:51 +01:00 |
config.py
|
Show the full result of a !config change
|
2019-04-28 10:50:19 +01:00 |
ctcp.py
|
Add IRCBot.SOURCE, use it in ctcp.py
|
2019-05-15 10:30:36 +01:00 |
cve.py
|
set cve.py's _name to all caps "CVE"
|
2019-03-28 21:54:18 +00:00 |
database_backup.py
|
Pass context-wrapped timers to each module, add ModuleManager.BaseModule.on_load
|
2018-10-12 18:07:23 +01:00 |
define.py
|
Add missing .data on a utils.http.request Response object (define.py)
|
2018-12-15 22:56:04 +00:00 |
dice.py
|
range()'s upper bound is not inclusive
|
2018-11-17 12:29:24 +00:00 |
duckduckgo.py
|
Check that we have an AbstractURL in DDG results
|
2019-04-25 20:49:27 +01:00 |
ducks.py
|
Don't show ducks when the bot is silenced
|
2019-05-15 16:48:20 +01:00 |
echo.py
|
Add echo.py
|
2019-04-28 13:36:25 +01:00 |
eval_lua.py
|
'utils.http.get_url' -> 'utils.http.request', return a Response object from
|
2018-12-11 22:26:38 +00:00 |
eval_python.py
|
Check if page is null before trying to access page.data (eval_python.py)
|
2019-01-15 12:39:27 +00:00 |
eval_rust.py
|
'utils.http.get_url' -> 'utils.http.request', return a Response object from
|
2018-12-11 22:26:38 +00:00 |
factoids.py
|
Change factoids.py to use regex commands
|
2019-05-18 20:18:55 +01:00 |
format_activity.py
|
Add a space between channel name and kick reason in format_activity.py
|
2019-04-16 07:54:07 +01:00 |
google.py
|
Channels are 'target' in command events
|
2018-12-15 22:57:38 +00:00 |
greeting.py
|
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
|
2018-10-03 13:22:37 +01:00 |
hash.py
|
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
|
2018-10-03 13:22:37 +01:00 |
ids.py
|
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
|
2018-10-03 13:22:37 +01:00 |
imdb.py
|
'utils.http.get_url' -> 'utils.http.request', return a Response object from
|
2018-12-11 22:26:38 +00:00 |
imgur.py
|
event["channel"] -> event["target"] (from regex-commands change)
|
2019-05-18 21:33:50 +01:00 |
in.py
|
Add Database.servers.get_by_alias, move IRCBot.get_server to
|
2019-04-24 12:07:30 +01:00 |
ip_addresses.py
|
'utils.http.get_url' -> 'utils.http.request', return a Response object from
|
2018-12-11 22:26:38 +00:00 |
karma.py
|
Don't allow karma for empty strings
|
2019-05-21 16:48:10 +01:00 |
lastfm.py
|
only use one "-" to separate text from url in lastfm.py
|
2019-02-28 16:34:22 +00:00 |
location.py
|
Remove '"human"' key from location settings export - we dont use it and it's
|
2019-05-07 10:59:24 +01:00 |
message_tracking.py
|
Use new IRCChannel/IRCUser send_tagmsg in message_tracking.py
|
2019-02-22 22:37:27 +00:00 |
metadata.py
|
Use Capability.copy() in metadata.py
|
2019-05-19 11:08:32 +01:00 |
mixed_unicode.py
|
Move all logic related to score reasons until after we've checked if we have
|
2018-11-20 20:43:26 +00:00 |
modules.py
|
typo in modules.py, '_reload' -> 'self._reload'
|
2018-12-02 09:19:03 +00:00 |
nick_regain.py
|
send() is only for parsed irc lines
|
2019-05-12 22:07:25 +01:00 |
nickserv.py
|
'received.numeric.###' -> 'received.###' throughout project
|
2019-02-16 15:53:14 +00:00 |
nr.py
|
.get eage-api-key and url in nr.service() to handle it not being present
|
2019-04-01 07:50:19 +01:00 |
perform.py
|
Add IRCServer.send_raw so modules don't have to parse messages before sending
|
2019-04-16 13:47:45 +01:00 |
pong.py
|
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
|
2018-10-03 13:22:37 +01:00 |
print_activity.py
|
add 'print-motd' bot setting, to enable/disable printing motd to log
|
2019-05-02 10:24:01 +01:00 |
pronouns.py
|
Added pronouns.py
|
2019-04-30 11:51:43 +01:00 |
quotes.py
|
Pass category arg to _set_quotes in quote_add (quotes.py)
|
2019-01-26 16:06:15 +00:00 |
random_number.py
|
Change !uuid to !uuid4 to be clear that it's a uuid4 being generated
|
2019-05-07 11:48:16 +01:00 |
rest_api.py
|
Add 'api-port' setting to bot.conf and use it in rest_api.py
|
2019-03-13 16:52:51 +00:00 |
resume.py
|
RESUME errors now come as FAIL RESUME
|
2019-05-22 11:57:26 +01:00 |
rot13.py
|
Add modules/rot13.py
|
2018-10-11 12:44:22 +01:00 |
sed.py
|
Hand over regex-based-command responsibilities to commands module
|
2019-05-18 18:35:47 +01:00 |
seen.py
|
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
|
2018-10-03 13:22:37 +01:00 |
shakespeare.py
|
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
|
2018-10-03 13:22:37 +01:00 |
shorturl.py
|
Move isgd.py to shorturl.py and switch back to using bit.ly
|
2019-05-01 08:17:48 +01:00 |
signals.py
|
Switch signals.py SIGHUP to also load new modules
|
2019-05-12 14:11:29 +01:00 |
silence.py
|
Allow people with silence permission to use !silence too
|
2019-05-16 08:53:28 +01:00 |
soundcloud.py
|
Handle !soundcloud returning no results (soundcloud.py)
|
2019-01-08 10:14:21 +00:00 |
spotify.py
|
make !sp and alias of !spotify (spotify.py)
|
2019-02-08 15:34:04 +00:00 |
stats.py
|
Show server versoin (from RPL_MYINFO) on /api/servers
|
2019-05-15 17:13:05 +01:00 |
strax.py
|
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
|
2018-10-03 13:22:37 +01:00 |
strip_color.py
|
preprocess.send.* event don't have IRCChannel objects on them
|
2019-03-10 13:09:37 +00:00 |
sts.py
|
Switch to using utils.irc.Capability in sts.py
|
2019-05-15 10:31:55 +01:00 |
tfl.py
|
bus_stop isnt a Response object (tfl.py)
|
2019-01-21 10:46:23 +00:00 |
thesaurus.py
|
Correctly handle a 404 in thesaurus.py
|
2018-12-16 11:03:36 +00:00 |
timer.py
|
'recevied' -> 'received' (timer.py)
|
2018-12-20 23:55:45 +00:00 |
title.py
|
event.eat() in command.regex for !title
|
2019-05-21 09:54:51 +01:00 |
to.py
|
Limiit !to to 5 messages per user
|
2019-04-30 11:57:31 +01:00 |
todo.py
|
Change all instances of stdout.write+return to raise utils.EventError in
|
2018-10-16 15:09:58 +01:00 |
trakt.py
|
Re-add accidentally removed ":" in trakt.py
|
2018-12-11 22:27:58 +00:00 |
translate.py
|
'utils.http.get_url' -> 'utils.http.request', return a Response object from
|
2018-12-11 22:26:38 +00:00 |
tweets.py
|
Change isgd.py to use Exports to offer url shortening, not events
|
2019-02-07 10:07:11 +00:00 |
upc.py
|
'utils.http.get_url' -> 'utils.http.request', return a Response object from
|
2018-12-11 22:26:38 +00:00 |
urbandictionary.py
|
Add _name to urbandictionary.py for correct capitalisation
|
2019-04-27 22:27:36 +01:00 |
user_time.py
|
Actually provide formatting arg for user_time.py error
|
2019-04-28 15:43:56 +01:00 |
weather.py
|
Query weather for given args if they don't look like a user
|
2019-05-05 00:16:55 +01:00 |
wikipedia.py
|
'utils.http.get_url' -> 'utils.http.request', return a Response object from
|
2018-12-11 22:26:38 +00:00 |
wolframalpha.py
|
Use the correct namespace for HTTPTimeoutException (wolframalpha)
|
2019-01-20 19:05:50 +00:00 |
words.py
|
Add a setting to opt-out of word count tracking
|
2019-05-15 22:44:47 +01:00 |
youtube.py
|
Typo, 'colr' -> 'color'
|
2019-05-19 21:41:56 +01:00 |