]> git.cworth.org Git - turbot/history - turbot/interaction.py
Remove code (previously disabled) to invite users to new puzzle channel
[turbot] / turbot / interaction.py
2020-12-31 Carl WorthRemove code (previously disabled) to invite users to...
2020-12-31 Carl WorthRename primary-key attribute from PK to hunt_id
2020-12-31 Carl WorthRename hunt_id_index to is_hunt_index
2020-12-31 Carl WorthDon't put an attribute into the database for 'url'...
2020-12-31 Carl WorthConvert /puzzle puzzle creation to all-one-table databa...
2020-12-31 Carl WorthRework message given when bootstrapping the turbot...
2020-12-31 Carl WorthAdd a hunt_id attribute and index to the database for...
2020-12-30 Carl WorthAdd a "make flake" recipe and clean up some style bugs...
2020-12-30 Carl WorthBeginning of transition to single-table database schema
2020-12-27 Carl WorthDrop quotation marks from around puzzle name
2020-12-27 Carl WorthAdd (and use) a new function find_hunt_for_hunt_id
2020-12-27 Carl WorthAdd hunt_id to the puzzle table (instead of orig_channe...
2020-12-27 Carl WorthMake the /solved command report to the hunt's channel
2020-12-27 Carl WorthRework find_hunt_for_channel to return a hunt dictionary
2020-12-27 Carl WorthUse consistent formatting for channel name and spreadsh...
2020-11-28 justin melvinAppend "-solved" to puzzle channel names when /solved
2020-11-28 justin melvinFix typo
2020-11-28 justin melvinRename sheets with 'SOLVED - ' prefix when /solved
2020-10-23 Carl WorthDrop the puzzle ID field from the /puzzle dialog
2020-10-23 Carl WorthAdd some feedback to the puzzle's channel when a puzzle...
2020-10-23 Carl WorthFix bug that was causing a dispatch_failed on /puzzle...
2020-10-23 Carl WorthAdd an implementation of the /solved command
2020-10-23 Carl WorthAdd display of state string to turbot view of each...
2020-10-23 Carl WorthAdd missing return value for /state command
2020-10-23 Carl WorthActually wire up the state command
2020-10-23 Carl WorthDon't allow capital letters in a hunt or puzzle ID
2020-10-23 Carl WorthAdd a /state command to let users indicate the state...
2020-10-22 Carl WorthAdd links to puzzle url and sheet_url on the turbot...
2020-10-22 Carl WorthTeach '/puzzle' how to do its magic in a puzzle channel
2020-10-22 Carl WorthDrop the hunt_channel_id from the metadata passed in...
2020-10-22 Carl Worthfixup
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-22 Carl WorthImplement a new `/puzzle` slash command to create a...
2020-10-21 Carl WorthCombine actions.py and commands.py into interaction.py