]> git.cworth.org Git - turbot/history - turbot/events.py
Add some feedback to the puzzle's channel when a puzzle is solved
[turbot] / turbot / events.py
2020-10-23 Carl WorthAdd some feedback to the puzzle's channel when a puzzle...
2020-10-23 Carl WorthAdd a slack_send_message function
2020-10-23 Carl WorthAdd display of state string to turbot view of each...
2020-10-22 Carl WorthReduce the burst of noise from turbot on channel creation
2020-10-22 Carl WorthAt channel creation time, lodge Puzzle and Sheet URLs...
2020-10-22 Carl WorthMake the puzzle's name a link to the sheet
2020-10-22 Carl WorthAdd links to puzzle url and sheet_url on the turbot...
2020-10-22 Carl WorthUse absolute URLs to link to channels
2020-10-22 Carl WorthAdd a list of puzzles under each hunt on the Turbot...
2020-10-22 Carl WorthDrop handling of a "placeholder" value for channel_id
2020-10-22 Carl WorthTeach '/puzzle' how to do its magic in a puzzle channel
2020-10-22 Carl WorthSome simple flake8 fixes
2020-10-22 Carl WorthDefer all sheet creation until after the channel is...
2020-10-22 Carl WorthCreate the hunts table if it doesn't already exist
2020-10-19 Carl WorthSome style fixes pointed out by flake8
2020-10-17 Carl WorthGracefully handle placeholder text for hunt channel ID
2020-10-17 Carl WorthHandle the submission of the "New Hunt" modal
2020-10-16 Carl WorthRemove a debugging print statement
2020-10-14 Carl WorthAdd list of active hunts to the turbot Home tab
2020-10-13 Carl WorthGive turbot/events.py the same dispatch-table treatment
2020-10-13 Carl WorthMove app_home_opened function down into turbot/events.py