.. |
dnsbl
|
set dnsbl _name to DNSBL, better wording than "failed"
|
2019-12-13 15:12:38 +00:00 |
fediverse
|
cryptography is in requirements.txt; we dont need to check for it
|
2020-02-20 15:12:00 +00:00 |
git_webhooks
|
"=", not "==", for picking gitlab note object type
|
2020-02-17 16:27:51 +00:00 |
scripts
|
switch scripts module to no longer use set_prefix()
|
2019-11-25 10:53:16 +00:00 |
tweets
|
only do to_pretty_time as relative when requested
|
2020-02-24 10:18:55 +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
|
utilise @utils.export for function exporting in more places
|
2020-02-19 17:29:10 +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
|
change encrypted channel logs to use RSA -> AES (CBC)
|
2020-02-24 13:14:05 +00:00 |
channel_op.py
|
support user (as well as cuser ) for user object mask banning
|
2020-02-21 20:34:54 +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
|
only do to_pretty_time as relative when requested
|
2020-02-24 10:18:55 +00:00 |
command_suggestions.py
|
add server/channel config to disable command suggestions
|
2019-10-30 11:48:35 +00:00 |
cron_reminders.py
|
add cron_reminders.py (admin-only for now)
|
2020-02-11 11:19:25 +00:00 |
define.py
|
update define.py to use command spec (and not docstrings)
|
2020-02-15 00:13:43 +00:00 |
dice.py
|
implement command spec modifiers, use for pattern , use pattern for dice.py
|
2020-02-15 23:31:55 +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
|
duck chance should be 5%, not 50%
|
2020-02-19 15:39:11 +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
|
we don't have a target_desc when we can't find a factoid
|
2020-02-09 18:55:47 +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
|
utilise @utils.export for function exporting in more places
|
2020-02-19 17:29:10 +00:00 |
markov.py
|
add markov-chance, 0 to 100 percent chance of randomly triggered markov chains
|
2020-02-20 18:51:20 +00:00 |
message_filter.py
|
security issue: 'permissions'->'permission' (message_filters.py)
|
2020-02-21 11:44:29 +00:00 |
messages.py
|
only do to_pretty_time as relative when requested
|
2020-02-24 10:18:55 +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
|
relay.py should be relaying minimal formatted line
|
2020-02-11 11:52:50 +00:00 |
rest_api.py
|
utilise @utils.export for function exporting in more places
|
2020-02-19 17:29:10 +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
|
support & in utils.parse.sed, change sed.py to use utils.parse.sed
|
2020-02-09 16:32:15 +00:00 |
seen.py
|
only do to_pretty_time as relative when requested
|
2020-02-24 10:18:55 +00:00 |
shorturl.py
|
utilise @utils.export for function exporting in more places
|
2020-02-19 17:29:10 +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
|
only do to_pretty_time as relative when requested
|
2020-02-24 10:18:55 +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
|
don't similarity test empty <title>s
|
2020-02-12 11:35:40 +00:00 |
todo.py
|
rewrite todo.py
|
2020-02-15 00:47:40 +00: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
|
utilise @utils.export for function exporting in more places
|
2020-02-19 17:29:10 +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
|
update words.py to use command specs (and not docstrings)
|
2020-02-15 00:26:07 +00:00 |
youtube.py
|
add isodate requirement for parsing iso8601 durations
|
2020-02-24 10:30:59 +00:00 |