.. |
commands
|
Move utils.irc.IRCParsedLine to IRCLine.ParsedLine, improve truncation
|
2019-02-23 21:33:04 +00:00 |
github
|
Add COLOR_NEUTRAL, show repo/number/state colours in !ghissue
|
2019-03-02 21:32:08 +00:00 |
line_handler
|
Minor refactors across line_handler
|
2019-03-03 22:46:24 +00:00 |
permissions
|
Use '<' for '<' in README (permissions)
|
2019-02-17 14:29:50 +00:00 |
sasl
|
Don't duplicate "other-error" (sasl.scram)
|
2019-02-24 09:04:42 +00:00 |
scripts
|
|
|
8ball.py
|
Minor code styling change in modules/8ball.py
|
2018-11-17 12:48:42 +00:00 |
accept_invite.py
|
|
|
admin.py
|
!raw needs to parse the line it's given in to an IRCParsedLine now
|
2019-02-23 16:11:41 +00: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
|
'current_badges' -> 'badges' (badges.py)
|
2019-02-13 16:33:28 +00:00 |
badwords.py
|
'continue' -> 'return' in moules/badwords.py
|
2018-10-28 14:02:43 +00:00 |
bitcoin.py
|
|
|
books.py
|
|
|
bot_channel.py
|
'received.numeric.###' -> 'received.###' throughout project
|
2019-02-16 15:53:14 +00:00 |
channel_access.py
|
|
|
channel_op.py
|
Shift formatting protocol data to it's own file: utils.irc.protocol
|
2019-02-18 14:58:27 +00: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
|
|
|
coins.py
|
Actually take coins when the house wins (coins)
|
2019-03-01 15:00:56 +00:00 |
ctcp.py
|
Send IRCBot.VERSION on a CTCP VERSION (ctcp.py)
|
2019-02-24 08:39:20 +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
|
|
|
ducks.py
|
|
|
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
|
|
|
google.py
|
|
|
greeting.py
|
|
|
hash.py
|
|
|
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
|
|
|
imgur.py
|
Minor code stylisation in imgur.py
|
2019-02-25 09:59:38 +00:00 |
in.py
|
|
|
ip_addresses.py
|
|
|
isgd.py
|
Change isgd.py to use Exports to offer url shortening, not events
|
2019-02-07 10:07:11 +00:00 |
karma.py
|
Don't put channel messages as low priority, so we can still catch "bitbot: ++"
|
2019-01-25 23:53:53 +00:00 |
lastfm.py
|
only use one "-" to separate text from url in lastfm.py
|
2019-02-28 16:34:22 +00:00 |
message_tracking.py
|
Use new IRCChannel/IRCUser send_tagmsg in message_tracking.py
|
2019-02-22 22:37:27 +00:00 |
mixed_unicode.py
|
|
|
modules.py
|
|
|
nick_regain.py
|
'received.numeric.###' -> 'received.###' throughout project
|
2019-02-16 15:53:14 +00:00 |
nickserv.py
|
'received.numeric.###' -> 'received.###' throughout project
|
2019-02-16 15:53:14 +00:00 |
nr.py
|
|
|
perform.py
|
We now need to .send( an IRCLine.ParseLine in perform.py
|
2019-02-24 08:04:35 +00:00 |
pong.py
|
|
|
print_activity.py
|
'received.numeric.###' -> 'received.###' throughout project
|
2019-02-16 15:53:14 +00:00 |
quit.py
|
quit: Fix style but better
|
2019-02-19 18:06:24 +01:00 |
quotes.py
|
|
|
random_number.py
|
|
|
rest_api.py
|
Change HTTP request logging from INFO to DEBUG
|
2019-02-28 17:51:26 +00:00 |
resume.py
|
Default cap_done to True, there's only one scenario were it is false (resume.py)
|
2019-02-17 16:00:33 +00:00 |
rot13.py
|
|
|
sed.py
|
|
|
seen.py
|
|
|
set.py
|
|
|
shakespeare.py
|
|
|
signals.py
|
|
|
soundcloud.py
|
|
|
spotify.py
|
|
|
stats.py
|
'src/IRCServer.capabilities' -> 'src/IRCServer.agreed_capabilities'
|
2019-02-16 09:12:43 +00:00 |
strax.py
|
|
|
strip_color.py
|
Fire preprocess.send per-command - use this to only strip colors from ParsedLine
|
2019-02-23 21:40:11 +00:00 |
sts.py
|
|
|
tfl.py
|
|
|
thesaurus.py
|
|
|
timer.py
|
|
|
title.py
|
Move HTTPWrongContentTypeException catch above Exception catch
|
2019-03-01 23:29:07 +00:00 |
to.py
|
|
|
todo.py
|
|
|
trakt.py
|
|
|
translate.py
|
|
|
tweets.py
|
|
|
upc.py
|
|
|
urbandictionary.py
|
|
|
weather.py
|
|
|
wikipedia.py
|
|
|
wolframalpha.py
|
|
|
words.py
|
|
|
youtube.py
|
raise EventError when no results are found, to avoid double stderr write (youtube.py)
|
2019-02-14 01:00:16 +00:00 |