jesopo
|
ded49fe92a
|
But blue-ification on branch/tag name, not on "branch"/"tag"
|
2018-11-19 21:34:36 +00:00 |
|
jesopo
|
e5ae963193
|
Blue-ify tag/branch for create event
|
2018-11-19 21:31:29 +00:00 |
|
jesopo
|
da2c403dd7
|
Don't bold action_desc for pull_request event action (github.py)
|
2018-11-19 21:08:57 +00:00 |
|
jesopo
|
58a0cf97cf
|
Move "(" on to start line for a string format
|
2018-11-19 20:56:42 +00:00 |
|
jesopo
|
5767a1b32e
|
Show branch when a pull request is merged
|
2018-11-19 20:54:40 +00:00 |
|
jesopo
|
5d813175a1
|
Don't enable write throttling until we get 005
|
2018-11-19 10:12:52 +00:00 |
|
jesopo
|
9cdc37ce72
|
'factoid' -> 'value'
|
2018-11-18 11:18:37 +00:00 |
|
jesopo
|
c227f9a34f
|
Catch factoids in channel messages as '{!factoid <name>}' (factoids.py)
|
2018-11-18 10:31:44 +00:00 |
|
jesopo
|
fd805a07db
|
Make branch names blue AND bold! (github.py)
|
2018-11-18 10:27:19 +00:00 |
|
jesopo
|
7b430a71b0
|
Don't 404 when a repo is hooked in to but a specific event type isn't listened
for (github.py)
|
2018-11-18 10:25:32 +00:00 |
|
jesopo
|
6fbbcace66
|
Make branch names in commit notifications blueified
|
2018-11-18 10:20:16 +00:00 |
|
jesopo
|
ec373cf667
|
Add help/usage to factoids.py
|
2018-11-18 07:59:47 +00:00 |
|
jesopo
|
130da6f769
|
Add missing '%s' in string format (factoids.py)
|
2018-11-18 07:57:51 +00:00 |
|
jesopo
|
b811872577
|
'ModululeManager' -> 'ModuleManager' (factoids.py)
|
2018-11-18 07:56:55 +00:00 |
|
jesopo
|
5bb96c0d0c
|
Added modules/factoid.py
|
2018-11-18 07:55:43 +00:00 |
|
jesopo
|
870c56cfbb
|
hooks -> targets , to actually respect filtered-out channels
|
2018-11-17 22:39:14 +00:00 |
|
jesopo
|
a7e2eacf1d
|
typo in modules/github.py, 'targets.append(server, channel)' ->
'targets.append([server, channel])'
|
2018-11-17 22:35:32 +00:00 |
|
jesopo
|
369af13e4b
|
... this one too.
|
2018-11-17 22:34:51 +00:00 |
|
jesopo
|
dd47db25f9
|
I forgot that I'd changed how servers keep their list of channels
|
2018-11-17 22:33:31 +00:00 |
|
jesopo
|
dc1a292a75
|
Allow filtering by github event type
|
2018-11-17 22:32:44 +00:00 |
|
jesopo
|
099613d2bc
|
'tag' -> 'tag_name' (github.py)
|
2018-11-17 22:17:14 +00:00 |
|
jesopo
|
dfa11b0f18
|
Nope, "..." is an official git feature and it looks way nicer on github
|
2018-11-17 22:07:32 +00:00 |
|
jesopo
|
d35636733a
|
'..' not '...'
|
2018-11-17 22:01:58 +00:00 |
|
jesopo
|
39bbde57a0
|
'...', not unicode ellipsis
|
2018-11-17 22:01:09 +00:00 |
|
jesopo
|
3b952ba66e
|
Remove newlines for formatted strings where applicable (github.py)
|
2018-11-17 21:44:52 +00:00 |
|
jesopo
|
4ad35006c0
|
Show branch in commit notices in (github.py)
|
2018-11-17 21:44:33 +00:00 |
|
jesopo
|
e1cff13dbe
|
Put repo full name on each output automatically in modules/github.py
|
2018-11-17 21:41:39 +00:00 |
|
jesopo
|
f34bad8562
|
Support Github webhook release events
|
2018-11-17 21:21:32 +00:00 |
|
jesopo
|
b17c8d79bf
|
Remove additional '%s' in modules/github.py.delete that was left over from
copypaste of `create`
|
2018-11-17 21:12:12 +00:00 |
|
jesopo
|
fa2de60edf
|
Also support delete event
|
2018-11-17 21:10:03 +00:00 |
|
jesopo
|
32301ae334
|
'CREATE_EVENT' -> 'CREATE_URL'
|
2018-11-17 21:07:34 +00:00 |
|
jesopo
|
aeb7ee76ea
|
'name' -> 'login'
|
2018-11-17 21:06:27 +00:00 |
|
jesopo
|
c5293ef5bf
|
'pusher' -> 'sender'
|
2018-11-17 21:05:08 +00:00 |
|
jesopo
|
0da685bb0a
|
Actually, tag/branch creation comes under the create event
|
2018-11-17 20:59:24 +00:00 |
|
jesopo
|
e6542f3fb2
|
Correctly show new tags being created in modules/github.py
|
2018-11-17 20:48:19 +00:00 |
|
jesopo
|
9f086d56a4
|
Only show first line of commit message
|
2018-11-17 20:33:23 +00:00 |
|
jesopo
|
f46015d9d8
|
Minor code styling change in urils.irc
|
2018-11-17 12:48:56 +00:00 |
|
jesopo
|
0f2a8c7932
|
Minor code styling change in modules/8ball.py
|
2018-11-17 12:48:42 +00:00 |
|
jesopo
|
7ef8437d44
|
range()'s upper bound is not inclusive
|
2018-11-17 12:29:24 +00:00 |
|
jesopo
|
0da18aa86d
|
now i see why it was %s not %d
|
2018-11-17 12:26:21 +00:00 |
|
jesopo
|
9054ee7cd2
|
How hard is it to refactor a dice module
|
2018-11-17 12:25:14 +00:00 |
|
jesopo
|
349c9a0190
|
ints are not strings
|
2018-11-17 12:23:49 +00:00 |
|
jesopo
|
692c79c745
|
'reults' -> 'results'
|
2018-11-17 12:23:06 +00:00 |
|
jesopo
|
d130b0e59b
|
'die_sides' 'die_count' -> 'sides_n' 'count_n'
|
2018-11-17 12:22:05 +00:00 |
|
jesopo
|
0f8a3231c6
|
Should be using sides and count , not roll[0] and roll[1]
|
2018-11-17 12:21:09 +00:00 |
|
jesopo
|
97b2158956
|
.partition returns 3 values!
|
2018-11-17 12:19:32 +00:00 |
|
jesopo
|
73ecb42ca9
|
Simplify modules/dice.py
|
2018-11-17 12:18:26 +00:00 |
|
jesopo
|
43e39c42c7
|
'bol' -> 'bold' typo
|
2018-11-17 09:40:44 +00:00 |
|
jesopo
|
2072c9f3e8
|
Boldify pusher for combined commits
|
2018-11-17 09:39:27 +00:00 |
|
jesopo
|
b15ef9f739
|
use "before" commit hash for comparing a range of commits
|
2018-11-17 08:28:48 +00:00 |
|