| Commit message (Expand) | Author | Age | Files | Lines |
| * | gitea.GitHub -> gitea.Gitea | jesopo | 2019-06-24 | 1 | -1/+1 |
| * | Add gitea.py, fix some consts being in the wrong file | jesopo | 2019-06-24 | 3 | -2/+258 |
| * | Add missing 'utils' import | jesopo | 2019-06-24 | 1 | -0/+2 |
| * | Add missing colors.py file | jesopo | 2019-06-24 | 1 | -0/+6 |
| * | 'webhooks' -> 'git-webhooks'. move all 'webhooks' settings to 'git-webhooks' | jesopo | 2019-06-24 | 2 | -4/+5 |
| * | 'github-hooks' -> 'webhooks'. this is a breaking change!•••Move any 'github-hooks' channel settings to 'webhook' settings
| jesopo | 2019-06-24 | 1 | -2/+1 |
| * | Remove old imports from github.py, add missing webhook urllib import | jesopo | 2019-06-24 | 2 | -2/+2 |
| * | re-add lost REST API successful return | jesopo | 2019-06-24 | 1 | -0/+2 |
| * | Fix typos, missed imports, wrong namespaces, etc | jesopo | 2019-06-24 | 2 | -138/+66 |
| * | split github webhook logic in to a more general webhook module | jesopo | 2019-06-24 | 4 | -376/+440 |
| * | Wind speed is given to us in metres per second. convert to kph | jesopo | 2019-06-24 | 1 | -3/+5 |
| * | Also show windspeed in MPh | jesopo | 2019-06-24 | 1 | -3/+5 |
| * | Get RSS feed and mark all IDs as "seen" when first adding the URL | jesopo | 2019-06-24 | 1 | -0/+15 |
| * | iter through rss entries backwards | jesopo | 2019-06-23 | 1 | -3/+3 |
| * | First version of rss.py | jesopo | 2019-06-23 | 1 | -0/+118 |
| * | Don't discard empty command args for !hash | jesopo | 2019-06-23 | 1 | -1/+1 |
| * | Handle `CAP ACK -<cap>` and ACK from a REQ not sent by ircv3.py | jesopo | 2019-06-23 | 1 | -7/+13 |
| * | .send_raw() should be used if we're not .send()ing a ParsedLine | jesopo | 2019-06-23 | 1 | -1/+1 |
| * | Only show highest channel access symbol in format_activity.py | jesopo | 2019-06-23 | 1 | -6/+4 |
| * | make labeled-response depend on batch | jesopo | 2019-06-23 | 1 | -1/+1 |
| * | colorise ref for `delete` event, same as for `create` event | jesopo | 2019-06-22 | 1 | -1/+2 |
| * | add deferred_read.py, to defer parsing of *some* lines until after 001 | jesopo | 2019-06-22 | 1 | -0/+23 |
| * | Fix more instances of event["args"] (now event["line"].args) | jesopo | 2019-06-22 | 4 | -8/+9 |
| * | Add missing ">" to !help output | jesopo | 2019-06-22 | 1 | -1/+1 |
| * | self.bot.trigger() relaying - needed for write loop notification cross-network | jesopo | 2019-06-22 | 1 | -1/+4 |
| * | Change raw.send and raw.receive commands to just pass around ParsedLines | jesopo | 2019-06-22 | 7 | -129/+127 |
| * | Cache ParsedLine IDs of relay messages so we can ignore them (avoid loop) | jesopo | 2019-06-21 | 1 | -2/+12 |
| * | pass ParsedLine on message and formatted.* message events | jesopo | 2019-06-21 | 3 | -5/+5 |
| * | set echo-message response ID to the ID of the original message | jesopo | 2019-06-21 | 2 | -1/+12 |
| * | Make echo-message depend on labeled-responses | jesopo | 2019-06-21 | 1 | -1/+1 |
| * | Implement dependency system for CAPs | jesopo | 2019-06-21 | 1 | -2/+47 |
| * | Adda system of aliases for CAPs, mostly for changeable draft specs and creating•••dependence between moving specs
| jesopo | 2019-06-21 | 6 | -7/+9 |
| * | Show which server a label warning is for | jesopo | 2019-06-21 | 1 | -3/+5 |
| * | Check our own (echoed) msgids | jesopo | 2019-06-21 | 1 | -0/+3 |
| * | remove echo-message considerations from line_handler/message.py | jesopo | 2019-06-21 | 1 | -12/+5 |
| * | move echo-message to it's own module, eat events before they hit fake_echo.py | jesopo | 2019-06-21 | 2 | -1/+11 |
| * | Don't listen to raw.send.privmsg in linehandler, emulate recv in fake_echo.py | jesopo | 2019-06-21 | 2 | -2/+13 |
| * | pass ParsedLine objects on raw.send.<command> events | jesopo | 2019-06-21 | 1 | -1/+1 |
| * | pass from_self arg in formatted.* message events | jesopo | 2019-06-21 | 2 | -6/+9 |
| * | use event["from_self"] instead of checking nickname | jesopo | 2019-06-20 | 1 | -1/+1 |
| * | Remove debug print | jesopo | 2019-06-20 | 1 | -1/+0 |
| * | pass from_self through message/notice/tagmsg vents | jesopo | 2019-06-20 | 1 | -1/+1 |
| * | Add relay.py - cross-network relaying | jesopo | 2019-06-20 | 1 | -0/+109 |
| * | remove extra formatted.notice format param | jesopo | 2019-06-20 | 1 | -4/+4 |
| * | Change formatted.notice format to have `context` | jesopo | 2019-06-20 | 1 | -2/+3 |
| * | Add an export for IRCv3 CAPs | jesopo | 2019-06-20 | 6 | -22/+9 |
| * | return unshortened url when shortening fails | jesopo | 2019-06-20 | 1 | -0/+1 |
| * | add channel-access key for starting and ending votes | jesopo | 2019-06-20 | 1 | -1/+3 |
| * | Make it configurable whether people need permission to start a vote | jesopo | 2019-06-20 | 1 | -3/+8 |
| * | Set ignore.py --depends-on hashflags | jesopo | 2019-06-20 | 1 | -0/+3 |