aboutsummaryrefslogtreecommitdiffstats
path: root/warmachine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a crash when slack sends a message without a 'type' propertyjason2016-08-231-0/+6
|
* gawdjason2016-08-191-2/+2
|
* don't private message deleted usersjason2016-08-191-1/+2
|
* dumbdumbjason2016-08-191-2/+2
|
* dumbjason2016-08-191-1/+1
|
* fix a bug where sometimes is_bot isn't in part of user infojason2016-08-191-2/+6
|
* try to fix the timeout detection hackjason2016-08-181-2/+2
|
* Remove the hard-coded config file pathjason2016-08-184-2/+18
| | | | - added a dynamic config file path
* create a setup.py filejason2016-08-181-0/+0
|
* Update README.org with instructions on writing a pluginjason2016-08-181-1/+16
|
* misc updatesjason2016-08-182-8/+58
| | | | | - updates slack.py to use 'unique' message ids - updates standup to clear out channels waiting for a reply after 8 hours
* fix a bug with the pester counter in the standup pluginjason2016-08-181-2/+3
|
* add markup for bold and links to standupjason2016-08-181-1/+1
|
* bug: disable messaging bots (from a bot) in slackjason2016-08-181-0/+5
|
* probably fix a bug with scheduling standup times over weekendsjason2016-08-181-6/+6
|
* bugfixes, docs, style and log updatesjason2016-08-182-24/+25
|
* change !standup-ignore to a space seperated list of nicksjason2016-08-181-2/+3
|
* Fix a bug that would message a channel for every pester that occured for a userjason2016-08-181-1/+3
|
* Fix a bug where the ignore list would be cleared when updating the standup ↵jason2016-08-181-7/+27
| | | | schedule
* Commit updates that i haven't commited yetjason2016-08-174-117/+173
|
* More or less, a working standup bot.jason2016-08-111-35/+104
|
* fix a bugjason2016-08-101-1/+4
|
* Add support for saving standup schedules and reloading them on startupjason2016-08-103-32/+59
|
* fix a bug with !standup_waiting_repliesjason2016-08-101-1/+11
|
* updates to loggingjason2016-08-102-13/+59
|
* add debug commands, schedule for the closest weekday at the provided timejason2016-08-102-20/+57
|
* fix bug getting memebers of channelsjason2016-08-101-6/+12
|
* more debugging information and some bug fixesjason2016-08-101-6/+13
|
* add standup messagingjason2016-08-092-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 plginjason2016-08-092-9/+62
|
* Fix a bug where sometimes the nick isn't in the change user infojason2016-08-011-2/+7
|
* standup with a timerjason2016-07-303-6/+105
|
* Initial commitjason2016-07-2911-0/+512