jesopo
|
20819a2478
|
Forgot to define now in !addbadge (badges.py)
|
2018-12-20 21:04:45 +00:00 |
|
jesopo
|
9547c116f1
|
Added !badge (badges.py)
|
2018-12-20 21:03:21 +00:00 |
|
jesopo
|
fa86ba8827
|
Always show badge names with the original capitalisation (badges.py)
|
2018-12-20 21:03:04 +00:00 |
|
jesopo
|
f1e72d4b4e
|
Actually hook in to !removebadge (badges.py)
|
2018-12-20 20:51:03 +00:00 |
|
jesopo
|
a837ac3add
|
Actually give badge name with update success message (badges.py)
|
2018-12-20 20:49:51 +00:00 |
|
jesopo
|
24ea68d150
|
Tell a user when a badge was successfully updated (badges.py)
|
2018-12-20 20:49:24 +00:00 |
|
jesopo
|
e010d21e4c
|
year/month/day should be an int (badges.py)
|
2018-12-20 20:48:28 +00:00 |
|
jesopo
|
a43c5ef1f3
|
actually hook in to command for !resetbadge, format datetime to string before
putting it in a setting in reset_badge (badges.py)
|
2018-12-20 20:46:45 +00:00 |
|
jesopo
|
dbee856c4d
|
Add !updatebadge to manually set a date on a badge (badges.py)
|
2018-12-20 20:46:18 +00:00 |
|
jesopo
|
03a3bdd73d
|
Show "day"/"days" alongside day count
|
2018-12-20 20:30:23 +00:00 |
|
jesopo
|
ba3c1673ad
|
now is already a datetime.date (badges.py)
|
2018-12-20 20:28:26 +00:00 |
|
jesopo
|
2e032bcc09
|
round up the current day when checking days since badge was created (badge.py)
|
2018-12-20 20:26:42 +00:00 |
|
jesopo
|
6d51473a73
|
Compare .date() when checking days between datetimes (badges.py)
|
2018-12-20 16:34:21 +00:00 |
|
jesopo
|
568eff01e0
|
typo in badges.py, 'datettime' -> 'datetime'
|
2018-12-20 16:32:04 +00:00 |
|
jesopo
|
f98797cd23
|
to iterate by key,value we need to .items() on dict (badges.py)
|
2018-12-20 16:31:04 +00:00 |
|
jesopo
|
0f37455665
|
strf datetime before saving it in settings (badges.py)
|
2018-12-20 16:30:15 +00:00 |
|
jesopo
|
751c93d59c
|
'isonow' -> 'utcnow'
|
2018-12-20 16:29:19 +00:00 |
|
jesopo
|
2a84e18b2e
|
first commit of badge system
|
2018-12-20 16:28:14 +00:00 |
|
jesopo
|
41d680dad7
|
We should be checking if a channel name is in server.channels, not server
|
2018-12-19 21:43:10 +00:00 |
|
jesopo
|
8d8ebf7d55
|
Show sender of a pull request comment action, not the comment's user , for
when people edit other people's comments
|
2018-12-19 16:52:04 +00:00 |
|
Evelyn
|
aea215a647
|
NR: DEM is technically a permitted powertype
|
2018-12-18 20:30:10 +00:00 |
|
Evelyn
|
45fe512457
|
NR: fix regression introduced by HTTP util changes
|
2018-12-17 09:24:18 +00:00 |
|
jesopo
|
28900c2ff9
|
Correctly handle a 404 in thesaurus.py
|
2018-12-16 11:03:36 +00:00 |
|
jesopo
|
00ac4d208a
|
Channels are 'target' in command events
|
2018-12-15 22:57:38 +00:00 |
|
jesopo
|
179cb40163
|
Add missing .data on a utils.http.request Response object (define.py)
|
2018-12-15 22:56:04 +00:00 |
|
jesopo
|
9658d0285e
|
Support turning safe search on/off in google.py
|
2018-12-15 22:53:27 +00:00 |
|
jesopo
|
1ffc7863a0
|
If a request to git.io times out, fall back to full url
|
2018-12-14 08:49:37 +00:00 |
|
jesopo
|
d2fe95e0cc
|
Fix missing change to new Response objects from utils.http.request (youtube.py)
|
2018-12-12 13:28:54 +00:00 |
|
jesopo
|
9944f08acf
|
Typo, '=' -> '==' (utils.irc)
|
2018-12-12 11:50:59 +00:00 |
|
jesopo
|
d5467aefe9
|
Support '99' as a 'transparent' irc color code
|
2018-12-12 11:49:42 +00:00 |
|
jesopo
|
85840a68dd
|
Preserve logged exc_info across threads
|
2018-12-12 11:33:29 +00:00 |
|
jesopo
|
98ae6993e4
|
Typo, 'requestl' -> 'request' (wolframalpha.py)
|
2018-12-12 11:16:45 +00:00 |
|
jesopo
|
843d517553
|
'utils.http.get_url' -> 'utils.http.request' (github.py)
|
2018-12-11 22:40:20 +00:00 |
|
jesopo
|
2d3bb2b5e8
|
Typo in utils.http.request, 'response_heders' -> 'response_headers'
|
2018-12-11 22:31:14 +00:00 |
|
jesopo
|
5b59740043
|
Pass a dict to utils.CaseInsensitiveDict, not a MutableMapping
|
2018-12-11 22:30:57 +00:00 |
|
jesopo
|
d373edfaae
|
Add missing utils import in utils.http
|
2018-12-11 22:30:05 +00:00 |
|
jesopo
|
c0002f4f09
|
Re-add accidentally removed ":" in trakt.py
|
2018-12-11 22:27:58 +00:00 |
|
jesopo
|
22c38ad083
|
Shorten github urls in github.py
|
2018-12-11 22:27:04 +00:00 |
|
jesopo
|
793d234a0b
|
'utils.http.get_url' -> 'utils.http.request', return a Response object from
utils.http.request
|
2018-12-11 22:26:38 +00:00 |
|
jesopo
|
a41cf7b471
|
Actually use action_desc in github.py.issues, so that we can see what things
are labeled as
|
2018-12-10 21:07:38 +00:00 |
|
jesopo
|
d0caebbc57
|
Support fork event (github.py)
|
2018-12-10 18:47:54 +00:00 |
|
jesopo
|
b696e4e818
|
Add basics of status event handling, mostly for use with continuous integration (github.py)
|
2018-12-10 17:17:40 +00:00 |
|
jesopo
|
f77c443ac1
|
Add type hint for Logging._queue
|
2018-12-10 13:38:49 +00:00 |
|
jesopo
|
312293b221
|
Make block param of queue.get() explicitly refer to block
|
2018-12-10 13:34:53 +00:00 |
|
jesopo
|
df8135f105
|
Put logging functionality on to it's own thread
|
2018-12-10 13:18:15 +00:00 |
|
jesopo
|
a3a88d4589
|
Use more distinctive arrow characters for youtube up/down votes
|
2018-12-09 21:02:58 +00:00 |
|
jesopo
|
6dc58d4ceb
|
Correctly support labeling pull requests, support unlabeling pull requests and support both on issues
|
2018-12-09 20:57:29 +00:00 |
|
jesopo
|
de60d245b5
|
Show newly added labels when a pull request is labeled
|
2018-12-09 19:36:23 +00:00 |
|
jesopo
|
dea63d9cf2
|
By the time we take ref counts, we've already removed module from
`loaded_module`
|
2018-12-09 11:24:05 +00:00 |
|
jesopo
|
8c3f87b029
|
change self.modules to be a dict of str:LoadedModule, not str:BaseModule
|
2018-12-09 11:22:30 +00:00 |
|