jesopo
|
71775803d0
|
Reload bot config (on USR1) on the main thread
|
2018-11-27 15:10:49 +00:00 |
|
jesopo
|
dba4c9561c
|
'line' -> 'output' (github.py)
|
2018-11-27 15:07:22 +00:00 |
|
jesopo
|
d13a5069e3
|
Grab response from functions asked to be executed on the main thread and feed
them back to the callers, allowing rest_api.py to take the main thread while
it's waiting for the response to give back to the requesting client
|
2018-11-27 14:25:12 +00:00 |
|
jesopo
|
00d4b9c73f
|
Show list of users in a channel, not just count
|
2018-11-27 13:34:51 +00:00 |
|
jesopo
|
7df55305ca
|
Make channel stats in /api/servers a dictionary
|
2018-11-27 13:24:38 +00:00 |
|
jesopo
|
ab60012cbe
|
Add channel stats to /api/servers
|
2018-11-27 13:23:20 +00:00 |
|
jesopo
|
8bbdcc6d4e
|
Send WHO on self mode change, to catch any important changes to our user
information that mode changes can cause (e.g. hostname change)
|
2018-11-27 13:16:43 +00:00 |
|
jesopo
|
08b4d94695
|
Fix missing spaces in some event calls in line_handler.py
|
2018-11-27 13:16:19 +00:00 |
|
jesopo
|
d010ca5c79
|
Use WHO/WHOX to also keep track of our own username/hostname
|
2018-11-27 12:14:03 +00:00 |
|
jesopo
|
72dca06626
|
Add a way to catch when a writebuffer is emptied so we can e.g. assure a QUIT is
sent before shutting down the bot
|
2018-11-27 11:56:03 +00:00 |
|
jesopo
|
231fa51129
|
use '~' instead of '±' to represent "changed files" in modules/github.py
|
2018-11-26 14:47:47 +00:00 |
|
jesopo
|
bac4ba89b7
|
Use send.stdout in modules/in.py
|
2018-11-21 20:05:08 +00:00 |
|
jesopo
|
b8518d745f
|
Move all logic related to score reasons until after we've checked if we have
reasons (mixed_unicode.py)
|
2018-11-20 20:43:26 +00:00 |
|
jesopo
|
993403f213
|
.items -> .items()
|
2018-11-20 20:41:51 +00:00 |
|
jesopo
|
957b5413dc
|
Use collections.Counter instea of itertools.groupby to group together all
instances, not just consecutive instaces (mixed_unicode.py)
|
2018-11-20 20:30:48 +00:00 |
|
jesopo
|
45c7ce6da5
|
Add !disconnect to admin.py
|
2018-11-20 14:27:24 +00:00 |
|
jesopo
|
80dd3bb5e1
|
Don't count Unknown towards additional scripts count (mixed_unicode.py)
|
2018-11-20 14:17:46 +00:00 |
|
jesopo
|
0915dbd3fa
|
'AdditonalScript' -> 'AdditionalScript', 'score_reasons' -> 'reasons'
|
2018-11-20 13:50:07 +00:00 |
|
jesopo
|
537e2eebc4
|
Show reasons for score points (mixed_unicode.py)
|
2018-11-20 13:47:38 +00:00 |
|
jesopo
|
b98bf65a86
|
Add a point to a message's score for each additional script they use
(mixed_unicode.py)
|
2018-11-20 13:24:28 +00:00 |
|
jesopo
|
e31d9750ed
|
(for the moment) remove percentage-ising scores (mixed_unicode.py)
|
2018-11-20 13:23:11 +00:00 |
|
jesopo
|
5ea34b261f
|
TRACE log score with 2 decimal places (mixed_unicode.py)
|
2018-11-20 13:14:35 +00:00 |
|
jesopo
|
3dccc9f4e0
|
Keep a track of different scripts in a message, round score to 2 decimal places
(mixed_unicode.py)
|
2018-11-20 13:13:11 +00:00 |
|
jesopo
|
c59a5600a8
|
Score mixed unicode as a percentage (mixed_unicode.py)
|
2018-11-20 13:08:47 +00:00 |
|
jesopo
|
727ade4022
|
Only TRACE log when score is more than 0 (mixed_unicode.py)
|
2018-11-20 12:42:45 +00:00 |
|
jesopo
|
f507da3b9a
|
'BLUE' -> 'LIGHTBLUE' branch name for push and create events (github.py)
|
2018-11-20 12:40:26 +00:00 |
|
Evelyn
|
563bc59208
|
Mixed unicode: Add Cherokee and Tai Le blocks
|
2018-11-20 12:29:03 +00:00 |
|
Evelyn
|
22939dd0a9
|
Mixed unicode: Ranges expressed in hex, with comments
|
2018-11-20 12:18:56 +00:00 |
|
Evelyn
|
e70ec91a7a
|
Add Coptic range to mixed unicode module
|
2018-11-20 12:07:54 +00:00 |
|
jesopo
|
52d5b5da49
|
Detect full-width characters (mixed_unicode.py)
|
2018-11-20 12:00:47 +00:00 |
|
jesopo
|
e54db0858c
|
Detect Armenian script (mixed_unicode.py)
|
2018-11-20 11:44:13 +00:00 |
|
jesopo
|
b19ce0be2f
|
Add first version of modules/mixed_unicode.py, designed to detect when we get a
message that mixes scripts (latin, cyrillic, greek, etc) that might be spam
|
2018-11-20 11:38:30 +00:00 |
|
jesopo
|
c2ef675bf0
|
Better descript opened pull requests (github.py)
|
2018-11-20 10:27:28 +00:00 |
|
jesopo
|
c77ca64367
|
Change merged branch name from blue to light blue (github.py)
|
2018-11-20 10:16:39 +00:00 |
|
jesopo
|
371d9bd9d6
|
Only color branch name when it's not in the url
|
2018-11-19 21:36:24 +00:00 |
|
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 |
|