Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add constant for throttle multiplier | David Baker | 2016-04-29 | 1 | -1/+2 |
| | |||||
* | Remove unused function | David Baker | 2016-04-29 | 1 | -4/+0 |
| | |||||
* | Remove unused arg | David Baker | 2016-04-29 | 1 | -2/+2 |
| | |||||
* | Remove rather pointless get function | David Baker | 2016-04-29 | 1 | -9/+1 |
| | |||||
* | Stop processing notifs once we've sent a mail | David Baker | 2016-04-29 | 1 | -0/+1 |
| | |||||
* | Put back real delay before mailing | David Baker | 2016-04-28 | 1 | -1/+1 |
| | |||||
* | Better grammar for multiple messages in a room | David Baker | 2016-04-27 | 1 | -1/+1 |
| | | | | Say who the messages are from if there's no room name, otherwise it's a bit nonsensical | ||||
* | No inlineCallbacks necessary on this | David Baker | 2016-04-22 | 1 | -1/+0 |
| | |||||
* | Flesh out email templating | David Baker | 2016-04-21 | 1 | -0/+7 |
| | | | | Mostly WIP porting the room name calculation logic from the web client so our room names in the email mirror the clients. | ||||
* | Generate mails from a template | David Baker | 2016-04-20 | 1 | -8/+4 |
| | |||||
* | Send a rather basic email notif | David Baker | 2016-04-20 | 1 | -9/+23 |
| | | | | Also pep8 fixes | ||||
* | Add single instance & logging stuff | David Baker | 2016-04-19 | 1 | -8/+39 |
| | | | | Copy the stuff over from http pusher that prevents multiple instances of process running at once and sets up logging and measure blocks. | ||||
* | First bits of emailpusher | David Baker | 2016-04-19 | 1 | -0/+214 |
Mostly logic of when to send an email |