| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update readme to reference "new" warmachine nameHEADmaster | jason | 2017-07-10 | 1 | -4/+4 |
| | | |||||
| * | Rename the things that say 'dbolla' to warmachine | jason | 2017-07-07 | 2 | -0/+0 |
| | | |||||
| * | Fix warmachine not honoring weekend | jason | 2017-07-07 | 4 | -17/+39 |
| | | | | | | - The offset for the next job was being calucated by `timedelta.seconds` rather than `timedelta.total_seconds()` | ||||
| * | Make sure the next standup is scheduled | jason | 2016-12-15 | 2 | -3/+10 |
| | | |||||
| * | Add support for Slack's RTM ping | jason | 2016-10-06 | 3 | -55/+146 |
| | | | | | | - warmachine freezes and seems to disconnect sometimes. This adds a ping to slack every few seconds to help mitigate that undetected disconnection | ||||
| * | Silence slack's on_reaction_added output when debugging | jason | 2016-09-09 | 1 | -0/+5 |
| | | |||||
| * | disable some of the noise in slack when debug logging | jason | 2016-09-09 | 1 | -7/+5 |
| | | |||||
| * | Researching a bug where not all users are messaged for stnadup | jason | 2016-09-08 | 1 | -4/+5 |
| | | |||||
| * | pester 3 times | jason | 2016-09-08 | 1 | -1/+1 |
| | | |||||
| * | Fix crash when trying to cancel canceled pester task | jason | 2016-09-06 | 1 | -1/+1 |
| | | | | | | | - If we try to cancel a pester task that was already canceled and set to none an AttributeError might be raised trying to call `cancel()` on None. This fix makes sure that pester_task isn't None before canceling. | ||||
| * | Don't crash when getting an unknown error from Slack | jason | 2016-09-06 | 1 | -1/+6 |
| | | | | | | | | - Slack takes their site down to do database migrations and returns an api error while this is happening. This catches the error when authenticating and returns so that it can (hopefully) continue to reconnect. | ||||
| * | Fix crash cleaning up channels waiting for a reply | jason | 2016-09-06 | 1 | -1/+9 |
| | | | | | | | | - When a user answers standup the channel is removed from the awaiting reply list. The job to clean up any non-answers is already schedule so when cleaning up for the next day, warmachine would crash because it couldn't find the channel to remove. | ||||
| * | don't schedule multiple pesters | jason | 2016-08-25 | 1 | -0/+16 |
| | | | | | | | - people in multiple channels that start standup at the same time get multiple pesters. don't schedule the multiple pesters and check to see if they've already answered standup before pestering them. | ||||
| * | update the already responded standup message to bold and link the | jason | 2016-08-24 | 1 | -1/+1 |
| | | | | | usernames in slack | ||||
| * | Add a !standup-unignore command to remove users from the ignore list | jason | 2016-08-23 | 1 | -3/+30 |
| | | |||||
| * | Fix a crash when slack sends a message without a 'type' property | jason | 2016-08-23 | 1 | -0/+6 |
| | | |||||
| * | gawd | jason | 2016-08-19 | 1 | -2/+2 |
| | | |||||
| * | don't private message deleted users | jason | 2016-08-19 | 1 | -1/+2 |
| | | |||||
| * | dumbdumb | jason | 2016-08-19 | 1 | -2/+2 |
| | | |||||
| * | dumb | jason | 2016-08-19 | 1 | -1/+1 |
| | | |||||
| * | fix a bug where sometimes is_bot isn't in part of user info | jason | 2016-08-19 | 1 | -2/+6 |
| | | |||||
| * | try to fix the timeout detection hack | jason | 2016-08-18 | 2 | -4/+4 |
| | | |||||
| * | Remove the hard-coded config file path | jason | 2016-08-18 | 6 | -12/+39 |
| | | | | | - added a dynamic config file path | ||||
| * | create a setup.py file | jason | 2016-08-18 | 2 | -0/+33 |
| | | |||||
| * | Update README.org with instructions on writing a plugin | jason | 2016-08-18 | 2 | -1/+68 |
| | | |||||
| * | misc updates | jason | 2016-08-18 | 2 | -8/+58 |
| | | | | | | - updates slack.py to use 'unique' message ids - updates standup to clear out channels waiting for a reply after 8 hours | ||||
| * | updated the config with the new 'enabled' directive. | jason | 2016-08-18 | 1 | -1/+2 |
| | | | | | - enabled=true/false will enable or disable the connection in dbolla | ||||
| * | fix a bug with the pester counter in the standup plugin | jason | 2016-08-18 | 1 | -2/+3 |
| | | |||||
| * | add markup for bold and links to standup | jason | 2016-08-18 | 1 | -1/+1 |
| | | |||||
| * | bug: disable messaging bots (from a bot) in slack | jason | 2016-08-18 | 1 | -0/+5 |
| | | |||||
| * | probably fix a bug with scheduling standup times over weekends | jason | 2016-08-18 | 1 | -6/+6 |
| | | |||||
| * | bugfixes, docs, style and log updates | jason | 2016-08-18 | 2 | -24/+25 |
| | | |||||
| * | change !standup-ignore to a space seperated list of nicks | jason | 2016-08-18 | 1 | -2/+3 |
| | | |||||
| * | Fix a bug that would message a channel for every pester that occured for a user | jason | 2016-08-18 | 1 | -1/+3 |
| | | |||||
| * | Fix a bug where the ignore list would be cleared when updating the standup ↵ | jason | 2016-08-18 | 1 | -7/+27 |
| | | | | | schedule | ||||
| * | Commit updates that i haven't commited yet | jason | 2016-08-17 | 6 | -121/+183 |
| | | |||||
| * | read me updates | jason | 2016-08-11 | 1 | -0/+39 |
| | | |||||
| * | More or less, a working standup bot. | jason | 2016-08-11 | 1 | -35/+104 |
| | | |||||
| * | fix a bug | jason | 2016-08-10 | 1 | -1/+4 |
| | | |||||
| * | Add support for saving standup schedules and reloading them on startup | jason | 2016-08-10 | 4 | -32/+66 |
| | | |||||
| * | fix a bug with !standup_waiting_replies | jason | 2016-08-10 | 1 | -1/+11 |
| | | |||||
| * | add a --debug flag for more output | jason | 2016-08-10 | 1 | -2/+9 |
| | | |||||
| * | updates to logging | jason | 2016-08-10 | 3 | -14/+60 |
| | | |||||
| * | add debug commands, schedule for the closest weekday at the provided time | jason | 2016-08-10 | 2 | -20/+57 |
| | | |||||
| * | fix bug getting memebers of channels | jason | 2016-08-10 | 1 | -6/+12 |
| | | |||||
| * | more debugging information and some bug fixes | jason | 2016-08-10 | 1 | -6/+13 |
| | | |||||
| * | add standup messaging | jason | 2016-08-09 | 2 | -22/+105 |
| | | | | | | - message all users in a channel asking for their standup - continue messaging the users until they reply to the standup | ||||
| * | Updates for the standup plgin | jason | 2016-08-09 | 3 | -9/+63 |
| | | |||||
| * | Fix a bug where sometimes the nick isn't in the change user info | jason | 2016-08-01 | 1 | -2/+7 |
| | | |||||
| * | standup with a timer | jason | 2016-07-30 | 4 | -10/+115 |
| | | |||||